Shades of Cactus #59754E
Tints of Cactus #59754E
RGB
CMYK
RGB Variations
Color information
#59754E (or 0x59754E) is known color: Cactus. HEX triplet: 59, 75 and 4E. RGB value is (89,117,78). Sum of RGB (Red+Green+Blue) = 89+117+78=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #59754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59754E is #A68AB1. Grayscale: #686868. Windows color (decimal): -10914482 or 5141849. OLE color: 5141849.
HSL color Cylindrical-coordinate representation of color #59754E: hue angle of 103.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59754E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 117 | 78 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.54 |
| HSL | 103.08º | 0.2% | 0.38% | - |
| HSV(B) | 103.08º | 0.33% | 0.46% | - |
| XYZ | 11.86 | 15.4 | 9.55 | - |
| YUV | 104.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 78 | 0.24 | 0 | 0.33 | 0.54 | 103.08 | 0.2 | 0.38 |
| Hex | 59 | 75 | 4E | 18 | 0 | 21 | 36 | 67 | 14 | 26 |
| Octal | 131 | 165 | 116 | 30 | 0 | 41 | 66 | 147 | 24 | 46 |
| Binary | 1011001 | 1110101 | 1001110 | 11000 | 0 | 100001 | 110110 | 1100111 | 10100 | 100110 |
Color Harmonies of #59754E
Complementary color
Monochromatic Colors of #59754E
Black with #59754E
Text Example
Text Example
White with #59754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59754E; }
p { color: rgb(89,117,78); }
H1.HeaderClassName
{
color: #59754E;
}
.AnyTagClassName
{
color: #59754E;
}
</style>
background-color css
<style>
a { background-color: #59754E; }
a { background-color: rgb(89,117,78); }
div.DivClassName
{
background-color: #59754E;
}
.BgClassName
{
background-color: #59754E;
}
</style>
border-color css
<style>
span { border-color: #59754E; }
span { border-color: rgb(89,117,78); }
td.TdClassName
{
border-color: #59754E;
}
.TagClassName
{
border-color: #59754E;
}
</style>