Shades of Cactus #5A7A53
Tints of Cactus #5A7A53
RGB
CMYK
RGB Variations
Color information
#5A7A53 (or 0x5A7A53) is known color: Cactus. HEX triplet: 5A, 7A and 53. RGB value is (90,122,83). Sum of RGB (Red+Green+Blue) = 90+122+83=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A53 is #A585AC. Grayscale: #6C6C6C. Windows color (decimal): -10847661 or 5470810. OLE color: 5470810.
HSL color Cylindrical-coordinate representation of color #5A7A53: hue angle of 109.23º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A7A53 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 83 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.52 |
| HSL | 109.23º | 0.19% | 0.4% | - |
| HSV(B) | 109.23º | 0.32% | 0.48% | - |
| XYZ | 12.74 | 16.72 | 10.74 | - |
| YUV | 107.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 83 | 0.26 | 0 | 0.32 | 0.52 | 109.23 | 0.19 | 0.4 |
| Hex | 5A | 7A | 53 | 1A | 0 | 20 | 34 | 6D | 13 | 28 |
| Octal | 132 | 172 | 123 | 32 | 0 | 40 | 64 | 155 | 23 | 50 |
| Binary | 1011010 | 1111010 | 1010011 | 11010 | 0 | 100000 | 110100 | 1101101 | 10011 | 101000 |
Color Harmonies of #5A7A53
Complementary color
Monochromatic Colors of #5A7A53
Black with #5A7A53
Text Example
Text Example
White with #5A7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A53; }
p { color: rgb(90,122,83); }
H1.HeaderClassName
{
color: #5A7A53;
}
.AnyTagClassName
{
color: #5A7A53;
}
</style>
background-color css
<style>
a { background-color: #5A7A53; }
a { background-color: rgb(90,122,83); }
div.DivClassName
{
background-color: #5A7A53;
}
.BgClassName
{
background-color: #5A7A53;
}
</style>
border-color css
<style>
span { border-color: #5A7A53; }
span { border-color: rgb(90,122,83); }
td.TdClassName
{
border-color: #5A7A53;
}
.TagClassName
{
border-color: #5A7A53;
}
</style>