I am trying to change the color of the first option to grey color, that only the text (select one option) but here it\'s not working here:
Try just this without the span tag:
<option selected="selected" class="grey_color">select one option</option>
For bigger flexibility you can use any JS widget.