Shades of Olive Drab #5F8708
Tints of Olive Drab #5F8708
RGB
CMYK
RGB Variations
Color information
#5F8708 (or 0x5F8708) is known color: Olive Drab. HEX triplet: 5F, 87 and 08. RGB value is (95,135,8). Sum of RGB (Red+Green+Blue) = 95+135+8=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #5F8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8708 is #A078F7. Grayscale: #6D6D6D. Windows color (decimal): -10516728 or 558943. OLE color: 558943.
HSL color Cylindrical-coordinate representation of color #5F8708: hue angle of 78.9º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F8708 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 135 | 8 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.47 |
| HSL | 78.9º | 0.89% | 0.28% | - |
| HSV(B) | 78.9º | 0.94% | 0.53% | - |
| XYZ | 13.43 | 19.78 | 3.34 | - |
| YUV | 108.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 135 | 8 | 0.30 | 0 | 0.94 | 0.47 | 78.9 | 0.89 | 0.28 |
| Hex | 5F | 87 | 8 | 1E | 0 | 5E | 2F | 4F | 59 | 1C |
| Octal | 137 | 207 | 10 | 36 | 0 | 136 | 57 | 117 | 131 | 34 |
| Binary | 1011111 | 10000111 | 1000 | 11110 | 0 | 1011110 | 101111 | 1001111 | 1011001 | 11100 |
Color Harmonies of #5F8708
Complementary color
Monochromatic Colors of #5F8708
Black with #5F8708
Text Example
Text Example
White with #5F8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8708; }
p { color: rgb(95,135,8); }
H1.HeaderClassName
{
color: #5F8708;
}
.AnyTagClassName
{
color: #5F8708;
}
</style>
background-color css
<style>
a { background-color: #5F8708; }
a { background-color: rgb(95,135,8); }
div.DivClassName
{
background-color: #5F8708;
}
.BgClassName
{
background-color: #5F8708;
}
</style>
border-color css
<style>
span { border-color: #5F8708; }
span { border-color: rgb(95,135,8); }
td.TdClassName
{
border-color: #5F8708;
}
.TagClassName
{
border-color: #5F8708;
}
</style>