Shades of Cactus #56724E
Tints of Cactus #56724E
RGB
CMYK
RGB Variations
Color information
#56724E (or 0x56724E) is known color: Cactus. HEX triplet: 56, 72 and 4E. RGB value is (86,114,78). Sum of RGB (Red+Green+Blue) = 86+114+78=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #56724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56724E is #A98DB1. Grayscale: #656565. Windows color (decimal): -11111858 or 5141078. OLE color: 5141078.
HSL color Cylindrical-coordinate representation of color #56724E: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56724E is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 114 | 78 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.55 |
| HSL | 106.67º | 0.19% | 0.38% | - |
| HSV(B) | 106.67º | 0.32% | 0.45% | - |
| XYZ | 11.23 | 14.56 | 9.43 | - |
| YUV | 101.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 78 | 0.25 | 0 | 0.32 | 0.55 | 106.67 | 0.19 | 0.38 |
| Hex | 56 | 72 | 4E | 19 | 0 | 20 | 37 | 6B | 13 | 26 |
| Octal | 126 | 162 | 116 | 31 | 0 | 40 | 67 | 153 | 23 | 46 |
| Binary | 1010110 | 1110010 | 1001110 | 11001 | 0 | 100000 | 110111 | 1101011 | 10011 | 100110 |
Color Harmonies of #56724E
Complementary color
Monochromatic Colors of #56724E
Black with #56724E
Text Example
Text Example
White with #56724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56724E; }
p { color: rgb(86,114,78); }
H1.HeaderClassName
{
color: #56724E;
}
.AnyTagClassName
{
color: #56724E;
}
</style>
background-color css
<style>
a { background-color: #56724E; }
a { background-color: rgb(86,114,78); }
div.DivClassName
{
background-color: #56724E;
}
.BgClassName
{
background-color: #56724E;
}
</style>
border-color css
<style>
span { border-color: #56724E; }
span { border-color: rgb(86,114,78); }
td.TdClassName
{
border-color: #56724E;
}
.TagClassName
{
border-color: #56724E;
}
</style>