Shades of Cactus #5A7254
Tints of Cactus #5A7254
RGB
CMYK
RGB Variations
Color information
#5A7254 (or 0x5A7254) is known color: Cactus. HEX triplet: 5A, 72 and 54. RGB value is (90,114,84). Sum of RGB (Red+Green+Blue) = 90+114+84=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7254 is #A58DAB. Grayscale: #676767. Windows color (decimal): -10849708 or 5534298. OLE color: 5534298.
HSL color Cylindrical-coordinate representation of color #5A7254: hue angle of 108º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7254 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 84 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.55 |
| HSL | 108º | 0.15% | 0.39% | - |
| HSV(B) | 108º | 0.26% | 0.45% | - |
| XYZ | 11.83 | 14.85 | 10.63 | - |
| YUV | 103.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 84 | 0.21 | 0 | 0.26 | 0.55 | 108 | 0.15 | 0.39 |
| Hex | 5A | 72 | 54 | 15 | 0 | 1A | 37 | 6C | F | 27 |
| Octal | 132 | 162 | 124 | 25 | 0 | 32 | 67 | 154 | 17 | 47 |
| Binary | 1011010 | 1110010 | 1010100 | 10101 | 0 | 11010 | 110111 | 1101100 | 1111 | 100111 |
Color Harmonies of #5A7254
Complementary color
Monochromatic Colors of #5A7254
Black with #5A7254
Text Example
Text Example
White with #5A7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7254; }
p { color: rgb(90,114,84); }
H1.HeaderClassName
{
color: #5A7254;
}
.AnyTagClassName
{
color: #5A7254;
}
</style>
background-color css
<style>
a { background-color: #5A7254; }
a { background-color: rgb(90,114,84); }
div.DivClassName
{
background-color: #5A7254;
}
.BgClassName
{
background-color: #5A7254;
}
</style>
border-color css
<style>
span { border-color: #5A7254; }
span { border-color: rgb(90,114,84); }
td.TdClassName
{
border-color: #5A7254;
}
.TagClassName
{
border-color: #5A7254;
}
</style>