Shades of Olive Drab #5E9206
Tints of Olive Drab #5E9206
RGB
CMYK
RGB Variations
Color information
#5E9206 (or 0x5E9206) is known color: Olive Drab. HEX triplet: 5E, 92 and 06. RGB value is (94,146,6). Sum of RGB (Red+Green+Blue) = 94+146+6=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9206 is #A16DF9. Grayscale: #737373. Windows color (decimal): -10579450 or 430686. OLE color: 430686.
HSL color Cylindrical-coordinate representation of color #5E9206: hue angle of 82.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E9206 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 6 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.43 |
| HSL | 82.29º | 0.92% | 0.3% | - |
| HSV(B) | 82.29º | 0.96% | 0.57% | - |
| XYZ | 14.93 | 22.95 | 3.82 | - |
| YUV | 114.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 6 | 0.36 | 0 | 0.96 | 0.43 | 82.29 | 0.92 | 0.3 |
| Hex | 5E | 92 | 6 | 24 | 0 | 60 | 2B | 52 | 5C | 1E |
| Octal | 136 | 222 | 6 | 44 | 0 | 140 | 53 | 122 | 134 | 36 |
| Binary | 1011110 | 10010010 | 110 | 100100 | 0 | 1100000 | 101011 | 1010010 | 1011100 | 11110 |
Color Harmonies of #5E9206
Complementary color
Monochromatic Colors of #5E9206
Black with #5E9206
Text Example
Text Example
White with #5E9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9206; }
p { color: rgb(94,146,6); }
H1.HeaderClassName
{
color: #5E9206;
}
.AnyTagClassName
{
color: #5E9206;
}
</style>
background-color css
<style>
a { background-color: #5E9206; }
a { background-color: rgb(94,146,6); }
div.DivClassName
{
background-color: #5E9206;
}
.BgClassName
{
background-color: #5E9206;
}
</style>
border-color css
<style>
span { border-color: #5E9206; }
span { border-color: rgb(94,146,6); }
td.TdClassName
{
border-color: #5E9206;
}
.TagClassName
{
border-color: #5E9206;
}
</style>