Shades of Cactus #5B7755
Tints of Cactus #5B7755
RGB
CMYK
RGB Variations
Color information
#5B7755 (or 0x5B7755) is known color: Cactus. HEX triplet: 5B, 77 and 55. RGB value is (91,119,85). Sum of RGB (Red+Green+Blue) = 91+119+85=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7755 is #A488AA. Grayscale: #6A6A6A. Windows color (decimal): -10782891 or 5601115. OLE color: 5601115.
HSL color Cylindrical-coordinate representation of color #5B7755: hue angle of 109.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B7755 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 119 | 85 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.53 |
| HSL | 109.41º | 0.17% | 0.4% | - |
| HSV(B) | 109.41º | 0.29% | 0.47% | - |
| XYZ | 12.55 | 16.07 | 11.04 | - |
| YUV | 106.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 119 | 85 | 0.24 | 0 | 0.29 | 0.53 | 109.41 | 0.17 | 0.4 |
| Hex | 5B | 77 | 55 | 18 | 0 | 1D | 35 | 6D | 11 | 28 |
| Octal | 133 | 167 | 125 | 30 | 0 | 35 | 65 | 155 | 21 | 50 |
| Binary | 1011011 | 1110111 | 1010101 | 11000 | 0 | 11101 | 110101 | 1101101 | 10001 | 101000 |
Color Harmonies of #5B7755
Complementary color
Monochromatic Colors of #5B7755
Black with #5B7755
Text Example
Text Example
White with #5B7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7755; }
p { color: rgb(91,119,85); }
H1.HeaderClassName
{
color: #5B7755;
}
.AnyTagClassName
{
color: #5B7755;
}
</style>
background-color css
<style>
a { background-color: #5B7755; }
a { background-color: rgb(91,119,85); }
div.DivClassName
{
background-color: #5B7755;
}
.BgClassName
{
background-color: #5B7755;
}
</style>
border-color css
<style>
span { border-color: #5B7755; }
span { border-color: rgb(91,119,85); }
td.TdClassName
{
border-color: #5B7755;
}
.TagClassName
{
border-color: #5B7755;
}
</style>