Shades of Cactus #596A4E
Tints of Cactus #596A4E
RGB
CMYK
RGB Variations
Color information
#596A4E (or 0x596A4E) is known color: Cactus. HEX triplet: 59, 6A and 4E. RGB value is (89,106,78). Sum of RGB (Red+Green+Blue) = 89+106+78=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 106 - color contains mainly: green. Hex color #596A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A4E is #A695B1. Grayscale: #616161. Windows color (decimal): -10917298 or 5139033. OLE color: 5139033.
HSL color Cylindrical-coordinate representation of color #596A4E: hue angle of 96.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #596A4E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 106 | 78 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.58 |
| HSL | 96.43º | 0.15% | 0.36% | - |
| HSV(B) | 96.43º | 0.26% | 0.42% | - |
| XYZ | 10.65 | 12.98 | 9.15 | - |
| YUV | 97.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 78 | 0.16 | 0 | 0.26 | 0.58 | 96.43 | 0.15 | 0.36 |
| Hex | 59 | 6A | 4E | 10 | 0 | 1A | 3A | 60 | F | 24 |
| Octal | 131 | 152 | 116 | 20 | 0 | 32 | 72 | 140 | 17 | 44 |
| Binary | 1011001 | 1101010 | 1001110 | 10000 | 0 | 11010 | 111010 | 1100000 | 1111 | 100100 |
Color Harmonies of #596A4E
Complementary color
Monochromatic Colors of #596A4E
Black with #596A4E
Text Example
Text Example
White with #596A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A4E; }
p { color: rgb(89,106,78); }
H1.HeaderClassName
{
color: #596A4E;
}
.AnyTagClassName
{
color: #596A4E;
}
</style>
background-color css
<style>
a { background-color: #596A4E; }
a { background-color: rgb(89,106,78); }
div.DivClassName
{
background-color: #596A4E;
}
.BgClassName
{
background-color: #596A4E;
}
</style>
border-color css
<style>
span { border-color: #596A4E; }
span { border-color: rgb(89,106,78); }
td.TdClassName
{
border-color: #596A4E;
}
.TagClassName
{
border-color: #596A4E;
}
</style>