Shades of Olive Drab #5E8E05
Tints of Olive Drab #5E8E05
RGB
CMYK
RGB Variations
Color information
#5E8E05 (or 0x5E8E05) is known color: Olive Drab. HEX triplet: 5E, 8E and 05. RGB value is (94,142,5). Sum of RGB (Red+Green+Blue) = 94+142+5=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8E05 is #A171FA. Grayscale: #707070. Windows color (decimal): -10580475 or 364126. OLE color: 364126.
HSL color Cylindrical-coordinate representation of color #5E8E05: hue angle of 81.02º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E8E05 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 142 | 5 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.44 |
| HSL | 81.02º | 0.93% | 0.29% | - |
| HSV(B) | 81.02º | 0.96% | 0.56% | - |
| XYZ | 14.32 | 21.74 | 3.58 | - |
| YUV | 112.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 142 | 5 | 0.34 | 0 | 0.96 | 0.44 | 81.02 | 0.93 | 0.29 |
| Hex | 5E | 8E | 5 | 22 | 0 | 60 | 2C | 51 | 5D | 1D |
| Octal | 136 | 216 | 5 | 42 | 0 | 140 | 54 | 121 | 135 | 35 |
| Binary | 1011110 | 10001110 | 101 | 100010 | 0 | 1100000 | 101100 | 1010001 | 1011101 | 11101 |
Color Harmonies of #5E8E05
Complementary color
Monochromatic Colors of #5E8E05
Black with #5E8E05
Text Example
Text Example
White with #5E8E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8E05; }
p { color: rgb(94,142,5); }
H1.HeaderClassName
{
color: #5E8E05;
}
.AnyTagClassName
{
color: #5E8E05;
}
</style>
background-color css
<style>
a { background-color: #5E8E05; }
a { background-color: rgb(94,142,5); }
div.DivClassName
{
background-color: #5E8E05;
}
.BgClassName
{
background-color: #5E8E05;
}
</style>
border-color css
<style>
span { border-color: #5E8E05; }
span { border-color: rgb(94,142,5); }
td.TdClassName
{
border-color: #5E8E05;
}
.TagClassName
{
border-color: #5E8E05;
}
</style>