Shades of Olive Drab #5E8913
Tints of Olive Drab #5E8913
RGB
CMYK
RGB Variations
Color information
#5E8913 (or 0x5E8913) is known color: Olive Drab. HEX triplet: 5E, 89 and 13. RGB value is (94,137,19). Sum of RGB (Red+Green+Blue) = 94+137+19=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8913 is #A176EC. Grayscale: #6F6F6F. Windows color (decimal): -10581741 or 1280350. OLE color: 1280350.
HSL color Cylindrical-coordinate representation of color #5E8913: hue angle of 81.86º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E8913 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 19 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.46 |
| HSL | 81.86º | 0.76% | 0.31% | - |
| HSV(B) | 81.86º | 0.86% | 0.54% | - |
| XYZ | 13.68 | 20.32 | 3.82 | - |
| YUV | 110.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 19 | 0.31 | 0 | 0.86 | 0.46 | 81.86 | 0.76 | 0.31 |
| Hex | 5E | 89 | 13 | 1F | 0 | 56 | 2E | 52 | 4C | 1F |
| Octal | 136 | 211 | 23 | 37 | 0 | 126 | 56 | 122 | 114 | 37 |
| Binary | 1011110 | 10001001 | 10011 | 11111 | 0 | 1010110 | 101110 | 1010010 | 1001100 | 11111 |
Color Harmonies of #5E8913
Complementary color
Monochromatic Colors of #5E8913
Black with #5E8913
Text Example
Text Example
White with #5E8913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8913; }
p { color: rgb(94,137,19); }
H1.HeaderClassName
{
color: #5E8913;
}
.AnyTagClassName
{
color: #5E8913;
}
</style>
background-color css
<style>
a { background-color: #5E8913; }
a { background-color: rgb(94,137,19); }
div.DivClassName
{
background-color: #5E8913;
}
.BgClassName
{
background-color: #5E8913;
}
</style>
border-color css
<style>
span { border-color: #5E8913; }
span { border-color: rgb(94,137,19); }
td.TdClassName
{
border-color: #5E8913;
}
.TagClassName
{
border-color: #5E8913;
}
</style>