Shades of Cactus #576F4D
Tints of Cactus #576F4D
RGB
CMYK
RGB Variations
Color information
#576F4D (or 0x576F4D) is known color: Cactus. HEX triplet: 57, 6F and 4D. RGB value is (87,111,77). Sum of RGB (Red+Green+Blue) = 87+111+77=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #576F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F4D is #A890B2. Grayscale: #646464. Windows color (decimal): -11047091 or 5074775. OLE color: 5074775.
HSL color Cylindrical-coordinate representation of color #576F4D: hue angle of 102.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #576F4D is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 111 | 77 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.56 |
| HSL | 102.35º | 0.18% | 0.37% | - |
| HSV(B) | 102.35º | 0.31% | 0.44% | - |
| XYZ | 10.95 | 13.93 | 9.13 | - |
| YUV | 99.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 77 | 0.22 | 0 | 0.31 | 0.56 | 102.35 | 0.18 | 0.37 |
| Hex | 57 | 6F | 4D | 16 | 0 | 1F | 38 | 66 | 12 | 25 |
| Octal | 127 | 157 | 115 | 26 | 0 | 37 | 70 | 146 | 22 | 45 |
| Binary | 1010111 | 1101111 | 1001101 | 10110 | 0 | 11111 | 111000 | 1100110 | 10010 | 100101 |
Color Harmonies of #576F4D
Complementary color
Monochromatic Colors of #576F4D
Black with #576F4D
Text Example
Text Example
White with #576F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576F4D; }
p { color: rgb(87,111,77); }
H1.HeaderClassName
{
color: #576F4D;
}
.AnyTagClassName
{
color: #576F4D;
}
</style>
background-color css
<style>
a { background-color: #576F4D; }
a { background-color: rgb(87,111,77); }
div.DivClassName
{
background-color: #576F4D;
}
.BgClassName
{
background-color: #576F4D;
}
</style>
border-color css
<style>
span { border-color: #576F4D; }
span { border-color: rgb(87,111,77); }
td.TdClassName
{
border-color: #576F4D;
}
.TagClassName
{
border-color: #576F4D;
}
</style>