Shades of Cactus #5A6950
Tints of Cactus #5A6950
RGB
CMYK
RGB Variations
Color information
#5A6950 (or 0x5A6950) is known color: Cactus. HEX triplet: 5A, 69 and 50. RGB value is (90,105,80). Sum of RGB (Red+Green+Blue) = 90+105+80=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6950 is #A596AF. Grayscale: #616161. Windows color (decimal): -10852016 or 5269850. OLE color: 5269850.
HSL color Cylindrical-coordinate representation of color #5A6950: hue angle of 96º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A6950 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 80 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.59 |
| HSL | 96º | 0.14% | 0.36% | - |
| HSV(B) | 96º | 0.24% | 0.41% | - |
| XYZ | 10.72 | 12.86 | 9.51 | - |
| YUV | 97.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 80 | 0.14 | 0 | 0.24 | 0.59 | 96 | 0.14 | 0.36 |
| Hex | 5A | 69 | 50 | E | 0 | 18 | 3B | 60 | E | 24 |
| Octal | 132 | 151 | 120 | 16 | 0 | 30 | 73 | 140 | 16 | 44 |
| Binary | 1011010 | 1101001 | 1010000 | 1110 | 0 | 11000 | 111011 | 1100000 | 1110 | 100100 |
Color Harmonies of #5A6950
Complementary color
Monochromatic Colors of #5A6950
Black with #5A6950
Text Example
Text Example
White with #5A6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6950; }
p { color: rgb(90,105,80); }
H1.HeaderClassName
{
color: #5A6950;
}
.AnyTagClassName
{
color: #5A6950;
}
</style>
background-color css
<style>
a { background-color: #5A6950; }
a { background-color: rgb(90,105,80); }
div.DivClassName
{
background-color: #5A6950;
}
.BgClassName
{
background-color: #5A6950;
}
</style>
border-color css
<style>
span { border-color: #5A6950; }
span { border-color: rgb(90,105,80); }
td.TdClassName
{
border-color: #5A6950;
}
.TagClassName
{
border-color: #5A6950;
}
</style>