Shades of Cactus #5D705A
Tints of Cactus #5D705A
RGB
CMYK
RGB Variations
Color information
#5D705A (or 0x5D705A) is known color: Cactus. HEX triplet: 5D, 70 and 5A. RGB value is (93,112,90). Sum of RGB (Red+Green+Blue) = 93+112+90=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705A is #A28FA5. Grayscale: #676767. Windows color (decimal): -10653606 or 5927005. OLE color: 5927005.
HSL color Cylindrical-coordinate representation of color #5D705A: hue angle of 111.82º 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 #5D705A is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 90 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.56 |
| HSL | 111.82º | 0.11% | 0.4% | - |
| HSV(B) | 111.82º | 0.2% | 0.44% | - |
| XYZ | 12.15 | 14.65 | 11.86 | - |
| YUV | 103.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 90 | 0.17 | 0 | 0.20 | 0.56 | 111.82 | 0.11 | 0.4 |
| Hex | 5D | 70 | 5A | 11 | 0 | 14 | 38 | 70 | B | 28 |
| Octal | 135 | 160 | 132 | 21 | 0 | 24 | 70 | 160 | 13 | 50 |
| Binary | 1011101 | 1110000 | 1011010 | 10001 | 0 | 10100 | 111000 | 1110000 | 1011 | 101000 |
Color Harmonies of #5D705A
Complementary color
Monochromatic Colors of #5D705A
Black with #5D705A
Text Example
Text Example
White with #5D705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D705A; }
p { color: rgb(93,112,90); }
H1.HeaderClassName
{
color: #5D705A;
}
.AnyTagClassName
{
color: #5D705A;
}
</style>
background-color css
<style>
a { background-color: #5D705A; }
a { background-color: rgb(93,112,90); }
div.DivClassName
{
background-color: #5D705A;
}
.BgClassName
{
background-color: #5D705A;
}
</style>
border-color css
<style>
span { border-color: #5D705A; }
span { border-color: rgb(93,112,90); }
td.TdClassName
{
border-color: #5D705A;
}
.TagClassName
{
border-color: #5D705A;
}
</style>