Shades of Olive Drab #5E8709
Tints of Olive Drab #5E8709
RGB
CMYK
RGB Variations
Color information
#5E8709 (or 0x5E8709) is known color: Olive Drab. HEX triplet: 5E, 87 and 09. RGB value is (94,135,9). Sum of RGB (Red+Green+Blue) = 94+135+9=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 135 (53.12% from 255 or 56.72% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 135 - color contains mainly: green. Hex color #5E8709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8709 is #A178F6. Grayscale: #6C6C6C. Windows color (decimal): -10582263 or 624478. OLE color: 624478.
HSL color Cylindrical-coordinate representation of color #5E8709: hue angle of 79.52º 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 #5E8709 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 9 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.47 |
| HSL | 79.52º | 0.88% | 0.28% | - |
| HSV(B) | 79.52º | 0.93% | 0.53% | - |
| XYZ | 13.33 | 19.73 | 3.36 | - |
| YUV | 108.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 9 | 0.30 | 0 | 0.93 | 0.47 | 79.52 | 0.88 | 0.28 |
| Hex | 5E | 87 | 9 | 1E | 0 | 5D | 2F | 50 | 58 | 1C |
| Octal | 136 | 207 | 11 | 36 | 0 | 135 | 57 | 120 | 130 | 34 |
| Binary | 1011110 | 10000111 | 1001 | 11110 | 0 | 1011101 | 101111 | 1010000 | 1011000 | 11100 |
Color Harmonies of #5E8709
Complementary color
Monochromatic Colors of #5E8709
Black with #5E8709
Text Example
Text Example
White with #5E8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8709; }
p { color: rgb(94,135,9); }
H1.HeaderClassName
{
color: #5E8709;
}
.AnyTagClassName
{
color: #5E8709;
}
</style>
background-color css
<style>
a { background-color: #5E8709; }
a { background-color: rgb(94,135,9); }
div.DivClassName
{
background-color: #5E8709;
}
.BgClassName
{
background-color: #5E8709;
}
</style>
border-color css
<style>
span { border-color: #5E8709; }
span { border-color: rgb(94,135,9); }
td.TdClassName
{
border-color: #5E8709;
}
.TagClassName
{
border-color: #5E8709;
}
</style>