Shades of Cactus #56724D
Tints of Cactus #56724D
RGB
CMYK
RGB Variations
Color information
#56724D (or 0x56724D) is known color: Cactus. HEX triplet: 56, 72 and 4D. RGB value is (86,114,77). Sum of RGB (Red+Green+Blue) = 86+114+77=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #56724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56724D is #A98DB2. Grayscale: #656565. Windows color (decimal): -11111859 or 5075542. OLE color: 5075542.
HSL color Cylindrical-coordinate representation of color #56724D: hue angle of 105.41º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56724D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 77 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.55 |
| HSL | 105.41º | 0.19% | 0.37% | - |
| HSV(B) | 105.41º | 0.32% | 0.45% | - |
| XYZ | 11.19 | 14.55 | 9.24 | - |
| YUV | 101.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 77 | 0.25 | 0 | 0.32 | 0.55 | 105.41 | 0.19 | 0.37 |
| Hex | 56 | 72 | 4D | 19 | 0 | 20 | 37 | 69 | 13 | 25 |
| Octal | 126 | 162 | 115 | 31 | 0 | 40 | 67 | 151 | 23 | 45 |
| Binary | 1010110 | 1110010 | 1001101 | 11001 | 0 | 100000 | 110111 | 1101001 | 10011 | 100101 |
Color Harmonies of #56724D
Complementary color
Monochromatic Colors of #56724D
Black with #56724D
Text Example
Text Example
White with #56724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56724D; }
p { color: rgb(86,114,77); }
H1.HeaderClassName
{
color: #56724D;
}
.AnyTagClassName
{
color: #56724D;
}
</style>
background-color css
<style>
a { background-color: #56724D; }
a { background-color: rgb(86,114,77); }
div.DivClassName
{
background-color: #56724D;
}
.BgClassName
{
background-color: #56724D;
}
</style>
border-color css
<style>
span { border-color: #56724D; }
span { border-color: rgb(86,114,77); }
td.TdClassName
{
border-color: #56724D;
}
.TagClassName
{
border-color: #56724D;
}
</style>