Shades of Dark Olive Green #5E7033
Tints of Dark Olive Green #5E7033
RGB
CMYK
RGB Variations
Color information
#5E7033 (or 0x5E7033) is known color: Dark Olive Green. HEX triplet: 5E, 70 and 33. RGB value is (94,112,51). Sum of RGB (Red+Green+Blue) = 94+112+51=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7033 is #A18FCC. Grayscale: #636363. Windows color (decimal): -10588109 or 3371102. OLE color: 3371102.
HSL color Cylindrical-coordinate representation of color #5E7033: hue angle of 77.7º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E7033 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 51 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.56 |
| HSL | 77.7º | 0.37% | 0.32% | - |
| HSV(B) | 77.7º | 0.54% | 0.44% | - |
| XYZ | 11.01 | 14.21 | 5.29 | - |
| YUV | 99.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 51 | 0.16 | 0 | 0.54 | 0.56 | 77.7 | 0.37 | 0.32 |
| Hex | 5E | 70 | 33 | 10 | 0 | 36 | 38 | 4E | 25 | 20 |
| Octal | 136 | 160 | 63 | 20 | 0 | 66 | 70 | 116 | 45 | 40 |
| Binary | 1011110 | 1110000 | 110011 | 10000 | 0 | 110110 | 111000 | 1001110 | 100101 | 100000 |
Color Harmonies of #5E7033
Complementary color
Monochromatic Colors of #5E7033
Black with #5E7033
Text Example
Text Example
White with #5E7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7033; }
p { color: rgb(94,112,51); }
H1.HeaderClassName
{
color: #5E7033;
}
.AnyTagClassName
{
color: #5E7033;
}
</style>
background-color css
<style>
a { background-color: #5E7033; }
a { background-color: rgb(94,112,51); }
div.DivClassName
{
background-color: #5E7033;
}
.BgClassName
{
background-color: #5E7033;
}
</style>
border-color css
<style>
span { border-color: #5E7033; }
span { border-color: rgb(94,112,51); }
td.TdClassName
{
border-color: #5E7033;
}
.TagClassName
{
border-color: #5E7033;
}
</style>