Shades of Olive Drab #5E8212
Tints of Olive Drab #5E8212
RGB
CMYK
RGB Variations
Color information
#5E8212 (or 0x5E8212) is known color: Olive Drab. HEX triplet: 5E, 82 and 12. RGB value is (94,130,18). Sum of RGB (Red+Green+Blue) = 94+130+18=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8212 is #A17DED. Grayscale: #6A6A6A. Windows color (decimal): -10583534 or 1213022. OLE color: 1213022.
HSL color Cylindrical-coordinate representation of color #5E8212: hue angle of 79.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E8212 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 18 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.49 |
| HSL | 79.29º | 0.76% | 0.29% | - |
| HSV(B) | 79.29º | 0.86% | 0.51% | - |
| XYZ | 12.71 | 18.39 | 3.45 | - |
| YUV | 106.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 18 | 0.28 | 0 | 0.86 | 0.49 | 79.29 | 0.76 | 0.29 |
| Hex | 5E | 82 | 12 | 1C | 0 | 56 | 31 | 4F | 4C | 1D |
| Octal | 136 | 202 | 22 | 34 | 0 | 126 | 61 | 117 | 114 | 35 |
| Binary | 1011110 | 10000010 | 10010 | 11100 | 0 | 1010110 | 110001 | 1001111 | 1001100 | 11101 |
Color Harmonies of #5E8212
Complementary color
Monochromatic Colors of #5E8212
Black with #5E8212
Text Example
Text Example
White with #5E8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8212; }
p { color: rgb(94,130,18); }
H1.HeaderClassName
{
color: #5E8212;
}
.AnyTagClassName
{
color: #5E8212;
}
</style>
background-color css
<style>
a { background-color: #5E8212; }
a { background-color: rgb(94,130,18); }
div.DivClassName
{
background-color: #5E8212;
}
.BgClassName
{
background-color: #5E8212;
}
</style>
border-color css
<style>
span { border-color: #5E8212; }
span { border-color: rgb(94,130,18); }
td.TdClassName
{
border-color: #5E8212;
}
.TagClassName
{
border-color: #5E8212;
}
</style>