Shades of Cactus #5B7852
Tints of Cactus #5B7852
RGB
CMYK
RGB Variations
Color information
#5B7852 (or 0x5B7852) is known color: Cactus. HEX triplet: 5B, 78 and 52. RGB value is (91,120,82). Sum of RGB (Red+Green+Blue) = 91+120+82=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7852 is #A487AD. Grayscale: #6B6B6B. Windows color (decimal): -10782638 or 5404763. OLE color: 5404763.
HSL color Cylindrical-coordinate representation of color #5B7852: hue angle of 105.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B7852 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 82 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.53 |
| HSL | 105.79º | 0.19% | 0.4% | - |
| HSV(B) | 105.79º | 0.32% | 0.47% | - |
| XYZ | 12.55 | 16.27 | 10.46 | - |
| YUV | 107 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 82 | 0.24 | 0 | 0.32 | 0.53 | 105.79 | 0.19 | 0.4 |
| Hex | 5B | 78 | 52 | 18 | 0 | 20 | 35 | 6A | 13 | 28 |
| Octal | 133 | 170 | 122 | 30 | 0 | 40 | 65 | 152 | 23 | 50 |
| Binary | 1011011 | 1111000 | 1010010 | 11000 | 0 | 100000 | 110101 | 1101010 | 10011 | 101000 |
Color Harmonies of #5B7852
Complementary color
Monochromatic Colors of #5B7852
Black with #5B7852
Text Example
Text Example
White with #5B7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7852; }
p { color: rgb(91,120,82); }
H1.HeaderClassName
{
color: #5B7852;
}
.AnyTagClassName
{
color: #5B7852;
}
</style>
background-color css
<style>
a { background-color: #5B7852; }
a { background-color: rgb(91,120,82); }
div.DivClassName
{
background-color: #5B7852;
}
.BgClassName
{
background-color: #5B7852;
}
</style>
border-color css
<style>
span { border-color: #5B7852; }
span { border-color: rgb(91,120,82); }
td.TdClassName
{
border-color: #5B7852;
}
.TagClassName
{
border-color: #5B7852;
}
</style>