Shades of Cactus #59764D
Tints of Cactus #59764D
RGB
CMYK
RGB Variations
Color information
#59764D (or 0x59764D) is known color: Cactus. HEX triplet: 59, 76 and 4D. RGB value is (89,118,77). Sum of RGB (Red+Green+Blue) = 89+118+77=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #59764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59764D is #A689B2. Grayscale: #686868. Windows color (decimal): -10914227 or 5076569. OLE color: 5076569.
HSL color Cylindrical-coordinate representation of color #59764D: hue angle of 102.44º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59764D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 118 | 77 | - |
| CMYK | 0.25 | 0 | 0.35 | 0.54 |
| HSL | 102.44º | 0.21% | 0.38% | - |
| HSV(B) | 102.44º | 0.35% | 0.46% | - |
| XYZ | 11.94 | 15.62 | 9.41 | - |
| YUV | 104.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 77 | 0.25 | 0 | 0.35 | 0.54 | 102.44 | 0.21 | 0.38 |
| Hex | 59 | 76 | 4D | 19 | 0 | 23 | 36 | 66 | 15 | 26 |
| Octal | 131 | 166 | 115 | 31 | 0 | 43 | 66 | 146 | 25 | 46 |
| Binary | 1011001 | 1110110 | 1001101 | 11001 | 0 | 100011 | 110110 | 1100110 | 10101 | 100110 |
Color Harmonies of #59764D
Complementary color
Monochromatic Colors of #59764D
Black with #59764D
Text Example
Text Example
White with #59764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59764D; }
p { color: rgb(89,118,77); }
H1.HeaderClassName
{
color: #59764D;
}
.AnyTagClassName
{
color: #59764D;
}
</style>
background-color css
<style>
a { background-color: #59764D; }
a { background-color: rgb(89,118,77); }
div.DivClassName
{
background-color: #59764D;
}
.BgClassName
{
background-color: #59764D;
}
</style>
border-color css
<style>
span { border-color: #59764D; }
span { border-color: rgb(89,118,77); }
td.TdClassName
{
border-color: #59764D;
}
.TagClassName
{
border-color: #59764D;
}
</style>