Shades of Cactus #5A7953
Tints of Cactus #5A7953
RGB
CMYK
RGB Variations
Color information
#5A7953 (or 0x5A7953) is known color: Cactus. HEX triplet: 5A, 79 and 53. RGB value is (90,121,83). Sum of RGB (Red+Green+Blue) = 90+121+83=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7953 is #A586AC. Grayscale: #6B6B6B. Windows color (decimal): -10847917 or 5470554. OLE color: 5470554.
HSL color Cylindrical-coordinate representation of color #5A7953: hue angle of 108.95º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7953 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 83 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.53 |
| HSL | 108.95º | 0.19% | 0.4% | - |
| HSV(B) | 108.95º | 0.31% | 0.47% | - |
| XYZ | 12.62 | 16.47 | 10.7 | - |
| YUV | 107.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 83 | 0.26 | 0 | 0.31 | 0.53 | 108.95 | 0.19 | 0.4 |
| Hex | 5A | 79 | 53 | 1A | 0 | 1F | 35 | 6D | 13 | 28 |
| Octal | 132 | 171 | 123 | 32 | 0 | 37 | 65 | 155 | 23 | 50 |
| Binary | 1011010 | 1111001 | 1010011 | 11010 | 0 | 11111 | 110101 | 1101101 | 10011 | 101000 |
Color Harmonies of #5A7953
Complementary color
Monochromatic Colors of #5A7953
Black with #5A7953
Text Example
Text Example
White with #5A7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7953; }
p { color: rgb(90,121,83); }
H1.HeaderClassName
{
color: #5A7953;
}
.AnyTagClassName
{
color: #5A7953;
}
</style>
background-color css
<style>
a { background-color: #5A7953; }
a { background-color: rgb(90,121,83); }
div.DivClassName
{
background-color: #5A7953;
}
.BgClassName
{
background-color: #5A7953;
}
</style>
border-color css
<style>
span { border-color: #5A7953; }
span { border-color: rgb(90,121,83); }
td.TdClassName
{
border-color: #5A7953;
}
.TagClassName
{
border-color: #5A7953;
}
</style>