Shades of Cactus #567655
Tints of Cactus #567655
RGB
CMYK
RGB Variations
Color information
#567655 (or 0x567655) is known color: Cactus. HEX triplet: 56, 76 and 55. RGB value is (86,118,85). Sum of RGB (Red+Green+Blue) = 86+118+85=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #567655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567655 is #A989AA. Grayscale: #686868. Windows color (decimal): -11110827 or 5600854. OLE color: 5600854.
HSL color Cylindrical-coordinate representation of color #567655: hue angle of 118.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567655 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 118 | 85 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.54 |
| HSL | 118.18º | 0.16% | 0.4% | - |
| HSV(B) | 118.18º | 0.28% | 0.46% | - |
| XYZ | 11.96 | 15.59 | 10.97 | - |
| YUV | 104.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 85 | 0.27 | 0 | 0.28 | 0.54 | 118.18 | 0.16 | 0.4 |
| Hex | 56 | 76 | 55 | 1B | 0 | 1C | 36 | 76 | 10 | 28 |
| Octal | 126 | 166 | 125 | 33 | 0 | 34 | 66 | 166 | 20 | 50 |
| Binary | 1010110 | 1110110 | 1010101 | 11011 | 0 | 11100 | 110110 | 1110110 | 10000 | 101000 |
Color Harmonies of #567655
Complementary color
Monochromatic Colors of #567655
Black with #567655
Text Example
Text Example
White with #567655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567655; }
p { color: rgb(86,118,85); }
H1.HeaderClassName
{
color: #567655;
}
.AnyTagClassName
{
color: #567655;
}
</style>
background-color css
<style>
a { background-color: #567655; }
a { background-color: rgb(86,118,85); }
div.DivClassName
{
background-color: #567655;
}
.BgClassName
{
background-color: #567655;
}
</style>
border-color css
<style>
span { border-color: #567655; }
span { border-color: rgb(86,118,85); }
td.TdClassName
{
border-color: #567655;
}
.TagClassName
{
border-color: #567655;
}
</style>