Shades of Olive Drab #5E8813
Tints of Olive Drab #5E8813
RGB
CMYK
RGB Variations
Color information
#5E8813 (or 0x5E8813) is known color: Olive Drab. HEX triplet: 5E, 88 and 13. RGB value is (94,136,19). Sum of RGB (Red+Green+Blue) = 94+136+19=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #5E8813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8813 is #A177EC. Grayscale: #6E6E6E. Windows color (decimal): -10581997 or 1280094. OLE color: 1280094.
HSL color Cylindrical-coordinate representation of color #5E8813: hue angle of 81.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E8813 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 19 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.47 |
| HSL | 81.54º | 0.75% | 0.3% | - |
| HSV(B) | 81.54º | 0.86% | 0.53% | - |
| XYZ | 13.54 | 20.04 | 3.77 | - |
| YUV | 110.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 19 | 0.31 | 0 | 0.86 | 0.47 | 81.54 | 0.75 | 0.3 |
| Hex | 5E | 88 | 13 | 1F | 0 | 56 | 2F | 52 | 4B | 1E |
| Octal | 136 | 210 | 23 | 37 | 0 | 126 | 57 | 122 | 113 | 36 |
| Binary | 1011110 | 10001000 | 10011 | 11111 | 0 | 1010110 | 101111 | 1010010 | 1001011 | 11110 |
Color Harmonies of #5E8813
Complementary color
Monochromatic Colors of #5E8813
Black with #5E8813
Text Example
Text Example
White with #5E8813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8813; }
p { color: rgb(94,136,19); }
H1.HeaderClassName
{
color: #5E8813;
}
.AnyTagClassName
{
color: #5E8813;
}
</style>
background-color css
<style>
a { background-color: #5E8813; }
a { background-color: rgb(94,136,19); }
div.DivClassName
{
background-color: #5E8813;
}
.BgClassName
{
background-color: #5E8813;
}
</style>
border-color css
<style>
span { border-color: #5E8813; }
span { border-color: rgb(94,136,19); }
td.TdClassName
{
border-color: #5E8813;
}
.TagClassName
{
border-color: #5E8813;
}
</style>