Shades of Dark Olive Green #5D772E
Tints of Dark Olive Green #5D772E
RGB
CMYK
RGB Variations
Color information
#5D772E (or 0x5D772E) is known color: Dark Olive Green. HEX triplet: 5D, 77 and 2E. RGB value is (93,119,46). Sum of RGB (Red+Green+Blue) = 93+119+46=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #5D772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D772E is #A288D1. Grayscale: #676767. Windows color (decimal): -10651858 or 3045213. OLE color: 3045213.
HSL color Cylindrical-coordinate representation of color #5D772E: hue angle of 81.37º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D772E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 46 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.53 |
| HSL | 81.37º | 0.44% | 0.32% | - |
| HSV(B) | 81.37º | 0.61% | 0.47% | - |
| XYZ | 11.6 | 15.72 | 5.01 | - |
| YUV | 102.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 46 | 0.22 | 0 | 0.61 | 0.53 | 81.37 | 0.44 | 0.32 |
| Hex | 5D | 77 | 2E | 16 | 0 | 3D | 35 | 51 | 2C | 20 |
| Octal | 135 | 167 | 56 | 26 | 0 | 75 | 65 | 121 | 54 | 40 |
| Binary | 1011101 | 1110111 | 101110 | 10110 | 0 | 111101 | 110101 | 1010001 | 101100 | 100000 |
Color Harmonies of #5D772E
Complementary color
Monochromatic Colors of #5D772E
Black with #5D772E
Text Example
Text Example
White with #5D772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D772E; }
p { color: rgb(93,119,46); }
H1.HeaderClassName
{
color: #5D772E;
}
.AnyTagClassName
{
color: #5D772E;
}
</style>
background-color css
<style>
a { background-color: #5D772E; }
a { background-color: rgb(93,119,46); }
div.DivClassName
{
background-color: #5D772E;
}
.BgClassName
{
background-color: #5D772E;
}
</style>
border-color css
<style>
span { border-color: #5D772E; }
span { border-color: rgb(93,119,46); }
td.TdClassName
{
border-color: #5D772E;
}
.TagClassName
{
border-color: #5D772E;
}
</style>