Shades of Cactus #5A754C
Tints of Cactus #5A754C
RGB
CMYK
RGB Variations
Color information
#5A754C (or 0x5A754C) is known color: Cactus. HEX triplet: 5A, 75 and 4C. RGB value is (90,117,76). Sum of RGB (Red+Green+Blue) = 90+117+76=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #5A754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A754C is #A58AB3. Grayscale: #686868. Windows color (decimal): -10848948 or 5010778. OLE color: 5010778.
HSL color Cylindrical-coordinate representation of color #5A754C: hue angle of 99.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A754C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 76 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.54 |
| HSL | 99.51º | 0.21% | 0.38% | - |
| HSV(B) | 99.51º | 0.35% | 0.46% | - |
| XYZ | 11.88 | 15.42 | 9.19 | - |
| YUV | 104.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 76 | 0.23 | 0 | 0.35 | 0.54 | 99.51 | 0.21 | 0.38 |
| Hex | 5A | 75 | 4C | 17 | 0 | 23 | 36 | 64 | 15 | 26 |
| Octal | 132 | 165 | 114 | 27 | 0 | 43 | 66 | 144 | 25 | 46 |
| Binary | 1011010 | 1110101 | 1001100 | 10111 | 0 | 100011 | 110110 | 1100100 | 10101 | 100110 |
Color Harmonies of #5A754C
Complementary color
Monochromatic Colors of #5A754C
Black with #5A754C
Text Example
Text Example
White with #5A754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A754C; }
p { color: rgb(90,117,76); }
H1.HeaderClassName
{
color: #5A754C;
}
.AnyTagClassName
{
color: #5A754C;
}
</style>
background-color css
<style>
a { background-color: #5A754C; }
a { background-color: rgb(90,117,76); }
div.DivClassName
{
background-color: #5A754C;
}
.BgClassName
{
background-color: #5A754C;
}
</style>
border-color css
<style>
span { border-color: #5A754C; }
span { border-color: rgb(90,117,76); }
td.TdClassName
{
border-color: #5A754C;
}
.TagClassName
{
border-color: #5A754C;
}
</style>