Shades of Cactus #5B7451
Tints of Cactus #5B7451
RGB
CMYK
RGB Variations
Color information
#5B7451 (or 0x5B7451) is known color: Cactus. HEX triplet: 5B, 74 and 51. RGB value is (91,116,81). Sum of RGB (Red+Green+Blue) = 91+116+81=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7451 is #A48BAE. Grayscale: #686868. Windows color (decimal): -10783663 or 5338203. OLE color: 5338203.
HSL color Cylindrical-coordinate representation of color #5B7451: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7451 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 81 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.55 |
| HSL | 102.86º | 0.18% | 0.39% | - |
| HSV(B) | 102.86º | 0.3% | 0.45% | - |
| XYZ | 12.04 | 15.31 | 10.1 | - |
| YUV | 104.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 81 | 0.22 | 0 | 0.30 | 0.55 | 102.86 | 0.18 | 0.39 |
| Hex | 5B | 74 | 51 | 16 | 0 | 1E | 37 | 67 | 12 | 27 |
| Octal | 133 | 164 | 121 | 26 | 0 | 36 | 67 | 147 | 22 | 47 |
| Binary | 1011011 | 1110100 | 1010001 | 10110 | 0 | 11110 | 110111 | 1100111 | 10010 | 100111 |
Color Harmonies of #5B7451
Complementary color
Monochromatic Colors of #5B7451
Black with #5B7451
Text Example
Text Example
White with #5B7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7451; }
p { color: rgb(91,116,81); }
H1.HeaderClassName
{
color: #5B7451;
}
.AnyTagClassName
{
color: #5B7451;
}
</style>
background-color css
<style>
a { background-color: #5B7451; }
a { background-color: rgb(91,116,81); }
div.DivClassName
{
background-color: #5B7451;
}
.BgClassName
{
background-color: #5B7451;
}
</style>
border-color css
<style>
span { border-color: #5B7451; }
span { border-color: rgb(91,116,81); }
td.TdClassName
{
border-color: #5B7451;
}
.TagClassName
{
border-color: #5B7451;
}
</style>