Shades of Cactus #56704B
Tints of Cactus #56704B
RGB
CMYK
RGB Variations
Color information
#56704B (or 0x56704B) is known color: Cactus. HEX triplet: 56, 70 and 4B. RGB value is (86,112,75). Sum of RGB (Red+Green+Blue) = 86+112+75=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #56704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56704B is #A98FB4. Grayscale: #646464. Windows color (decimal): -11112373 or 4943958. OLE color: 4943958.
HSL color Cylindrical-coordinate representation of color #56704B: hue angle of 102.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56704B is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 75 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.56 |
| HSL | 102.16º | 0.2% | 0.37% | - |
| HSV(B) | 102.16º | 0.33% | 0.44% | - |
| XYZ | 10.9 | 14.07 | 8.8 | - |
| YUV | 100.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 75 | 0.23 | 0 | 0.33 | 0.56 | 102.16 | 0.2 | 0.37 |
| Hex | 56 | 70 | 4B | 17 | 0 | 21 | 38 | 66 | 14 | 25 |
| Octal | 126 | 160 | 113 | 27 | 0 | 41 | 70 | 146 | 24 | 45 |
| Binary | 1010110 | 1110000 | 1001011 | 10111 | 0 | 100001 | 111000 | 1100110 | 10100 | 100101 |
Color Harmonies of #56704B
Complementary color
Monochromatic Colors of #56704B
Black with #56704B
Text Example
Text Example
White with #56704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56704B; }
p { color: rgb(86,112,75); }
H1.HeaderClassName
{
color: #56704B;
}
.AnyTagClassName
{
color: #56704B;
}
</style>
background-color css
<style>
a { background-color: #56704B; }
a { background-color: rgb(86,112,75); }
div.DivClassName
{
background-color: #56704B;
}
.BgClassName
{
background-color: #56704B;
}
</style>
border-color css
<style>
span { border-color: #56704B; }
span { border-color: rgb(86,112,75); }
td.TdClassName
{
border-color: #56704B;
}
.TagClassName
{
border-color: #56704B;
}
</style>