Shades of Cactus #5A714D
Tints of Cactus #5A714D
RGB
CMYK
RGB Variations
Color information
#5A714D (or 0x5A714D) is known color: Cactus. HEX triplet: 5A, 71 and 4D. RGB value is (90,113,77). Sum of RGB (Red+Green+Blue) = 90+113+77=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A714D is #A58EB2. Grayscale: #666666. Windows color (decimal): -10849971 or 5075290. OLE color: 5075290.
HSL color Cylindrical-coordinate representation of color #5A714D: hue angle of 98.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A714D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 77 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.56 |
| HSL | 98.33º | 0.19% | 0.37% | - |
| HSV(B) | 98.33º | 0.32% | 0.44% | - |
| XYZ | 11.46 | 14.52 | 9.22 | - |
| YUV | 102.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 77 | 0.20 | 0 | 0.32 | 0.56 | 98.33 | 0.19 | 0.37 |
| Hex | 5A | 71 | 4D | 14 | 0 | 20 | 38 | 62 | 13 | 25 |
| Octal | 132 | 161 | 115 | 24 | 0 | 40 | 70 | 142 | 23 | 45 |
| Binary | 1011010 | 1110001 | 1001101 | 10100 | 0 | 100000 | 111000 | 1100010 | 10011 | 100101 |
Color Harmonies of #5A714D
Complementary color
Monochromatic Colors of #5A714D
Black with #5A714D
Text Example
Text Example
White with #5A714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A714D; }
p { color: rgb(90,113,77); }
H1.HeaderClassName
{
color: #5A714D;
}
.AnyTagClassName
{
color: #5A714D;
}
</style>
background-color css
<style>
a { background-color: #5A714D; }
a { background-color: rgb(90,113,77); }
div.DivClassName
{
background-color: #5A714D;
}
.BgClassName
{
background-color: #5A714D;
}
</style>
border-color css
<style>
span { border-color: #5A714D; }
span { border-color: rgb(90,113,77); }
td.TdClassName
{
border-color: #5A714D;
}
.TagClassName
{
border-color: #5A714D;
}
</style>