Shades of Dark Olive Green #59663A
Tints of Dark Olive Green #59663A
RGB
CMYK
RGB Variations
Color information
#59663A (or 0x59663A) is known color: Dark Olive Green. HEX triplet: 59, 66 and 3A. RGB value is (89,102,58). Sum of RGB (Red+Green+Blue) = 89+102+58=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #59663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59663A is #A699C5. Grayscale: #5D5D5D. Windows color (decimal): -10918342 or 3827289. OLE color: 3827289.
HSL color Cylindrical-coordinate representation of color #59663A: hue angle of 77.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59663A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 58 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.6 |
| HSL | 77.73º | 0.28% | 0.31% | - |
| HSV(B) | 77.73º | 0.43% | 0.4% | - |
| XYZ | 9.63 | 11.93 | 5.8 | - |
| YUV | 93.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 58 | 0.13 | 0 | 0.43 | 0.6 | 77.73 | 0.28 | 0.31 |
| Hex | 59 | 66 | 3A | D | 0 | 2B | 3C | 4E | 1C | 1F |
| Octal | 131 | 146 | 72 | 15 | 0 | 53 | 74 | 116 | 34 | 37 |
| Binary | 1011001 | 1100110 | 111010 | 1101 | 0 | 101011 | 111100 | 1001110 | 11100 | 11111 |
Color Harmonies of #59663A
Complementary color
Monochromatic Colors of #59663A
Black with #59663A
Text Example
Text Example
White with #59663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59663A; }
p { color: rgb(89,102,58); }
H1.HeaderClassName
{
color: #59663A;
}
.AnyTagClassName
{
color: #59663A;
}
</style>
background-color css
<style>
a { background-color: #59663A; }
a { background-color: rgb(89,102,58); }
div.DivClassName
{
background-color: #59663A;
}
.BgClassName
{
background-color: #59663A;
}
</style>
border-color css
<style>
span { border-color: #59663A; }
span { border-color: rgb(89,102,58); }
td.TdClassName
{
border-color: #59663A;
}
.TagClassName
{
border-color: #59663A;
}
</style>