Shades of Cactus #59764F
Tints of Cactus #59764F
RGB
CMYK
RGB Variations
Color information
#59764F (or 0x59764F) is known color: Cactus. HEX triplet: 59, 76 and 4F. RGB value is (89,118,79). Sum of RGB (Red+Green+Blue) = 89+118+79=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #59764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59764F is #A689B0. Grayscale: #696969. Windows color (decimal): -10914225 or 5207641. OLE color: 5207641.
HSL color Cylindrical-coordinate representation of color #59764F: hue angle of 104.62º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59764F is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 79 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.54 |
| HSL | 104.62º | 0.2% | 0.39% | - |
| HSV(B) | 104.62º | 0.33% | 0.46% | - |
| XYZ | 12.01 | 15.65 | 9.78 | - |
| YUV | 104.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 79 | 0.25 | 0 | 0.33 | 0.54 | 104.62 | 0.2 | 0.39 |
| Hex | 59 | 76 | 4F | 19 | 0 | 21 | 36 | 69 | 14 | 27 |
| Octal | 131 | 166 | 117 | 31 | 0 | 41 | 66 | 151 | 24 | 47 |
| Binary | 1011001 | 1110110 | 1001111 | 11001 | 0 | 100001 | 110110 | 1101001 | 10100 | 100111 |
Color Harmonies of #59764F
Complementary color
Monochromatic Colors of #59764F
Black with #59764F
Text Example
Text Example
White with #59764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59764F; }
p { color: rgb(89,118,79); }
H1.HeaderClassName
{
color: #59764F;
}
.AnyTagClassName
{
color: #59764F;
}
</style>
background-color css
<style>
a { background-color: #59764F; }
a { background-color: rgb(89,118,79); }
div.DivClassName
{
background-color: #59764F;
}
.BgClassName
{
background-color: #59764F;
}
</style>
border-color css
<style>
span { border-color: #59764F; }
span { border-color: rgb(89,118,79); }
td.TdClassName
{
border-color: #59764F;
}
.TagClassName
{
border-color: #59764F;
}
</style>