Shades of Cactus #5A7756
Tints of Cactus #5A7756
RGB
CMYK
RGB Variations
Color information
#5A7756 (or 0x5A7756) is known color: Cactus. HEX triplet: 5A, 77 and 56. RGB value is (90,119,86). Sum of RGB (Red+Green+Blue) = 90+119+86=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7756 is #A588A9. Grayscale: #6A6A6A. Windows color (decimal): -10848426 or 5666650. OLE color: 5666650.
HSL color Cylindrical-coordinate representation of color #5A7756: hue angle of 112.73º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7756 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 86 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.53 |
| HSL | 112.73º | 0.16% | 0.4% | - |
| HSV(B) | 112.73º | 0.28% | 0.47% | - |
| XYZ | 12.49 | 16.04 | 11.24 | - |
| YUV | 106.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 86 | 0.24 | 0 | 0.28 | 0.53 | 112.73 | 0.16 | 0.4 |
| Hex | 5A | 77 | 56 | 18 | 0 | 1C | 35 | 71 | 10 | 28 |
| Octal | 132 | 167 | 126 | 30 | 0 | 34 | 65 | 161 | 20 | 50 |
| Binary | 1011010 | 1110111 | 1010110 | 11000 | 0 | 11100 | 110101 | 1110001 | 10000 | 101000 |
Color Harmonies of #5A7756
Complementary color
Monochromatic Colors of #5A7756
Black with #5A7756
Text Example
Text Example
White with #5A7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7756; }
p { color: rgb(90,119,86); }
H1.HeaderClassName
{
color: #5A7756;
}
.AnyTagClassName
{
color: #5A7756;
}
</style>
background-color css
<style>
a { background-color: #5A7756; }
a { background-color: rgb(90,119,86); }
div.DivClassName
{
background-color: #5A7756;
}
.BgClassName
{
background-color: #5A7756;
}
</style>
border-color css
<style>
span { border-color: #5A7756; }
span { border-color: rgb(90,119,86); }
td.TdClassName
{
border-color: #5A7756;
}
.TagClassName
{
border-color: #5A7756;
}
</style>