Generate the KPI chart. Specify the segment boundaries, actual KPI value, target value, and colors. The gray scale colors are specified using hexadecimal RGB values.
proc gkpi mode=raised; vbullet actual=.58 bounds=(0 .22 .38 .52 .68 1) / target=.75 colors=(cx747474 cx8C8C8C cxB2B2B2 cxD2D2D2 cxE6E6E6); run;