Shades of Cactus #566F4E
Tints of Cactus #566F4E
RGB
CMYK
RGB Variations
Color information
#566F4E (or 0x566F4E) is known color: Cactus. HEX triplet: 56, 6F and 4E. RGB value is (86,111,78). Sum of RGB (Red+Green+Blue) = 86+111+78=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #566F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F4E is #A990B1. Grayscale: #636363. Windows color (decimal): -11112626 or 5140310. OLE color: 5140310.
HSL color Cylindrical-coordinate representation of color #566F4E: hue angle of 105.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #566F4E is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 78 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.56 |
| HSL | 105.45º | 0.17% | 0.37% | - |
| HSV(B) | 105.45º | 0.3% | 0.44% | - |
| XYZ | 10.9 | 13.9 | 9.32 | - |
| YUV | 99.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 78 | 0.23 | 0 | 0.30 | 0.56 | 105.45 | 0.17 | 0.37 |
| Hex | 56 | 6F | 4E | 17 | 0 | 1E | 38 | 69 | 11 | 25 |
| Octal | 126 | 157 | 116 | 27 | 0 | 36 | 70 | 151 | 21 | 45 |
| Binary | 1010110 | 1101111 | 1001110 | 10111 | 0 | 11110 | 111000 | 1101001 | 10001 | 100101 |
Color Harmonies of #566F4E
Complementary color
Monochromatic Colors of #566F4E
Black with #566F4E
Text Example
Text Example
White with #566F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F4E; }
p { color: rgb(86,111,78); }
H1.HeaderClassName
{
color: #566F4E;
}
.AnyTagClassName
{
color: #566F4E;
}
</style>
background-color css
<style>
a { background-color: #566F4E; }
a { background-color: rgb(86,111,78); }
div.DivClassName
{
background-color: #566F4E;
}
.BgClassName
{
background-color: #566F4E;
}
</style>
border-color css
<style>
span { border-color: #566F4E; }
span { border-color: rgb(86,111,78); }
td.TdClassName
{
border-color: #566F4E;
}
.TagClassName
{
border-color: #566F4E;
}
</style>