How would you change the text color in a <h6> header to green using text?
<h6>
h6 { color: #FF0000; }
h6 { color: rgb(255, 255, 255); }
h6 { color: green; }
h6 { color: black; }