Shades of Cactus #5A7454
Tints of Cactus #5A7454
RGB
CMYK
RGB Variations
Color information
#5A7454 (or 0x5A7454) is known color: Cactus. HEX triplet: 5A, 74 and 54. RGB value is (90,116,84). Sum of RGB (Red+Green+Blue) = 90+116+84=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7454 is #A58BAB. Grayscale: #686868. Windows color (decimal): -10849196 or 5534810. OLE color: 5534810.
HSL color Cylindrical-coordinate representation of color #5A7454: hue angle of 108.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7454 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 84 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.55 |
| HSL | 108.75º | 0.16% | 0.39% | - |
| HSV(B) | 108.75º | 0.28% | 0.45% | - |
| XYZ | 12.06 | 15.3 | 10.71 | - |
| YUV | 104.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 84 | 0.22 | 0 | 0.28 | 0.55 | 108.75 | 0.16 | 0.39 |
| Hex | 5A | 74 | 54 | 16 | 0 | 1C | 37 | 6D | 10 | 27 |
| Octal | 132 | 164 | 124 | 26 | 0 | 34 | 67 | 155 | 20 | 47 |
| Binary | 1011010 | 1110100 | 1010100 | 10110 | 0 | 11100 | 110111 | 1101101 | 10000 | 100111 |
Color Harmonies of #5A7454
Complementary color
Monochromatic Colors of #5A7454
Black with #5A7454
Text Example
Text Example
White with #5A7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7454; }
p { color: rgb(90,116,84); }
H1.HeaderClassName
{
color: #5A7454;
}
.AnyTagClassName
{
color: #5A7454;
}
</style>
background-color css
<style>
a { background-color: #5A7454; }
a { background-color: rgb(90,116,84); }
div.DivClassName
{
background-color: #5A7454;
}
.BgClassName
{
background-color: #5A7454;
}
</style>
border-color css
<style>
span { border-color: #5A7454; }
span { border-color: rgb(90,116,84); }
td.TdClassName
{
border-color: #5A7454;
}
.TagClassName
{
border-color: #5A7454;
}
</style>