Shades of Dark Olive Green #59662C
Tints of Dark Olive Green #59662C
RGB
CMYK
RGB Variations
Color information
#59662C (or 0x59662C) is known color: Dark Olive Green. HEX triplet: 59, 66 and 2C. RGB value is (89,102,44). Sum of RGB (Red+Green+Blue) = 89+102+44=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #59662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59662C is #A699D3. Grayscale: #5B5B5B. Windows color (decimal): -10918356 or 2909785. OLE color: 2909785.
HSL color Cylindrical-coordinate representation of color #59662C: hue angle of 73.45º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59662C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 44 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.6 |
| HSL | 73.45º | 0.4% | 0.29% | - |
| HSV(B) | 73.45º | 0.57% | 0.4% | - |
| XYZ | 9.33 | 11.81 | 4.17 | - |
| YUV | 91.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 44 | 0.13 | 0 | 0.57 | 0.6 | 73.45 | 0.4 | 0.29 |
| Hex | 59 | 66 | 2C | D | 0 | 39 | 3C | 49 | 28 | 1D |
| Octal | 131 | 146 | 54 | 15 | 0 | 71 | 74 | 111 | 50 | 35 |
| Binary | 1011001 | 1100110 | 101100 | 1101 | 0 | 111001 | 111100 | 1001001 | 101000 | 11101 |
Color Harmonies of #59662C
Complementary color
Monochromatic Colors of #59662C
Black with #59662C
Text Example
Text Example
White with #59662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59662C; }
p { color: rgb(89,102,44); }
H1.HeaderClassName
{
color: #59662C;
}
.AnyTagClassName
{
color: #59662C;
}
</style>
background-color css
<style>
a { background-color: #59662C; }
a { background-color: rgb(89,102,44); }
div.DivClassName
{
background-color: #59662C;
}
.BgClassName
{
background-color: #59662C;
}
</style>
border-color css
<style>
span { border-color: #59662C; }
span { border-color: rgb(89,102,44); }
td.TdClassName
{
border-color: #59662C;
}
.TagClassName
{
border-color: #59662C;
}
</style>