Shades of Cactus #576A4E
Tints of Cactus #576A4E
RGB
CMYK
RGB Variations
Color information
#576A4E (or 0x576A4E) is known color: Cactus. HEX triplet: 57, 6A and 4E. RGB value is (87,106,78). Sum of RGB (Red+Green+Blue) = 87+106+78=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #576A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A4E is #A895B1. Grayscale: #616161. Windows color (decimal): -11048370 or 5139031. OLE color: 5139031.
HSL color Cylindrical-coordinate representation of color #576A4E: hue angle of 100.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #576A4E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 106 | 78 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.58 |
| HSL | 100.71º | 0.15% | 0.36% | - |
| HSV(B) | 100.71º | 0.26% | 0.42% | - |
| XYZ | 10.46 | 12.88 | 9.14 | - |
| YUV | 97.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 78 | 0.18 | 0 | 0.26 | 0.58 | 100.71 | 0.15 | 0.36 |
| Hex | 57 | 6A | 4E | 12 | 0 | 1A | 3A | 65 | F | 24 |
| Octal | 127 | 152 | 116 | 22 | 0 | 32 | 72 | 145 | 17 | 44 |
| Binary | 1010111 | 1101010 | 1001110 | 10010 | 0 | 11010 | 111010 | 1100101 | 1111 | 100100 |
Color Harmonies of #576A4E
Complementary color
Monochromatic Colors of #576A4E
Black with #576A4E
Text Example
Text Example
White with #576A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A4E; }
p { color: rgb(87,106,78); }
H1.HeaderClassName
{
color: #576A4E;
}
.AnyTagClassName
{
color: #576A4E;
}
</style>
background-color css
<style>
a { background-color: #576A4E; }
a { background-color: rgb(87,106,78); }
div.DivClassName
{
background-color: #576A4E;
}
.BgClassName
{
background-color: #576A4E;
}
</style>
border-color css
<style>
span { border-color: #576A4E; }
span { border-color: rgb(87,106,78); }
td.TdClassName
{
border-color: #576A4E;
}
.TagClassName
{
border-color: #576A4E;
}
</style>