Shades of Dark Olive Green #59762C
Tints of Dark Olive Green #59762C
RGB
CMYK
RGB Variations
Color information
#59762C (or 0x59762C) is known color: Dark Olive Green. HEX triplet: 59, 76 and 2C. RGB value is (89,118,44). Sum of RGB (Red+Green+Blue) = 89+118+44=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #59762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59762C is #A689D3. Grayscale: #656565. Windows color (decimal): -10914260 or 2913881. OLE color: 2913881.
HSL color Cylindrical-coordinate representation of color #59762C: hue angle of 83.51º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59762C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 44 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.54 |
| HSL | 83.51º | 0.46% | 0.32% | - |
| HSV(B) | 83.51º | 0.63% | 0.46% | - |
| XYZ | 11.05 | 15.26 | 4.75 | - |
| YUV | 100.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 44 | 0.25 | 0 | 0.63 | 0.54 | 83.51 | 0.46 | 0.32 |
| Hex | 59 | 76 | 2C | 19 | 0 | 3F | 36 | 54 | 2E | 20 |
| Octal | 131 | 166 | 54 | 31 | 0 | 77 | 66 | 124 | 56 | 40 |
| Binary | 1011001 | 1110110 | 101100 | 11001 | 0 | 111111 | 110110 | 1010100 | 101110 | 100000 |
Color Harmonies of #59762C
Complementary color
Monochromatic Colors of #59762C
Black with #59762C
Text Example
Text Example
White with #59762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59762C; }
p { color: rgb(89,118,44); }
H1.HeaderClassName
{
color: #59762C;
}
.AnyTagClassName
{
color: #59762C;
}
</style>
background-color css
<style>
a { background-color: #59762C; }
a { background-color: rgb(89,118,44); }
div.DivClassName
{
background-color: #59762C;
}
.BgClassName
{
background-color: #59762C;
}
</style>
border-color css
<style>
span { border-color: #59762C; }
span { border-color: rgb(89,118,44); }
td.TdClassName
{
border-color: #59762C;
}
.TagClassName
{
border-color: #59762C;
}
</style>