Olive Color Name
| Color Name: | Olive |
| Hex Code: | #808000 |
| RGB Decimal: | RGB(128, 128, 0) |
| CMYK Value: | 60°, 100%, 25%. |
| HSL Value: | 0%, 0%, 100%, 49.8% |
| Color: |
Olive #808000 Html Codes
Text with hexadecimal color #808000
<span style="color:#808000;">Text here</span>
Olive #808000 border color
<span style="border:2px solid #808000;">Text here</span>
Olive #808000 background color
<p style="background-color:#808000;">Content here</p>
Olive #808000 CSS codes
.text {color:#808000;}
.background {background-color:#808000;}
.border {border:1px solid #808000;}