Shades of Cactus #56714A
Tints of Cactus #56714A
RGB
CMYK
RGB Variations
Color information
#56714A (or 0x56714A) is known color: Cactus. HEX triplet: 56, 71 and 4A. RGB value is (86,113,74). Sum of RGB (Red+Green+Blue) = 86+113+74=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #56714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56714A is #A98EB5. Grayscale: #646464. Windows color (decimal): -11112118 or 4878678. OLE color: 4878678.
HSL color Cylindrical-coordinate representation of color #56714A: hue angle of 101.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56714A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 74 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.56 |
| HSL | 101.54º | 0.21% | 0.37% | - |
| HSV(B) | 101.54º | 0.35% | 0.44% | - |
| XYZ | 10.98 | 14.28 | 8.66 | - |
| YUV | 100.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 74 | 0.24 | 0 | 0.35 | 0.56 | 101.54 | 0.21 | 0.37 |
| Hex | 56 | 71 | 4A | 18 | 0 | 23 | 38 | 66 | 15 | 25 |
| Octal | 126 | 161 | 112 | 30 | 0 | 43 | 70 | 146 | 25 | 45 |
| Binary | 1010110 | 1110001 | 1001010 | 11000 | 0 | 100011 | 111000 | 1100110 | 10101 | 100101 |
Color Harmonies of #56714A
Complementary color
Monochromatic Colors of #56714A
Black with #56714A
Text Example
Text Example
White with #56714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56714A; }
p { color: rgb(86,113,74); }
H1.HeaderClassName
{
color: #56714A;
}
.AnyTagClassName
{
color: #56714A;
}
</style>
background-color css
<style>
a { background-color: #56714A; }
a { background-color: rgb(86,113,74); }
div.DivClassName
{
background-color: #56714A;
}
.BgClassName
{
background-color: #56714A;
}
</style>
border-color css
<style>
span { border-color: #56714A; }
span { border-color: rgb(86,113,74); }
td.TdClassName
{
border-color: #56714A;
}
.TagClassName
{
border-color: #56714A;
}
</style>