Shades of Cactus #596B4E
Tints of Cactus #596B4E
RGB
CMYK
RGB Variations
Color information
#596B4E (or 0x596B4E) is known color: Cactus. HEX triplet: 59, 6B and 4E. RGB value is (89,107,78). Sum of RGB (Red+Green+Blue) = 89+107+78=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #596B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B4E is #A694B1. Grayscale: #626262. Windows color (decimal): -10917042 or 5139289. OLE color: 5139289.
HSL color Cylindrical-coordinate representation of color #596B4E: hue angle of 97.24º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #596B4E is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 78 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.58 |
| HSL | 97.24º | 0.16% | 0.36% | - |
| HSV(B) | 97.24º | 0.27% | 0.42% | - |
| XYZ | 10.75 | 13.19 | 9.19 | - |
| YUV | 98.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 78 | 0.17 | 0 | 0.27 | 0.58 | 97.24 | 0.16 | 0.36 |
| Hex | 59 | 6B | 4E | 11 | 0 | 1B | 3A | 61 | 10 | 24 |
| Octal | 131 | 153 | 116 | 21 | 0 | 33 | 72 | 141 | 20 | 44 |
| Binary | 1011001 | 1101011 | 1001110 | 10001 | 0 | 11011 | 111010 | 1100001 | 10000 | 100100 |
Color Harmonies of #596B4E
Complementary color
Monochromatic Colors of #596B4E
Black with #596B4E
Text Example
Text Example
White with #596B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B4E; }
p { color: rgb(89,107,78); }
H1.HeaderClassName
{
color: #596B4E;
}
.AnyTagClassName
{
color: #596B4E;
}
</style>
background-color css
<style>
a { background-color: #596B4E; }
a { background-color: rgb(89,107,78); }
div.DivClassName
{
background-color: #596B4E;
}
.BgClassName
{
background-color: #596B4E;
}
</style>
border-color css
<style>
span { border-color: #596B4E; }
span { border-color: rgb(89,107,78); }
td.TdClassName
{
border-color: #596B4E;
}
.TagClassName
{
border-color: #596B4E;
}
</style>