Shades of Olive Drab #5F880F
Tints of Olive Drab #5F880F
RGB
CMYK
RGB Variations
Color information
#5F880F (or 0x5F880F) is known color: Olive Drab. HEX triplet: 5F, 88 and 0F. RGB value is (95,136,15). Sum of RGB (Red+Green+Blue) = 95+136+15=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #5F880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F880F is #A077F0. Grayscale: #6E6E6E. Windows color (decimal): -10516465 or 1017951. OLE color: 1017951.
HSL color Cylindrical-coordinate representation of color #5F880F: hue angle of 80.33º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F880F is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 15 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.47 |
| HSL | 80.33º | 0.8% | 0.3% | - |
| HSV(B) | 80.33º | 0.89% | 0.53% | - |
| XYZ | 13.61 | 20.08 | 3.61 | - |
| YUV | 109.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 15 | 0.30 | 0 | 0.89 | 0.47 | 80.33 | 0.8 | 0.3 |
| Hex | 5F | 88 | F | 1E | 0 | 59 | 2F | 50 | 50 | 1E |
| Octal | 137 | 210 | 17 | 36 | 0 | 131 | 57 | 120 | 120 | 36 |
| Binary | 1011111 | 10001000 | 1111 | 11110 | 0 | 1011001 | 101111 | 1010000 | 1010000 | 11110 |
Color Harmonies of #5F880F
Complementary color
Monochromatic Colors of #5F880F
Black with #5F880F
Text Example
Text Example
White with #5F880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F880F; }
p { color: rgb(95,136,15); }
H1.HeaderClassName
{
color: #5F880F;
}
.AnyTagClassName
{
color: #5F880F;
}
</style>
background-color css
<style>
a { background-color: #5F880F; }
a { background-color: rgb(95,136,15); }
div.DivClassName
{
background-color: #5F880F;
}
.BgClassName
{
background-color: #5F880F;
}
</style>
border-color css
<style>
span { border-color: #5F880F; }
span { border-color: rgb(95,136,15); }
td.TdClassName
{
border-color: #5F880F;
}
.TagClassName
{
border-color: #5F880F;
}
</style>