Shades of Olive Drab #5E800A
Tints of Olive Drab #5E800A
RGB
CMYK
RGB Variations
Color information
#5E800A (or 0x5E800A) is known color: Olive Drab. HEX triplet: 5E, 80 and 0A. RGB value is (94,128,10). Sum of RGB (Red+Green+Blue) = 94+128+10=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #5E800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E800A is #A17FF5. Grayscale: #686868. Windows color (decimal): -10584054 or 688222. OLE color: 688222.
HSL color Cylindrical-coordinate representation of color #5E800A: hue angle of 77.29º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E800A is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 10 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.50 |
| HSL | 77.29º | 0.86% | 0.27% | - |
| HSV(B) | 77.29º | 0.92% | 0.5% | - |
| XYZ | 12.39 | 17.84 | 3.08 | - |
| YUV | 104.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 10 | 0.27 | 0 | 0.92 | 0.50 | 77.29 | 0.86 | 0.27 |
| Hex | 5E | 80 | A | 1B | 0 | 5C | 32 | 4D | 56 | 1B |
| Octal | 136 | 200 | 12 | 33 | 0 | 134 | 62 | 115 | 126 | 33 |
| Binary | 1011110 | 10000000 | 1010 | 11011 | 0 | 1011100 | 110010 | 1001101 | 1010110 | 11011 |
Color Harmonies of #5E800A
Complementary color
Monochromatic Colors of #5E800A
Black with #5E800A
Text Example
Text Example
White with #5E800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E800A; }
p { color: rgb(94,128,10); }
H1.HeaderClassName
{
color: #5E800A;
}
.AnyTagClassName
{
color: #5E800A;
}
</style>
background-color css
<style>
a { background-color: #5E800A; }
a { background-color: rgb(94,128,10); }
div.DivClassName
{
background-color: #5E800A;
}
.BgClassName
{
background-color: #5E800A;
}
</style>
border-color css
<style>
span { border-color: #5E800A; }
span { border-color: rgb(94,128,10); }
td.TdClassName
{
border-color: #5E800A;
}
.TagClassName
{
border-color: #5E800A;
}
</style>