Shades of Cactus #5A7151
Tints of Cactus #5A7151
RGB
CMYK
RGB Variations
Color information
#5A7151 (or 0x5A7151) is known color: Cactus. HEX triplet: 5A, 71 and 51. RGB value is (90,113,81). Sum of RGB (Red+Green+Blue) = 90+113+81=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7151 is #A58EAE. Grayscale: #666666. Windows color (decimal): -10849967 or 5337434. OLE color: 5337434.
HSL color Cylindrical-coordinate representation of color #5A7151: hue angle of 103.12º 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 #5A7151 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 81 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.56 |
| HSL | 103.13º | 0.16% | 0.38% | - |
| HSV(B) | 103.13º | 0.28% | 0.44% | - |
| XYZ | 11.61 | 14.58 | 9.99 | - |
| YUV | 102.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 81 | 0.20 | 0 | 0.28 | 0.56 | 103.13 | 0.16 | 0.38 |
| Hex | 5A | 71 | 51 | 14 | 0 | 1C | 38 | 67 | 10 | 26 |
| Octal | 132 | 161 | 121 | 24 | 0 | 34 | 70 | 147 | 20 | 46 |
| Binary | 1011010 | 1110001 | 1010001 | 10100 | 0 | 11100 | 111000 | 1100111 | 10000 | 100110 |
Color Harmonies of #5A7151
Complementary color
Monochromatic Colors of #5A7151
Black with #5A7151
Text Example
Text Example
White with #5A7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7151; }
p { color: rgb(90,113,81); }
H1.HeaderClassName
{
color: #5A7151;
}
.AnyTagClassName
{
color: #5A7151;
}
</style>
background-color css
<style>
a { background-color: #5A7151; }
a { background-color: rgb(90,113,81); }
div.DivClassName
{
background-color: #5A7151;
}
.BgClassName
{
background-color: #5A7151;
}
</style>
border-color css
<style>
span { border-color: #5A7151; }
span { border-color: rgb(90,113,81); }
td.TdClassName
{
border-color: #5A7151;
}
.TagClassName
{
border-color: #5A7151;
}
</style>