Shades of Olive Drab #5E9113
Tints of Olive Drab #5E9113
RGB
CMYK
RGB Variations
Color information
#5E9113 (or 0x5E9113) is known color: Olive Drab. HEX triplet: 5E, 91 and 13. RGB value is (94,145,19). Sum of RGB (Red+Green+Blue) = 94+145+19=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9113 is #A16EEC. Grayscale: #737373. Windows color (decimal): -10579693 or 1282398. OLE color: 1282398.
HSL color Cylindrical-coordinate representation of color #5E9113: hue angle of 84.29º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E9113 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 19 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.43 |
| HSL | 84.29º | 0.77% | 0.32% | - |
| HSV(B) | 84.29º | 0.87% | 0.57% | - |
| XYZ | 14.86 | 22.68 | 4.21 | - |
| YUV | 115.39 | 73.6 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 19 | 0.35 | 0 | 0.87 | 0.43 | 84.29 | 0.77 | 0.32 |
| Hex | 5E | 91 | 13 | 23 | 0 | 57 | 2B | 54 | 4D | 20 |
| Octal | 136 | 221 | 23 | 43 | 0 | 127 | 53 | 124 | 115 | 40 |
| Binary | 1011110 | 10010001 | 10011 | 100011 | 0 | 1010111 | 101011 | 1010100 | 1001101 | 100000 |
Color Harmonies of #5E9113
Complementary color
Monochromatic Colors of #5E9113
Black with #5E9113
Text Example
Text Example
White with #5E9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9113; }
p { color: rgb(94,145,19); }
H1.HeaderClassName
{
color: #5E9113;
}
.AnyTagClassName
{
color: #5E9113;
}
</style>
background-color css
<style>
a { background-color: #5E9113; }
a { background-color: rgb(94,145,19); }
div.DivClassName
{
background-color: #5E9113;
}
.BgClassName
{
background-color: #5E9113;
}
</style>
border-color css
<style>
span { border-color: #5E9113; }
span { border-color: rgb(94,145,19); }
td.TdClassName
{
border-color: #5E9113;
}
.TagClassName
{
border-color: #5E9113;
}
</style>