Shades of Cactus #5A7156
Tints of Cactus #5A7156
RGB
CMYK
RGB Variations
Color information
#5A7156 (or 0x5A7156) is known color: Cactus. HEX triplet: 5A, 71 and 56. RGB value is (90,113,86). Sum of RGB (Red+Green+Blue) = 90+113+86=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7156 is #A58EA9. Grayscale: #676767. Windows color (decimal): -10849962 or 5665114. OLE color: 5665114.
HSL color Cylindrical-coordinate representation of color #5A7156: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7156 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 86 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.56 |
| HSL | 111.11º | 0.14% | 0.39% | - |
| HSV(B) | 111.11º | 0.24% | 0.44% | - |
| XYZ | 11.8 | 14.66 | 11.01 | - |
| YUV | 103.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 86 | 0.20 | 0 | 0.24 | 0.56 | 111.11 | 0.14 | 0.39 |
| Hex | 5A | 71 | 56 | 14 | 0 | 18 | 38 | 6F | E | 27 |
| Octal | 132 | 161 | 126 | 24 | 0 | 30 | 70 | 157 | 16 | 47 |
| Binary | 1011010 | 1110001 | 1010110 | 10100 | 0 | 11000 | 111000 | 1101111 | 1110 | 100111 |
Color Harmonies of #5A7156
Complementary color
Monochromatic Colors of #5A7156
Black with #5A7156
Text Example
Text Example
White with #5A7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7156; }
p { color: rgb(90,113,86); }
H1.HeaderClassName
{
color: #5A7156;
}
.AnyTagClassName
{
color: #5A7156;
}
</style>
background-color css
<style>
a { background-color: #5A7156; }
a { background-color: rgb(90,113,86); }
div.DivClassName
{
background-color: #5A7156;
}
.BgClassName
{
background-color: #5A7156;
}
</style>
border-color css
<style>
span { border-color: #5A7156; }
span { border-color: rgb(90,113,86); }
td.TdClassName
{
border-color: #5A7156;
}
.TagClassName
{
border-color: #5A7156;
}
</style>