Shades of Cactus #5B7151
Tints of Cactus #5B7151
RGB
CMYK
RGB Variations
Color information
#5B7151 (or 0x5B7151) is known color: Cactus. HEX triplet: 5B, 71 and 51. RGB value is (91,113,81). Sum of RGB (Red+Green+Blue) = 91+113+81=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #5B7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7151 is #A48EAE. Grayscale: #666666. Windows color (decimal): -10784431 or 5337435. OLE color: 5337435.
HSL color Cylindrical-coordinate representation of color #5B7151: hue angle of 101.25º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7151 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 91 | 113 | 81 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.56 |
| HSL | 101.25º | 0.16% | 0.38% | - |
| HSV(B) | 101.25º | 0.28% | 0.44% | - |
| XYZ | 11.7 | 14.63 | 9.99 | - |
| YUV | 102.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 113 | 81 | 0.19 | 0 | 0.28 | 0.56 | 101.25 | 0.16 | 0.38 |
| Hex | 5B | 71 | 51 | 13 | 0 | 1C | 38 | 65 | 10 | 26 |
| Octal | 133 | 161 | 121 | 23 | 0 | 34 | 70 | 145 | 20 | 46 |
| Binary | 1011011 | 1110001 | 1010001 | 10011 | 0 | 11100 | 111000 | 1100101 | 10000 | 100110 |
Color Harmonies of #5B7151
Complementary color
Monochromatic Colors of #5B7151
Black with #5B7151
Text Example
Text Example
White with #5B7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7151; }
p { color: rgb(91,113,81); }
H1.HeaderClassName
{
color: #5B7151;
}
.AnyTagClassName
{
color: #5B7151;
}
</style>
background-color css
<style>
a { background-color: #5B7151; }
a { background-color: rgb(91,113,81); }
div.DivClassName
{
background-color: #5B7151;
}
.BgClassName
{
background-color: #5B7151;
}
</style>
border-color css
<style>
span { border-color: #5B7151; }
span { border-color: rgb(91,113,81); }
td.TdClassName
{
border-color: #5B7151;
}
.TagClassName
{
border-color: #5B7151;
}
</style>