Shades of Olive Drab #5E9200
Tints of Olive Drab #5E9200
RGB
CMYK
RGB Variations
Color information
#5E9200 (or 0x5E9200) is known color: Olive Drab. HEX triplet: 5E, 92 and 00. RGB value is (94,146,0). Sum of RGB (Red+Green+Blue) = 94+146+0=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9200 is #A16DFF. Grayscale: #727272. Windows color (decimal): -10579456 or 37470. OLE color: 37470.
HSL color Cylindrical-coordinate representation of color #5E9200: hue angle of 81.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E9200 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.43 |
| HSL | 81.37º | 1% | 0.29% | - |
| HSV(B) | 81.37º | 1% | 0.57% | - |
| XYZ | 14.89 | 22.94 | 3.64 | - |
| YUV | 113.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 0 | 0.36 | 0 | 1 | 0.43 | 81.37 | 1 | 0.29 |
| Hex | 5E | 92 | 0 | 24 | 0 | 64 | 2B | 51 | 64 | 1D |
| Octal | 136 | 222 | 0 | 44 | 0 | 144 | 53 | 121 | 144 | 35 |
| Binary | 1011110 | 10010010 | 0 | 100100 | 0 | 1100100 | 101011 | 1010001 | 1100100 | 11101 |
Color Harmonies of #5E9200
Complementary color
Monochromatic Colors of #5E9200
Black with #5E9200
Text Example
Text Example
White with #5E9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9200; }
p { color: rgb(94,146,0); }
H1.HeaderClassName
{
color: #5E9200;
}
.AnyTagClassName
{
color: #5E9200;
}
</style>
background-color css
<style>
a { background-color: #5E9200; }
a { background-color: rgb(94,146,0); }
div.DivClassName
{
background-color: #5E9200;
}
.BgClassName
{
background-color: #5E9200;
}
</style>
border-color css
<style>
span { border-color: #5E9200; }
span { border-color: rgb(94,146,0); }
td.TdClassName
{
border-color: #5E9200;
}
.TagClassName
{
border-color: #5E9200;
}
</style>