Shades of Olive Drab #5E8111
Tints of Olive Drab #5E8111
RGB
CMYK
RGB Variations
Color information
#5E8111 (or 0x5E8111) is known color: Olive Drab. HEX triplet: 5E, 81 and 11. RGB value is (94,129,17). Sum of RGB (Red+Green+Blue) = 94+129+17=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #5E8111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8111 is #A17EEE. Grayscale: #6A6A6A. Windows color (decimal): -10583791 or 1147230. OLE color: 1147230.
HSL color Cylindrical-coordinate representation of color #5E8111: hue angle of 78.75º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E8111 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 17 | - |
| CMYK | 0.27 | 0 | 0.87 | 0.49 |
| HSL | 78.75º | 0.77% | 0.29% | - |
| HSV(B) | 78.75º | 0.87% | 0.51% | - |
| XYZ | 12.57 | 18.12 | 3.37 | - |
| YUV | 105.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 17 | 0.27 | 0 | 0.87 | 0.49 | 78.75 | 0.77 | 0.29 |
| Hex | 5E | 81 | 11 | 1B | 0 | 57 | 31 | 4F | 4D | 1D |
| Octal | 136 | 201 | 21 | 33 | 0 | 127 | 61 | 117 | 115 | 35 |
| Binary | 1011110 | 10000001 | 10001 | 11011 | 0 | 1010111 | 110001 | 1001111 | 1001101 | 11101 |
Color Harmonies of #5E8111
Complementary color
Monochromatic Colors of #5E8111
Black with #5E8111
Text Example
Text Example
White with #5E8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8111; }
p { color: rgb(94,129,17); }
H1.HeaderClassName
{
color: #5E8111;
}
.AnyTagClassName
{
color: #5E8111;
}
</style>
background-color css
<style>
a { background-color: #5E8111; }
a { background-color: rgb(94,129,17); }
div.DivClassName
{
background-color: #5E8111;
}
.BgClassName
{
background-color: #5E8111;
}
</style>
border-color css
<style>
span { border-color: #5E8111; }
span { border-color: rgb(94,129,17); }
td.TdClassName
{
border-color: #5E8111;
}
.TagClassName
{
border-color: #5E8111;
}
</style>