Shades of Dark Olive Green #5E6E34
Tints of Dark Olive Green #5E6E34
RGB
CMYK
RGB Variations
Color information
#5E6E34 (or 0x5E6E34) is known color: Dark Olive Green. HEX triplet: 5E, 6E and 34. RGB value is (94,110,52). Sum of RGB (Red+Green+Blue) = 94+110+52=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6E34 is #A191CB. Grayscale: #626262. Windows color (decimal): -10588620 or 3436126. OLE color: 3436126.
HSL color Cylindrical-coordinate representation of color #5E6E34: hue angle of 76.55º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6E34 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 52 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.57 |
| HSL | 76.55º | 0.36% | 0.32% | - |
| HSV(B) | 76.55º | 0.53% | 0.43% | - |
| XYZ | 10.81 | 13.78 | 5.34 | - |
| YUV | 98.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 52 | 0.15 | 0 | 0.53 | 0.57 | 76.55 | 0.36 | 0.32 |
| Hex | 5E | 6E | 34 | F | 0 | 35 | 39 | 4D | 24 | 20 |
| Octal | 136 | 156 | 64 | 17 | 0 | 65 | 71 | 115 | 44 | 40 |
| Binary | 1011110 | 1101110 | 110100 | 1111 | 0 | 110101 | 111001 | 1001101 | 100100 | 100000 |
Color Harmonies of #5E6E34
Complementary color
Monochromatic Colors of #5E6E34
Black with #5E6E34
Text Example
Text Example
White with #5E6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E34; }
p { color: rgb(94,110,52); }
H1.HeaderClassName
{
color: #5E6E34;
}
.AnyTagClassName
{
color: #5E6E34;
}
</style>
background-color css
<style>
a { background-color: #5E6E34; }
a { background-color: rgb(94,110,52); }
div.DivClassName
{
background-color: #5E6E34;
}
.BgClassName
{
background-color: #5E6E34;
}
</style>
border-color css
<style>
span { border-color: #5E6E34; }
span { border-color: rgb(94,110,52); }
td.TdClassName
{
border-color: #5E6E34;
}
.TagClassName
{
border-color: #5E6E34;
}
</style>