Shades of Dark Olive Green #5E6E33
Tints of Dark Olive Green #5E6E33
RGB
CMYK
RGB Variations
Color information
#5E6E33 (or 0x5E6E33) is known color: Dark Olive Green. HEX triplet: 5E, 6E and 33. RGB value is (94,110,51). Sum of RGB (Red+Green+Blue) = 94+110+51=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E33 is #A191CC. Grayscale: #626262. Windows color (decimal): -10588621 or 3370590. OLE color: 3370590.
HSL color Cylindrical-coordinate representation of color #5E6E33: hue angle of 76.27º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E6E33 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 51 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.57 |
| HSL | 76.27º | 0.37% | 0.32% | - |
| HSV(B) | 76.27º | 0.54% | 0.43% | - |
| XYZ | 10.79 | 13.77 | 5.22 | - |
| YUV | 98.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 51 | 0.15 | 0 | 0.54 | 0.57 | 76.27 | 0.37 | 0.32 |
| Hex | 5E | 6E | 33 | F | 0 | 36 | 39 | 4C | 25 | 20 |
| Octal | 136 | 156 | 63 | 17 | 0 | 66 | 71 | 114 | 45 | 40 |
| Binary | 1011110 | 1101110 | 110011 | 1111 | 0 | 110110 | 111001 | 1001100 | 100101 | 100000 |
Color Harmonies of #5E6E33
Complementary color
Monochromatic Colors of #5E6E33
Black with #5E6E33
Text Example
Text Example
White with #5E6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E33; }
p { color: rgb(94,110,51); }
H1.HeaderClassName
{
color: #5E6E33;
}
.AnyTagClassName
{
color: #5E6E33;
}
</style>
background-color css
<style>
a { background-color: #5E6E33; }
a { background-color: rgb(94,110,51); }
div.DivClassName
{
background-color: #5E6E33;
}
.BgClassName
{
background-color: #5E6E33;
}
</style>
border-color css
<style>
span { border-color: #5E6E33; }
span { border-color: rgb(94,110,51); }
td.TdClassName
{
border-color: #5E6E33;
}
.TagClassName
{
border-color: #5E6E33;
}
</style>