Shades of Cactus #59694F
Tints of Cactus #59694F
RGB
CMYK
RGB Variations
Color information
#59694F (or 0x59694F) is known color: Cactus. HEX triplet: 59, 69 and 4F. RGB value is (89,105,79). Sum of RGB (Red+Green+Blue) = 89+105+79=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #59694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59694F is #A696B0. Grayscale: #616161. Windows color (decimal): -10917553 or 5204313. OLE color: 5204313.
HSL color Cylindrical-coordinate representation of color #59694F: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #59694F is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 105 | 79 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.59 |
| HSL | 96.92º | 0.14% | 0.36% | - |
| HSV(B) | 96.92º | 0.25% | 0.41% | - |
| XYZ | 10.58 | 12.79 | 9.31 | - |
| YUV | 97.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 79 | 0.15 | 0 | 0.25 | 0.59 | 96.92 | 0.14 | 0.36 |
| Hex | 59 | 69 | 4F | F | 0 | 19 | 3B | 61 | E | 24 |
| Octal | 131 | 151 | 117 | 17 | 0 | 31 | 73 | 141 | 16 | 44 |
| Binary | 1011001 | 1101001 | 1001111 | 1111 | 0 | 11001 | 111011 | 1100001 | 1110 | 100100 |
Color Harmonies of #59694F
Complementary color
Monochromatic Colors of #59694F
Black with #59694F
Text Example
Text Example
White with #59694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59694F; }
p { color: rgb(89,105,79); }
H1.HeaderClassName
{
color: #59694F;
}
.AnyTagClassName
{
color: #59694F;
}
</style>
background-color css
<style>
a { background-color: #59694F; }
a { background-color: rgb(89,105,79); }
div.DivClassName
{
background-color: #59694F;
}
.BgClassName
{
background-color: #59694F;
}
</style>
border-color css
<style>
span { border-color: #59694F; }
span { border-color: rgb(89,105,79); }
td.TdClassName
{
border-color: #59694F;
}
.TagClassName
{
border-color: #59694F;
}
</style>