Shades of Cactus #567954
Tints of Cactus #567954
RGB
CMYK
RGB Variations
Color information
#567954 (or 0x567954) is known color: Cactus. HEX triplet: 56, 79 and 54. RGB value is (86,121,84). Sum of RGB (Red+Green+Blue) = 86+121+84=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #567954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567954 is #A986AB. Grayscale: #6A6A6A. Windows color (decimal): -11110060 or 5536086. OLE color: 5536086.
HSL color Cylindrical-coordinate representation of color #567954: hue angle of 116.76º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567954 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 121 | 84 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.53 |
| HSL | 116.76º | 0.18% | 0.4% | - |
| HSV(B) | 116.76º | 0.31% | 0.47% | - |
| XYZ | 12.28 | 16.29 | 10.89 | - |
| YUV | 106.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 121 | 84 | 0.29 | 0 | 0.31 | 0.53 | 116.76 | 0.18 | 0.4 |
| Hex | 56 | 79 | 54 | 1D | 0 | 1F | 35 | 75 | 12 | 28 |
| Octal | 126 | 171 | 124 | 35 | 0 | 37 | 65 | 165 | 22 | 50 |
| Binary | 1010110 | 1111001 | 1010100 | 11101 | 0 | 11111 | 110101 | 1110101 | 10010 | 101000 |
Color Harmonies of #567954
Complementary color
Monochromatic Colors of #567954
Black with #567954
Text Example
Text Example
White with #567954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567954; }
p { color: rgb(86,121,84); }
H1.HeaderClassName
{
color: #567954;
}
.AnyTagClassName
{
color: #567954;
}
</style>
background-color css
<style>
a { background-color: #567954; }
a { background-color: rgb(86,121,84); }
div.DivClassName
{
background-color: #567954;
}
.BgClassName
{
background-color: #567954;
}
</style>
border-color css
<style>
span { border-color: #567954; }
span { border-color: rgb(86,121,84); }
td.TdClassName
{
border-color: #567954;
}
.TagClassName
{
border-color: #567954;
}
</style>