Shades of Cactus #5E7155
Tints of Cactus #5E7155
RGB
CMYK
RGB Variations
Color information
#5E7155 (or 0x5E7155) is known color: Cactus. HEX triplet: 5E, 71 and 55. RGB value is (94,113,85). Sum of RGB (Red+Green+Blue) = 94+113+85=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #5E7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7155 is #A18EAA. Grayscale: #686868. Windows color (decimal): -10587819 or 5599582. OLE color: 5599582.
HSL color Cylindrical-coordinate representation of color #5E7155: hue angle of 100.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7155 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 85 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.56 |
| HSL | 100.71º | 0.14% | 0.39% | - |
| HSV(B) | 100.71º | 0.25% | 0.44% | - |
| XYZ | 12.16 | 14.85 | 10.82 | - |
| YUV | 104.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 85 | 0.17 | 0 | 0.25 | 0.56 | 100.71 | 0.14 | 0.39 |
| Hex | 5E | 71 | 55 | 11 | 0 | 19 | 38 | 65 | E | 27 |
| Octal | 136 | 161 | 125 | 21 | 0 | 31 | 70 | 145 | 16 | 47 |
| Binary | 1011110 | 1110001 | 1010101 | 10001 | 0 | 11001 | 111000 | 1100101 | 1110 | 100111 |
Color Harmonies of #5E7155
Complementary color
Monochromatic Colors of #5E7155
Black with #5E7155
Text Example
Text Example
White with #5E7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7155; }
p { color: rgb(94,113,85); }
H1.HeaderClassName
{
color: #5E7155;
}
.AnyTagClassName
{
color: #5E7155;
}
</style>
background-color css
<style>
a { background-color: #5E7155; }
a { background-color: rgb(94,113,85); }
div.DivClassName
{
background-color: #5E7155;
}
.BgClassName
{
background-color: #5E7155;
}
</style>
border-color css
<style>
span { border-color: #5E7155; }
span { border-color: rgb(94,113,85); }
td.TdClassName
{
border-color: #5E7155;
}
.TagClassName
{
border-color: #5E7155;
}
</style>