Shades of Olive Drab #5F8809
Tints of Olive Drab #5F8809
RGB
CMYK
RGB Variations
Color information
#5F8809 (or 0x5F8809) is known color: Olive Drab. HEX triplet: 5F, 88 and 09. RGB value is (95,136,9). Sum of RGB (Red+Green+Blue) = 95+136+9=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8809 is #A077F6. Grayscale: #6D6D6D. Windows color (decimal): -10516471 or 624735. OLE color: 624735.
HSL color Cylindrical-coordinate representation of color #5F8809: hue angle of 79.37º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F8809 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 9 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.47 |
| HSL | 79.37º | 0.88% | 0.28% | - |
| HSV(B) | 79.37º | 0.93% | 0.53% | - |
| XYZ | 13.57 | 20.06 | 3.42 | - |
| YUV | 109.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 9 | 0.30 | 0 | 0.93 | 0.47 | 79.37 | 0.88 | 0.28 |
| Hex | 5F | 88 | 9 | 1E | 0 | 5D | 2F | 4F | 58 | 1C |
| Octal | 137 | 210 | 11 | 36 | 0 | 135 | 57 | 117 | 130 | 34 |
| Binary | 1011111 | 10001000 | 1001 | 11110 | 0 | 1011101 | 101111 | 1001111 | 1011000 | 11100 |
Color Harmonies of #5F8809
Complementary color
Monochromatic Colors of #5F8809
Black with #5F8809
Text Example
Text Example
White with #5F8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8809; }
p { color: rgb(95,136,9); }
H1.HeaderClassName
{
color: #5F8809;
}
.AnyTagClassName
{
color: #5F8809;
}
</style>
background-color css
<style>
a { background-color: #5F8809; }
a { background-color: rgb(95,136,9); }
div.DivClassName
{
background-color: #5F8809;
}
.BgClassName
{
background-color: #5F8809;
}
</style>
border-color css
<style>
span { border-color: #5F8809; }
span { border-color: rgb(95,136,9); }
td.TdClassName
{
border-color: #5F8809;
}
.TagClassName
{
border-color: #5F8809;
}
</style>