Shades of Olive Drab #5E8210
Tints of Olive Drab #5E8210
RGB
CMYK
RGB Variations
Color information
#5E8210 (or 0x5E8210) is known color: Olive Drab. HEX triplet: 5E, 82 and 10. RGB value is (94,130,16). Sum of RGB (Red+Green+Blue) = 94+130+16=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8210 is #A17DEF. Grayscale: #6A6A6A. Windows color (decimal): -10583536 or 1081950. OLE color: 1081950.
HSL color Cylindrical-coordinate representation of color #5E8210: hue angle of 78.95º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E8210 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 130 | 16 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.49 |
| HSL | 78.95º | 0.78% | 0.29% | - |
| HSV(B) | 78.95º | 0.88% | 0.51% | - |
| XYZ | 12.69 | 18.38 | 3.37 | - |
| YUV | 106.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 16 | 0.28 | 0 | 0.88 | 0.49 | 78.95 | 0.78 | 0.29 |
| Hex | 5E | 82 | 10 | 1C | 0 | 58 | 31 | 4F | 4E | 1D |
| Octal | 136 | 202 | 20 | 34 | 0 | 130 | 61 | 117 | 116 | 35 |
| Binary | 1011110 | 10000010 | 10000 | 11100 | 0 | 1011000 | 110001 | 1001111 | 1001110 | 11101 |
Color Harmonies of #5E8210
Complementary color
Monochromatic Colors of #5E8210
Black with #5E8210
Text Example
Text Example
White with #5E8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8210; }
p { color: rgb(94,130,16); }
H1.HeaderClassName
{
color: #5E8210;
}
.AnyTagClassName
{
color: #5E8210;
}
</style>
background-color css
<style>
a { background-color: #5E8210; }
a { background-color: rgb(94,130,16); }
div.DivClassName
{
background-color: #5E8210;
}
.BgClassName
{
background-color: #5E8210;
}
</style>
border-color css
<style>
span { border-color: #5E8210; }
span { border-color: rgb(94,130,16); }
td.TdClassName
{
border-color: #5E8210;
}
.TagClassName
{
border-color: #5E8210;
}
</style>