Shades of Cactus #5A6651
Tints of Cactus #5A6651
RGB
CMYK
RGB Variations
Color information
#5A6651 (or 0x5A6651) is known color: Cactus. HEX triplet: 5A, 66 and 51. RGB value is (90,102,81). Sum of RGB (Red+Green+Blue) = 90+102+81=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6651 is #A599AE. Grayscale: #606060. Windows color (decimal): -10852783 or 5334618. OLE color: 5334618.
HSL color Cylindrical-coordinate representation of color #5A6651: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6651 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 81 | - |
| CMYK | 0.12 | 0 | 0.21 | 0.6 |
| HSL | 94.29º | 0.11% | 0.36% | - |
| HSV(B) | 94.29º | 0.21% | 0.4% | - |
| XYZ | 10.45 | 12.27 | 9.6 | - |
| YUV | 96.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 81 | 0.12 | 0 | 0.21 | 0.6 | 94.29 | 0.11 | 0.36 |
| Hex | 5A | 66 | 51 | C | 0 | 15 | 3C | 5E | B | 24 |
| Octal | 132 | 146 | 121 | 14 | 0 | 25 | 74 | 136 | 13 | 44 |
| Binary | 1011010 | 1100110 | 1010001 | 1100 | 0 | 10101 | 111100 | 1011110 | 1011 | 100100 |
Color Harmonies of #5A6651
Complementary color
Monochromatic Colors of #5A6651
Black with #5A6651
Text Example
Text Example
White with #5A6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6651; }
p { color: rgb(90,102,81); }
H1.HeaderClassName
{
color: #5A6651;
}
.AnyTagClassName
{
color: #5A6651;
}
</style>
background-color css
<style>
a { background-color: #5A6651; }
a { background-color: rgb(90,102,81); }
div.DivClassName
{
background-color: #5A6651;
}
.BgClassName
{
background-color: #5A6651;
}
</style>
border-color css
<style>
span { border-color: #5A6651; }
span { border-color: rgb(90,102,81); }
td.TdClassName
{
border-color: #5A6651;
}
.TagClassName
{
border-color: #5A6651;
}
</style>