Shades of Cactus #5A6E50
Tints of Cactus #5A6E50
RGB
CMYK
RGB Variations
Color information
#5A6E50 (or 0x5A6E50) is known color: Cactus. HEX triplet: 5A, 6E and 50. RGB value is (90,110,80). Sum of RGB (Red+Green+Blue) = 90+110+80=280 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.14% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E50 is #A591AF. Grayscale: #646464. Windows color (decimal): -10850736 or 5271130. OLE color: 5271130.
HSL color Cylindrical-coordinate representation of color #5A6E50: hue angle of 100º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A6E50 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 80 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.57 |
| HSL | 100º | 0.16% | 0.37% | - |
| HSV(B) | 100º | 0.27% | 0.43% | - |
| XYZ | 11.24 | 13.9 | 9.68 | - |
| YUV | 100.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 80 | 0.18 | 0 | 0.27 | 0.57 | 100 | 0.16 | 0.37 |
| Hex | 5A | 6E | 50 | 12 | 0 | 1B | 39 | 64 | 10 | 25 |
| Octal | 132 | 156 | 120 | 22 | 0 | 33 | 71 | 144 | 20 | 45 |
| Binary | 1011010 | 1101110 | 1010000 | 10010 | 0 | 11011 | 111001 | 1100100 | 10000 | 100101 |
Color Harmonies of #5A6E50
Complementary color
Monochromatic Colors of #5A6E50
Black with #5A6E50
Text Example
Text Example
White with #5A6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E50; }
p { color: rgb(90,110,80); }
H1.HeaderClassName
{
color: #5A6E50;
}
.AnyTagClassName
{
color: #5A6E50;
}
</style>
background-color css
<style>
a { background-color: #5A6E50; }
a { background-color: rgb(90,110,80); }
div.DivClassName
{
background-color: #5A6E50;
}
.BgClassName
{
background-color: #5A6E50;
}
</style>
border-color css
<style>
span { border-color: #5A6E50; }
span { border-color: rgb(90,110,80); }
td.TdClassName
{
border-color: #5A6E50;
}
.TagClassName
{
border-color: #5A6E50;
}
</style>