Shades of Dark Olive Green #59663B
Tints of Dark Olive Green #59663B
RGB
CMYK
RGB Variations
Color information
#59663B (or 0x59663B) is known color: Dark Olive Green. HEX triplet: 59, 66 and 3B. RGB value is (89,102,59). Sum of RGB (Red+Green+Blue) = 89+102+59=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #59663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59663B is #A699C4. Grayscale: #5D5D5D. Windows color (decimal): -10918341 or 3892825. OLE color: 3892825.
HSL color Cylindrical-coordinate representation of color #59663B: hue angle of 78.14º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59663B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 59 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.6 |
| HSL | 78.14º | 0.27% | 0.32% | - |
| HSV(B) | 78.14º | 0.42% | 0.4% | - |
| XYZ | 9.66 | 11.94 | 5.93 | - |
| YUV | 93.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 59 | 0.13 | 0 | 0.42 | 0.6 | 78.14 | 0.27 | 0.32 |
| Hex | 59 | 66 | 3B | D | 0 | 2A | 3C | 4E | 1B | 20 |
| Octal | 131 | 146 | 73 | 15 | 0 | 52 | 74 | 116 | 33 | 40 |
| Binary | 1011001 | 1100110 | 111011 | 1101 | 0 | 101010 | 111100 | 1001110 | 11011 | 100000 |
Color Harmonies of #59663B
Complementary color
Monochromatic Colors of #59663B
Black with #59663B
Text Example
Text Example
White with #59663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59663B; }
p { color: rgb(89,102,59); }
H1.HeaderClassName
{
color: #59663B;
}
.AnyTagClassName
{
color: #59663B;
}
</style>
background-color css
<style>
a { background-color: #59663B; }
a { background-color: rgb(89,102,59); }
div.DivClassName
{
background-color: #59663B;
}
.BgClassName
{
background-color: #59663B;
}
</style>
border-color css
<style>
span { border-color: #59663B; }
span { border-color: rgb(89,102,59); }
td.TdClassName
{
border-color: #59663B;
}
.TagClassName
{
border-color: #59663B;
}
</style>