Shades of Cactus #567150
Tints of Cactus #567150
RGB
CMYK
RGB Variations
Color information
#567150 (or 0x567150) is known color: Cactus. HEX triplet: 56, 71 and 50. RGB value is (86,113,80). Sum of RGB (Red+Green+Blue) = 86+113+80=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #567150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567150 is #A98EAF. Grayscale: #656565. Windows color (decimal): -11112112 or 5271894. OLE color: 5271894.
HSL color Cylindrical-coordinate representation of color #567150: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #567150 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 80 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.56 |
| HSL | 109.09º | 0.17% | 0.38% | - |
| HSV(B) | 109.09º | 0.29% | 0.44% | - |
| XYZ | 11.19 | 14.37 | 9.77 | - |
| YUV | 101.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 80 | 0.24 | 0 | 0.29 | 0.56 | 109.09 | 0.17 | 0.38 |
| Hex | 56 | 71 | 50 | 18 | 0 | 1D | 38 | 6D | 11 | 26 |
| Octal | 126 | 161 | 120 | 30 | 0 | 35 | 70 | 155 | 21 | 46 |
| Binary | 1010110 | 1110001 | 1010000 | 11000 | 0 | 11101 | 111000 | 1101101 | 10001 | 100110 |
Color Harmonies of #567150
Complementary color
Monochromatic Colors of #567150
Black with #567150
Text Example
Text Example
White with #567150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567150; }
p { color: rgb(86,113,80); }
H1.HeaderClassName
{
color: #567150;
}
.AnyTagClassName
{
color: #567150;
}
</style>
background-color css
<style>
a { background-color: #567150; }
a { background-color: rgb(86,113,80); }
div.DivClassName
{
background-color: #567150;
}
.BgClassName
{
background-color: #567150;
}
</style>
border-color css
<style>
span { border-color: #567150; }
span { border-color: rgb(86,113,80); }
td.TdClassName
{
border-color: #567150;
}
.TagClassName
{
border-color: #567150;
}
</style>