Shades of Olive Drab #5E8214
Tints of Olive Drab #5E8214
RGB
CMYK
RGB Variations
Color information
#5E8214 (or 0x5E8214) is known color: Olive Drab. HEX triplet: 5E, 82 and 14. RGB value is (94,130,20). Sum of RGB (Red+Green+Blue) = 94+130+20=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8214 is #A17DEB. Grayscale: #6B6B6B. Windows color (decimal): -10583532 or 1344094. OLE color: 1344094.
HSL color Cylindrical-coordinate representation of color #5E8214: hue angle of 79.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E8214 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 20 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.49 |
| HSL | 79.64º | 0.73% | 0.29% | - |
| HSV(B) | 79.64º | 0.85% | 0.51% | - |
| XYZ | 12.72 | 18.4 | 3.54 | - |
| YUV | 106.7 | 79.07 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 20 | 0.28 | 0 | 0.85 | 0.49 | 79.64 | 0.73 | 0.29 |
| Hex | 5E | 82 | 14 | 1C | 0 | 55 | 31 | 50 | 49 | 1D |
| Octal | 136 | 202 | 24 | 34 | 0 | 125 | 61 | 120 | 111 | 35 |
| Binary | 1011110 | 10000010 | 10100 | 11100 | 0 | 1010101 | 110001 | 1010000 | 1001001 | 11101 |
Color Harmonies of #5E8214
Complementary color
Monochromatic Colors of #5E8214
Black with #5E8214
Text Example
Text Example
White with #5E8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8214; }
p { color: rgb(94,130,20); }
H1.HeaderClassName
{
color: #5E8214;
}
.AnyTagClassName
{
color: #5E8214;
}
</style>
background-color css
<style>
a { background-color: #5E8214; }
a { background-color: rgb(94,130,20); }
div.DivClassName
{
background-color: #5E8214;
}
.BgClassName
{
background-color: #5E8214;
}
</style>
border-color css
<style>
span { border-color: #5E8214; }
span { border-color: rgb(94,130,20); }
td.TdClassName
{
border-color: #5E8214;
}
.TagClassName
{
border-color: #5E8214;
}
</style>