Shades of Dark Olive Green #5E762E
Tints of Dark Olive Green #5E762E
RGB
CMYK
RGB Variations
Color information
#5E762E (or 0x5E762E) is known color: Dark Olive Green. HEX triplet: 5E, 76 and 2E. RGB value is (94,118,46). Sum of RGB (Red+Green+Blue) = 94+118+46=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #5E762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E762E is #A189D1. Grayscale: #666666. Windows color (decimal): -10586578 or 3044958. OLE color: 3044958.
HSL color Cylindrical-coordinate representation of color #5E762E: hue angle of 80º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E762E is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 46 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.54 |
| HSL | 80º | 0.44% | 0.32% | - |
| HSV(B) | 80º | 0.61% | 0.46% | - |
| XYZ | 11.59 | 15.53 | 4.97 | - |
| YUV | 102.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 46 | 0.20 | 0 | 0.61 | 0.54 | 80 | 0.44 | 0.32 |
| Hex | 5E | 76 | 2E | 14 | 0 | 3D | 36 | 50 | 2C | 20 |
| Octal | 136 | 166 | 56 | 24 | 0 | 75 | 66 | 120 | 54 | 40 |
| Binary | 1011110 | 1110110 | 101110 | 10100 | 0 | 111101 | 110110 | 1010000 | 101100 | 100000 |
Color Harmonies of #5E762E
Complementary color
Monochromatic Colors of #5E762E
Black with #5E762E
Text Example
Text Example
White with #5E762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E762E; }
p { color: rgb(94,118,46); }
H1.HeaderClassName
{
color: #5E762E;
}
.AnyTagClassName
{
color: #5E762E;
}
</style>
background-color css
<style>
a { background-color: #5E762E; }
a { background-color: rgb(94,118,46); }
div.DivClassName
{
background-color: #5E762E;
}
.BgClassName
{
background-color: #5E762E;
}
</style>
border-color css
<style>
span { border-color: #5E762E; }
span { border-color: rgb(94,118,46); }
td.TdClassName
{
border-color: #5E762E;
}
.TagClassName
{
border-color: #5E762E;
}
</style>