Shades of Cactus #5A6951
Tints of Cactus #5A6951
RGB
CMYK
RGB Variations
Color information
#5A6951 (or 0x5A6951) is known color: Cactus. HEX triplet: 5A, 69 and 51. RGB value is (90,105,81). Sum of RGB (Red+Green+Blue) = 90+105+81=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6951 is #A596AE. Grayscale: #616161. Windows color (decimal): -10852015 or 5335386. OLE color: 5335386.
HSL color Cylindrical-coordinate representation of color #5A6951: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A6951 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 81 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.59 |
| HSL | 97.5º | 0.13% | 0.36% | - |
| HSV(B) | 97.5º | 0.23% | 0.41% | - |
| XYZ | 10.75 | 12.87 | 9.7 | - |
| YUV | 97.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 81 | 0.14 | 0 | 0.23 | 0.59 | 97.5 | 0.13 | 0.36 |
| Hex | 5A | 69 | 51 | E | 0 | 17 | 3B | 62 | D | 24 |
| Octal | 132 | 151 | 121 | 16 | 0 | 27 | 73 | 142 | 15 | 44 |
| Binary | 1011010 | 1101001 | 1010001 | 1110 | 0 | 10111 | 111011 | 1100010 | 1101 | 100100 |
Color Harmonies of #5A6951
Complementary color
Monochromatic Colors of #5A6951
Black with #5A6951
Text Example
Text Example
White with #5A6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6951; }
p { color: rgb(90,105,81); }
H1.HeaderClassName
{
color: #5A6951;
}
.AnyTagClassName
{
color: #5A6951;
}
</style>
background-color css
<style>
a { background-color: #5A6951; }
a { background-color: rgb(90,105,81); }
div.DivClassName
{
background-color: #5A6951;
}
.BgClassName
{
background-color: #5A6951;
}
</style>
border-color css
<style>
span { border-color: #5A6951; }
span { border-color: rgb(90,105,81); }
td.TdClassName
{
border-color: #5A6951;
}
.TagClassName
{
border-color: #5A6951;
}
</style>