Shades of Cactus #5B7450
Tints of Cactus #5B7450
RGB
CMYK
RGB Variations
Color information
#5B7450 (or 0x5B7450) is known color: Cactus. HEX triplet: 5B, 74 and 50. RGB value is (91,116,80). Sum of RGB (Red+Green+Blue) = 91+116+80=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7450 is #A48BAF. Grayscale: #686868. Windows color (decimal): -10783664 or 5272667. OLE color: 5272667.
HSL color Cylindrical-coordinate representation of color #5B7450: hue angle of 101.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B7450 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 80 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.55 |
| HSL | 101.67º | 0.18% | 0.38% | - |
| HSV(B) | 101.67º | 0.31% | 0.45% | - |
| XYZ | 12.01 | 15.29 | 9.91 | - |
| YUV | 104.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 80 | 0.22 | 0 | 0.31 | 0.55 | 101.67 | 0.18 | 0.38 |
| Hex | 5B | 74 | 50 | 16 | 0 | 1F | 37 | 66 | 12 | 26 |
| Octal | 133 | 164 | 120 | 26 | 0 | 37 | 67 | 146 | 22 | 46 |
| Binary | 1011011 | 1110100 | 1010000 | 10110 | 0 | 11111 | 110111 | 1100110 | 10010 | 100110 |
Color Harmonies of #5B7450
Complementary color
Monochromatic Colors of #5B7450
Black with #5B7450
Text Example
Text Example
White with #5B7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7450; }
p { color: rgb(91,116,80); }
H1.HeaderClassName
{
color: #5B7450;
}
.AnyTagClassName
{
color: #5B7450;
}
</style>
background-color css
<style>
a { background-color: #5B7450; }
a { background-color: rgb(91,116,80); }
div.DivClassName
{
background-color: #5B7450;
}
.BgClassName
{
background-color: #5B7450;
}
</style>
border-color css
<style>
span { border-color: #5B7450; }
span { border-color: rgb(91,116,80); }
td.TdClassName
{
border-color: #5B7450;
}
.TagClassName
{
border-color: #5B7450;
}
</style>