Shades of Cactus #567950
Tints of Cactus #567950
RGB
CMYK
RGB Variations
Color information
#567950 (or 0x567950) is known color: Cactus. HEX triplet: 56, 79 and 50. RGB value is (86,121,80). Sum of RGB (Red+Green+Blue) = 86+121+80=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #567950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567950 is #A986AF. Grayscale: #696969. Windows color (decimal): -11110064 or 5273942. OLE color: 5273942.
HSL color Cylindrical-coordinate representation of color #567950: hue angle of 111.22º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567950 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 80 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.53 |
| HSL | 111.22º | 0.2% | 0.39% | - |
| HSV(B) | 111.22º | 0.34% | 0.47% | - |
| XYZ | 12.12 | 16.23 | 10.08 | - |
| YUV | 105.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 80 | 0.29 | 0 | 0.34 | 0.53 | 111.22 | 0.2 | 0.39 |
| Hex | 56 | 79 | 50 | 1D | 0 | 22 | 35 | 6F | 14 | 27 |
| Octal | 126 | 171 | 120 | 35 | 0 | 42 | 65 | 157 | 24 | 47 |
| Binary | 1010110 | 1111001 | 1010000 | 11101 | 0 | 100010 | 110101 | 1101111 | 10100 | 100111 |
Color Harmonies of #567950
Complementary color
Monochromatic Colors of #567950
Black with #567950
Text Example
Text Example
White with #567950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567950; }
p { color: rgb(86,121,80); }
H1.HeaderClassName
{
color: #567950;
}
.AnyTagClassName
{
color: #567950;
}
</style>
background-color css
<style>
a { background-color: #567950; }
a { background-color: rgb(86,121,80); }
div.DivClassName
{
background-color: #567950;
}
.BgClassName
{
background-color: #567950;
}
</style>
border-color css
<style>
span { border-color: #567950; }
span { border-color: rgb(86,121,80); }
td.TdClassName
{
border-color: #567950;
}
.TagClassName
{
border-color: #567950;
}
</style>