Shades of Cactus #5A7757
Tints of Cactus #5A7757
RGB
CMYK
RGB Variations
Color information
#5A7757 (or 0x5A7757) is known color: Cactus. HEX triplet: 5A, 77 and 57. RGB value is (90,119,87). Sum of RGB (Red+Green+Blue) = 90+119+87=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7757 is #A588A8. Grayscale: #6A6A6A. Windows color (decimal): -10848425 or 5732186. OLE color: 5732186.
HSL color Cylindrical-coordinate representation of color #5A7757: hue angle of 114.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7757 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 119 | 87 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.53 |
| HSL | 114.38º | 0.16% | 0.4% | - |
| HSV(B) | 114.38º | 0.27% | 0.47% | - |
| XYZ | 12.53 | 16.06 | 11.46 | - |
| YUV | 106.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 119 | 87 | 0.24 | 0 | 0.27 | 0.53 | 114.38 | 0.16 | 0.4 |
| Hex | 5A | 77 | 57 | 18 | 0 | 1B | 35 | 72 | 10 | 28 |
| Octal | 132 | 167 | 127 | 30 | 0 | 33 | 65 | 162 | 20 | 50 |
| Binary | 1011010 | 1110111 | 1010111 | 11000 | 0 | 11011 | 110101 | 1110010 | 10000 | 101000 |
Color Harmonies of #5A7757
Complementary color
Monochromatic Colors of #5A7757
Black with #5A7757
Text Example
Text Example
White with #5A7757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7757; }
p { color: rgb(90,119,87); }
H1.HeaderClassName
{
color: #5A7757;
}
.AnyTagClassName
{
color: #5A7757;
}
</style>
background-color css
<style>
a { background-color: #5A7757; }
a { background-color: rgb(90,119,87); }
div.DivClassName
{
background-color: #5A7757;
}
.BgClassName
{
background-color: #5A7757;
}
</style>
border-color css
<style>
span { border-color: #5A7757; }
span { border-color: rgb(90,119,87); }
td.TdClassName
{
border-color: #5A7757;
}
.TagClassName
{
border-color: #5A7757;
}
</style>