Shades of Olive Drab #5E9111
Tints of Olive Drab #5E9111
RGB
CMYK
RGB Variations
Color information
#5E9111 (or 0x5E9111) is known color: Olive Drab. HEX triplet: 5E, 91 and 11. RGB value is (94,145,17). Sum of RGB (Red+Green+Blue) = 94+145+17=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9111 is #A16EEE. Grayscale: #737373. Windows color (decimal): -10579695 or 1151326. OLE color: 1151326.
HSL color Cylindrical-coordinate representation of color #5E9111: hue angle of 83.91º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E9111 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 17 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.43 |
| HSL | 83.91º | 0.79% | 0.32% | - |
| HSV(B) | 83.91º | 0.88% | 0.57% | - |
| XYZ | 14.84 | 22.67 | 4.12 | - |
| YUV | 115.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 17 | 0.35 | 0 | 0.88 | 0.43 | 83.91 | 0.79 | 0.32 |
| Hex | 5E | 91 | 11 | 23 | 0 | 58 | 2B | 54 | 4F | 20 |
| Octal | 136 | 221 | 21 | 43 | 0 | 130 | 53 | 124 | 117 | 40 |
| Binary | 1011110 | 10010001 | 10001 | 100011 | 0 | 1011000 | 101011 | 1010100 | 1001111 | 100000 |
Color Harmonies of #5E9111
Complementary color
Monochromatic Colors of #5E9111
Black with #5E9111
Text Example
Text Example
White with #5E9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9111; }
p { color: rgb(94,145,17); }
H1.HeaderClassName
{
color: #5E9111;
}
.AnyTagClassName
{
color: #5E9111;
}
</style>
background-color css
<style>
a { background-color: #5E9111; }
a { background-color: rgb(94,145,17); }
div.DivClassName
{
background-color: #5E9111;
}
.BgClassName
{
background-color: #5E9111;
}
</style>
border-color css
<style>
span { border-color: #5E9111; }
span { border-color: rgb(94,145,17); }
td.TdClassName
{
border-color: #5E9111;
}
.TagClassName
{
border-color: #5E9111;
}
</style>