Shades of Cactus #5E7056
Tints of Cactus #5E7056
RGB
CMYK
RGB Variations
Color information
#5E7056 (or 0x5E7056) is known color: Cactus. HEX triplet: 5E, 70 and 56. RGB value is (94,112,86). Sum of RGB (Red+Green+Blue) = 94+112+86=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7056 is #A18FA9. Grayscale: #676767. Windows color (decimal): -10588074 or 5664862. OLE color: 5664862.
HSL color Cylindrical-coordinate representation of color #5E7056: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E7056 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 86 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.56 |
| HSL | 101.54º | 0.13% | 0.39% | - |
| HSV(B) | 101.54º | 0.23% | 0.44% | - |
| XYZ | 12.09 | 14.64 | 10.99 | - |
| YUV | 103.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 86 | 0.16 | 0 | 0.23 | 0.56 | 101.54 | 0.13 | 0.39 |
| Hex | 5E | 70 | 56 | 10 | 0 | 17 | 38 | 66 | D | 27 |
| Octal | 136 | 160 | 126 | 20 | 0 | 27 | 70 | 146 | 15 | 47 |
| Binary | 1011110 | 1110000 | 1010110 | 10000 | 0 | 10111 | 111000 | 1100110 | 1101 | 100111 |
Color Harmonies of #5E7056
Complementary color
Monochromatic Colors of #5E7056
Black with #5E7056
Text Example
Text Example
White with #5E7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7056; }
p { color: rgb(94,112,86); }
H1.HeaderClassName
{
color: #5E7056;
}
.AnyTagClassName
{
color: #5E7056;
}
</style>
background-color css
<style>
a { background-color: #5E7056; }
a { background-color: rgb(94,112,86); }
div.DivClassName
{
background-color: #5E7056;
}
.BgClassName
{
background-color: #5E7056;
}
</style>
border-color css
<style>
span { border-color: #5E7056; }
span { border-color: rgb(94,112,86); }
td.TdClassName
{
border-color: #5E7056;
}
.TagClassName
{
border-color: #5E7056;
}
</style>