Shades of Cactus #5E6759
Tints of Cactus #5E6759
RGB
CMYK
RGB Variations
Color information
#5E6759 (or 0x5E6759) is known color: Cactus. HEX triplet: 5E, 67 and 59. RGB value is (94,103,89). Sum of RGB (Red+Green+Blue) = 94+103+89=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #5E6759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6759 is #A198A6. Grayscale: #626262. Windows color (decimal): -10590375 or 5859166. OLE color: 5859166.
HSL color Cylindrical-coordinate representation of color #5E6759: hue angle of 98.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E6759 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 89 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.60 |
| HSL | 98.57º | 0.07% | 0.38% | - |
| HSV(B) | 98.57º | 0.14% | 0.4% | - |
| XYZ | 11.27 | 12.8 | 11.33 | - |
| YUV | 98.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 89 | 0.09 | 0 | 0.14 | 0.60 | 98.57 | 0.07 | 0.38 |
| Hex | 5E | 67 | 59 | 9 | 0 | E | 3C | 63 | 7 | 26 |
| Octal | 136 | 147 | 131 | 11 | 0 | 16 | 74 | 143 | 7 | 46 |
| Binary | 1011110 | 1100111 | 1011001 | 1001 | 0 | 1110 | 111100 | 1100011 | 111 | 100110 |
Color Harmonies of #5E6759
Complementary color
Monochromatic Colors of #5E6759
Black with #5E6759
Text Example
Text Example
White with #5E6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6759; }
p { color: rgb(94,103,89); }
H1.HeaderClassName
{
color: #5E6759;
}
.AnyTagClassName
{
color: #5E6759;
}
</style>
background-color css
<style>
a { background-color: #5E6759; }
a { background-color: rgb(94,103,89); }
div.DivClassName
{
background-color: #5E6759;
}
.BgClassName
{
background-color: #5E6759;
}
</style>
border-color css
<style>
span { border-color: #5E6759; }
span { border-color: rgb(94,103,89); }
td.TdClassName
{
border-color: #5E6759;
}
.TagClassName
{
border-color: #5E6759;
}
</style>