Shades of Cactus #596F4D
Tints of Cactus #596F4D
RGB
CMYK
RGB Variations
Color information
#596F4D (or 0x596F4D) is known color: Cactus. HEX triplet: 59, 6F and 4D. RGB value is (89,111,77). Sum of RGB (Red+Green+Blue) = 89+111+77=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #596F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F4D is #A690B2. Grayscale: #646464. Windows color (decimal): -10916019 or 5074777. OLE color: 5074777.
HSL color Cylindrical-coordinate representation of color #596F4D: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #596F4D is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 77 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.56 |
| HSL | 98.82º | 0.18% | 0.37% | - |
| HSV(B) | 98.82º | 0.31% | 0.44% | - |
| XYZ | 11.14 | 14.03 | 9.14 | - |
| YUV | 100.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 77 | 0.20 | 0 | 0.31 | 0.56 | 98.82 | 0.18 | 0.37 |
| Hex | 59 | 6F | 4D | 14 | 0 | 1F | 38 | 63 | 12 | 25 |
| Octal | 131 | 157 | 115 | 24 | 0 | 37 | 70 | 143 | 22 | 45 |
| Binary | 1011001 | 1101111 | 1001101 | 10100 | 0 | 11111 | 111000 | 1100011 | 10010 | 100101 |
Color Harmonies of #596F4D
Complementary color
Monochromatic Colors of #596F4D
Black with #596F4D
Text Example
Text Example
White with #596F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F4D; }
p { color: rgb(89,111,77); }
H1.HeaderClassName
{
color: #596F4D;
}
.AnyTagClassName
{
color: #596F4D;
}
</style>
background-color css
<style>
a { background-color: #596F4D; }
a { background-color: rgb(89,111,77); }
div.DivClassName
{
background-color: #596F4D;
}
.BgClassName
{
background-color: #596F4D;
}
</style>
border-color css
<style>
span { border-color: #596F4D; }
span { border-color: rgb(89,111,77); }
td.TdClassName
{
border-color: #596F4D;
}
.TagClassName
{
border-color: #596F4D;
}
</style>