Shades of Cactus #5A7854
Tints of Cactus #5A7854
RGB
CMYK
RGB Variations
Color information
#5A7854 (or 0x5A7854) is known color: Cactus. HEX triplet: 5A, 78 and 54. RGB value is (90,120,84). Sum of RGB (Red+Green+Blue) = 90+120+84=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7854 is #A587AB. Grayscale: #6B6B6B. Windows color (decimal): -10848172 or 5535834. OLE color: 5535834.
HSL color Cylindrical-coordinate representation of color #5A7854: hue angle of 110º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A7854 is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 84 | - |
| CMYK | 0.25 | 0 | 0.3 | 0.53 |
| HSL | 110º | 0.18% | 0.4% | - |
| HSV(B) | 110º | 0.3% | 0.47% | - |
| XYZ | 12.53 | 16.25 | 10.86 | - |
| YUV | 106.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 84 | 0.25 | 0 | 0.3 | 0.53 | 110 | 0.18 | 0.4 |
| Hex | 5A | 78 | 54 | 19 | 0 | 1E | 35 | 6E | 12 | 28 |
| Octal | 132 | 170 | 124 | 31 | 0 | 36 | 65 | 156 | 22 | 50 |
| Binary | 1011010 | 1111000 | 1010100 | 11001 | 0 | 11110 | 110101 | 1101110 | 10010 | 101000 |
Color Harmonies of #5A7854
Complementary color
Monochromatic Colors of #5A7854
Black with #5A7854
Text Example
Text Example
White with #5A7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7854; }
p { color: rgb(90,120,84); }
H1.HeaderClassName
{
color: #5A7854;
}
.AnyTagClassName
{
color: #5A7854;
}
</style>
background-color css
<style>
a { background-color: #5A7854; }
a { background-color: rgb(90,120,84); }
div.DivClassName
{
background-color: #5A7854;
}
.BgClassName
{
background-color: #5A7854;
}
</style>
border-color css
<style>
span { border-color: #5A7854; }
span { border-color: rgb(90,120,84); }
td.TdClassName
{
border-color: #5A7854;
}
.TagClassName
{
border-color: #5A7854;
}
</style>