Shades of Olive Drab #5E9805
Tints of Olive Drab #5E9805
RGB
CMYK
RGB Variations
Color information
#5E9805 (or 0x5E9805) is known color: Olive Drab. HEX triplet: 5E, 98 and 05. RGB value is (94,152,5). Sum of RGB (Red+Green+Blue) = 94+152+5=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9805 is #A167FA. Grayscale: #767676. Windows color (decimal): -10577915 or 366686. OLE color: 366686.
HSL color Cylindrical-coordinate representation of color #5E9805: hue angle of 83.67º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E9805 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 5 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.40 |
| HSL | 83.67º | 0.94% | 0.31% | - |
| HSV(B) | 83.67º | 0.97% | 0.6% | - |
| XYZ | 15.87 | 24.85 | 4.1 | - |
| YUV | 117.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 5 | 0.38 | 0 | 0.97 | 0.40 | 83.67 | 0.94 | 0.31 |
| Hex | 5E | 98 | 5 | 26 | 0 | 61 | 28 | 54 | 5E | 1F |
| Octal | 136 | 230 | 5 | 46 | 0 | 141 | 50 | 124 | 136 | 37 |
| Binary | 1011110 | 10011000 | 101 | 100110 | 0 | 1100001 | 101000 | 1010100 | 1011110 | 11111 |
Color Harmonies of #5E9805
Complementary color
Monochromatic Colors of #5E9805
Black with #5E9805
Text Example
Text Example
White with #5E9805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9805; }
p { color: rgb(94,152,5); }
H1.HeaderClassName
{
color: #5E9805;
}
.AnyTagClassName
{
color: #5E9805;
}
</style>
background-color css
<style>
a { background-color: #5E9805; }
a { background-color: rgb(94,152,5); }
div.DivClassName
{
background-color: #5E9805;
}
.BgClassName
{
background-color: #5E9805;
}
</style>
border-color css
<style>
span { border-color: #5E9805; }
span { border-color: rgb(94,152,5); }
td.TdClassName
{
border-color: #5E9805;
}
.TagClassName
{
border-color: #5E9805;
}
</style>