Shades of Cactus #5E7355
Tints of Cactus #5E7355
RGB
CMYK
RGB Variations
Color information
#5E7355 (or 0x5E7355) is known color: Cactus. HEX triplet: 5E, 73 and 55. RGB value is (94,115,85). Sum of RGB (Red+Green+Blue) = 94+115+85=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7355 is #A18CAA. Grayscale: #696969. Windows color (decimal): -10587307 or 5600094. OLE color: 5600094.
HSL color Cylindrical-coordinate representation of color #5E7355: hue angle of 102º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7355 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 85 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.55 |
| HSL | 102º | 0.15% | 0.39% | - |
| HSV(B) | 102º | 0.26% | 0.45% | - |
| XYZ | 12.39 | 15.3 | 10.89 | - |
| YUV | 105.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 85 | 0.18 | 0 | 0.26 | 0.55 | 102 | 0.15 | 0.39 |
| Hex | 5E | 73 | 55 | 12 | 0 | 1A | 37 | 66 | F | 27 |
| Octal | 136 | 163 | 125 | 22 | 0 | 32 | 67 | 146 | 17 | 47 |
| Binary | 1011110 | 1110011 | 1010101 | 10010 | 0 | 11010 | 110111 | 1100110 | 1111 | 100111 |
Color Harmonies of #5E7355
Complementary color
Monochromatic Colors of #5E7355
Black with #5E7355
Text Example
Text Example
White with #5E7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7355; }
p { color: rgb(94,115,85); }
H1.HeaderClassName
{
color: #5E7355;
}
.AnyTagClassName
{
color: #5E7355;
}
</style>
background-color css
<style>
a { background-color: #5E7355; }
a { background-color: rgb(94,115,85); }
div.DivClassName
{
background-color: #5E7355;
}
.BgClassName
{
background-color: #5E7355;
}
</style>
border-color css
<style>
span { border-color: #5E7355; }
span { border-color: rgb(94,115,85); }
td.TdClassName
{
border-color: #5E7355;
}
.TagClassName
{
border-color: #5E7355;
}
</style>