HEX
#
RGB
HSL

#808000 CSS / HTML Preview

Text with hexadecimal color #808000

This text has a font color of #808000.

<span style="color:#808000;">Your text here</span>
#808000 border color

This element has a border color of #808000.

<div style="border:2px solid #808000;">Content here</div>
#808000 background color

This paragraph has a background color of #808000.

<p style="background-color:#808000;">Content here</p>
CSS codes
.text {color:#808000;}
.background {background-color:#808000;}
.border {border:1px solid #808000;}