Shades of Cactus #59774E
Tints of Cactus #59774E
RGB
CMYK
RGB Variations
Color information
#59774E (or 0x59774E) is known color: Cactus. HEX triplet: 59, 77 and 4E. RGB value is (89,119,78). Sum of RGB (Red+Green+Blue) = 89+119+78=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #59774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59774E is #A688B1. Grayscale: #696969. Windows color (decimal): -10913970 or 5142361. OLE color: 5142361.
HSL color Cylindrical-coordinate representation of color #59774E: hue angle of 103.9º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59774E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 78 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.53 |
| HSL | 103.9º | 0.21% | 0.39% | - |
| HSV(B) | 103.9º | 0.34% | 0.47% | - |
| XYZ | 12.09 | 15.87 | 9.63 | - |
| YUV | 105.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 78 | 0.25 | 0 | 0.34 | 0.53 | 103.9 | 0.21 | 0.39 |
| Hex | 59 | 77 | 4E | 19 | 0 | 22 | 35 | 68 | 15 | 27 |
| Octal | 131 | 167 | 116 | 31 | 0 | 42 | 65 | 150 | 25 | 47 |
| Binary | 1011001 | 1110111 | 1001110 | 11001 | 0 | 100010 | 110101 | 1101000 | 10101 | 100111 |
Color Harmonies of #59774E
Complementary color
Monochromatic Colors of #59774E
Black with #59774E
Text Example
Text Example
White with #59774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59774E; }
p { color: rgb(89,119,78); }
H1.HeaderClassName
{
color: #59774E;
}
.AnyTagClassName
{
color: #59774E;
}
</style>
background-color css
<style>
a { background-color: #59774E; }
a { background-color: rgb(89,119,78); }
div.DivClassName
{
background-color: #59774E;
}
.BgClassName
{
background-color: #59774E;
}
</style>
border-color css
<style>
span { border-color: #59774E; }
span { border-color: rgb(89,119,78); }
td.TdClassName
{
border-color: #59774E;
}
.TagClassName
{
border-color: #59774E;
}
</style>