Shades of Olive Drab #5F8710
Tints of Olive Drab #5F8710
RGB
CMYK
RGB Variations
Color information
#5F8710 (or 0x5F8710) is known color: Olive Drab. HEX triplet: 5F, 87 and 10. RGB value is (95,135,16). Sum of RGB (Red+Green+Blue) = 95+135+16=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8710 is #A078EF. Grayscale: #6D6D6D. Windows color (decimal): -10516720 or 1083231. OLE color: 1083231.
HSL color Cylindrical-coordinate representation of color #5F8710: hue angle of 80.17º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F8710 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 16 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.47 |
| HSL | 80.17º | 0.79% | 0.3% | - |
| HSV(B) | 80.17º | 0.88% | 0.53% | - |
| XYZ | 13.48 | 19.8 | 3.6 | - |
| YUV | 109.47 | 75.25 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 16 | 0.30 | 0 | 0.88 | 0.47 | 80.17 | 0.79 | 0.3 |
| Hex | 5F | 87 | 10 | 1E | 0 | 58 | 2F | 50 | 4F | 1E |
| Octal | 137 | 207 | 20 | 36 | 0 | 130 | 57 | 120 | 117 | 36 |
| Binary | 1011111 | 10000111 | 10000 | 11110 | 0 | 1011000 | 101111 | 1010000 | 1001111 | 11110 |
Color Harmonies of #5F8710
Complementary color
Monochromatic Colors of #5F8710
Black with #5F8710
Text Example
Text Example
White with #5F8710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8710; }
p { color: rgb(95,135,16); }
H1.HeaderClassName
{
color: #5F8710;
}
.AnyTagClassName
{
color: #5F8710;
}
</style>
background-color css
<style>
a { background-color: #5F8710; }
a { background-color: rgb(95,135,16); }
div.DivClassName
{
background-color: #5F8710;
}
.BgClassName
{
background-color: #5F8710;
}
</style>
border-color css
<style>
span { border-color: #5F8710; }
span { border-color: rgb(95,135,16); }
td.TdClassName
{
border-color: #5F8710;
}
.TagClassName
{
border-color: #5F8710;
}
</style>