Shades of Cactus #5B7350
Tints of Cactus #5B7350
RGB
CMYK
RGB Variations
Color information
#5B7350 (or 0x5B7350) is known color: Cactus. HEX triplet: 5B, 73 and 50. RGB value is (91,115,80). Sum of RGB (Red+Green+Blue) = 91+115+80=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7350 is #A48CAF. Grayscale: #676767. Windows color (decimal): -10783920 or 5272411. OLE color: 5272411.
HSL color Cylindrical-coordinate representation of color #5B7350: hue angle of 101.14º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7350 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 80 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.55 |
| HSL | 101.14º | 0.18% | 0.38% | - |
| HSV(B) | 101.14º | 0.3% | 0.45% | - |
| XYZ | 11.89 | 15.06 | 9.87 | - |
| YUV | 103.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 80 | 0.21 | 0 | 0.30 | 0.55 | 101.14 | 0.18 | 0.38 |
| Hex | 5B | 73 | 50 | 15 | 0 | 1E | 37 | 65 | 12 | 26 |
| Octal | 133 | 163 | 120 | 25 | 0 | 36 | 67 | 145 | 22 | 46 |
| Binary | 1011011 | 1110011 | 1010000 | 10101 | 0 | 11110 | 110111 | 1100101 | 10010 | 100110 |
Color Harmonies of #5B7350
Complementary color
Monochromatic Colors of #5B7350
Black with #5B7350
Text Example
Text Example
White with #5B7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7350; }
p { color: rgb(91,115,80); }
H1.HeaderClassName
{
color: #5B7350;
}
.AnyTagClassName
{
color: #5B7350;
}
</style>
background-color css
<style>
a { background-color: #5B7350; }
a { background-color: rgb(91,115,80); }
div.DivClassName
{
background-color: #5B7350;
}
.BgClassName
{
background-color: #5B7350;
}
</style>
border-color css
<style>
span { border-color: #5B7350; }
span { border-color: rgb(91,115,80); }
td.TdClassName
{
border-color: #5B7350;
}
.TagClassName
{
border-color: #5B7350;
}
</style>