Hi Nimish,
Right-click one of the values in the Productivity column > Format field > Font tab > Click the formula button beside 'Color' and use this code:
if currentfieldvalue < 0.75 then crBlue
else if currentfieldvalue IN [0.75 to 0.89] then color(255,165,0)
else crGreen
-Abhilash