Shades of Cactus #56714F
Tints of Cactus #56714F
RGB
CMYK
RGB Variations
Color information
#56714F (or 0x56714F) is known color: Cactus. HEX triplet: 56, 71 and 4F. RGB value is (86,113,79). Sum of RGB (Red+Green+Blue) = 86+113+79=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #56714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56714F is #A98EB0. Grayscale: #656565. Windows color (decimal): -11112113 or 5206358. OLE color: 5206358.
HSL color Cylindrical-coordinate representation of color #56714F: hue angle of 107.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56714F is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 79 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.56 |
| HSL | 107.65º | 0.18% | 0.38% | - |
| HSV(B) | 107.65º | 0.3% | 0.44% | - |
| XYZ | 11.15 | 14.35 | 9.58 | - |
| YUV | 101.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 79 | 0.24 | 0 | 0.30 | 0.56 | 107.65 | 0.18 | 0.38 |
| Hex | 56 | 71 | 4F | 18 | 0 | 1E | 38 | 6C | 12 | 26 |
| Octal | 126 | 161 | 117 | 30 | 0 | 36 | 70 | 154 | 22 | 46 |
| Binary | 1010110 | 1110001 | 1001111 | 11000 | 0 | 11110 | 111000 | 1101100 | 10010 | 100110 |
Color Harmonies of #56714F
Complementary color
Monochromatic Colors of #56714F
Black with #56714F
Text Example
Text Example
White with #56714F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56714F; }
p { color: rgb(86,113,79); }
H1.HeaderClassName
{
color: #56714F;
}
.AnyTagClassName
{
color: #56714F;
}
</style>
background-color css
<style>
a { background-color: #56714F; }
a { background-color: rgb(86,113,79); }
div.DivClassName
{
background-color: #56714F;
}
.BgClassName
{
background-color: #56714F;
}
</style>
border-color css
<style>
span { border-color: #56714F; }
span { border-color: rgb(86,113,79); }
td.TdClassName
{
border-color: #56714F;
}
.TagClassName
{
border-color: #56714F;
}
</style>