Shades of Cactus #5A705A
Tints of Cactus #5A705A
RGB
CMYK
RGB Variations
Color information
#5A705A (or 0x5A705A) is known color: Cactus. HEX triplet: 5A, 70 and 5A. RGB value is (90,112,90). Sum of RGB (Red+Green+Blue) = 90+112+90=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #5A705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A705A is #A58FA5. Grayscale: #666666. Windows color (decimal): -10850214 or 5927002. OLE color: 5927002.
HSL color Cylindrical-coordinate representation of color #5A705A: hue angle of 120º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A705A is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 90 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.56 |
| HSL | 120º | 0.11% | 0.4% | - |
| HSV(B) | 120º | 0.2% | 0.44% | - |
| XYZ | 11.86 | 14.5 | 11.85 | - |
| YUV | 102.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 90 | 0.20 | 0 | 0.20 | 0.56 | 120 | 0.11 | 0.4 |
| Hex | 5A | 70 | 5A | 14 | 0 | 14 | 38 | 78 | B | 28 |
| Octal | 132 | 160 | 132 | 24 | 0 | 24 | 70 | 170 | 13 | 50 |
| Binary | 1011010 | 1110000 | 1011010 | 10100 | 0 | 10100 | 111000 | 1111000 | 1011 | 101000 |
Color Harmonies of #5A705A
Complementary color
Monochromatic Colors of #5A705A
Black with #5A705A
Text Example
Text Example
White with #5A705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A705A; }
p { color: rgb(90,112,90); }
H1.HeaderClassName
{
color: #5A705A;
}
.AnyTagClassName
{
color: #5A705A;
}
</style>
background-color css
<style>
a { background-color: #5A705A; }
a { background-color: rgb(90,112,90); }
div.DivClassName
{
background-color: #5A705A;
}
.BgClassName
{
background-color: #5A705A;
}
</style>
border-color css
<style>
span { border-color: #5A705A; }
span { border-color: rgb(90,112,90); }
td.TdClassName
{
border-color: #5A705A;
}
.TagClassName
{
border-color: #5A705A;
}
</style>