Shades of Cactus #5A714C
Tints of Cactus #5A714C
RGB
CMYK
RGB Variations
Color information
#5A714C (or 0x5A714C) is known color: Cactus. HEX triplet: 5A, 71 and 4C. RGB value is (90,113,76). Sum of RGB (Red+Green+Blue) = 90+113+76=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #5A714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A714C is #A58EB3. Grayscale: #666666. Windows color (decimal): -10849972 or 5009754. OLE color: 5009754.
HSL color Cylindrical-coordinate representation of color #5A714C: hue angle of 97.3º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A714C is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 76 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.56 |
| HSL | 97.3º | 0.2% | 0.37% | - |
| HSV(B) | 97.3º | 0.33% | 0.44% | - |
| XYZ | 11.43 | 14.51 | 9.04 | - |
| YUV | 101.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 76 | 0.20 | 0 | 0.33 | 0.56 | 97.3 | 0.2 | 0.37 |
| Hex | 5A | 71 | 4C | 14 | 0 | 21 | 38 | 61 | 14 | 25 |
| Octal | 132 | 161 | 114 | 24 | 0 | 41 | 70 | 141 | 24 | 45 |
| Binary | 1011010 | 1110001 | 1001100 | 10100 | 0 | 100001 | 111000 | 1100001 | 10100 | 100101 |
Color Harmonies of #5A714C
Complementary color
Monochromatic Colors of #5A714C
Black with #5A714C
Text Example
Text Example
White with #5A714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A714C; }
p { color: rgb(90,113,76); }
H1.HeaderClassName
{
color: #5A714C;
}
.AnyTagClassName
{
color: #5A714C;
}
</style>
background-color css
<style>
a { background-color: #5A714C; }
a { background-color: rgb(90,113,76); }
div.DivClassName
{
background-color: #5A714C;
}
.BgClassName
{
background-color: #5A714C;
}
</style>
border-color css
<style>
span { border-color: #5A714C; }
span { border-color: rgb(90,113,76); }
td.TdClassName
{
border-color: #5A714C;
}
.TagClassName
{
border-color: #5A714C;
}
</style>