Do you mean the axis labels or the tooltips? The color of the axis labels can be changed by setting the hAxis.textStyle option, like this:
hAxis: {
textStyle: {
color: '#FF0000'
}
}
You can change the color of the tooltip in the same way, with the tooltip.textStyle option.