Shades of Chateau Green #569060
Tints of Chateau Green #569060
RGB
CMYK
RGB Variations
Color information
#569060 (or 0x569060) is known color: Chateau Green. HEX triplet: 56, 90 and 60. RGB value is (86,144,96). Sum of RGB (Red+Green+Blue) = 86+144+96=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #569060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569060 is #A96F9F. Grayscale: #797979. Windows color (decimal): -11104160 or 6328406. OLE color: 6328406.
HSL color Cylindrical-coordinate representation of color #569060: hue angle of 130.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #569060 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 96 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.44 |
| HSL | 130.34º | 0.25% | 0.45% | - |
| HSV(B) | 130.34º | 0.4% | 0.56% | - |
| XYZ | 15.92 | 22.77 | 14.62 | - |
| YUV | 121.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 96 | 0.40 | 0 | 0.33 | 0.44 | 130.34 | 0.25 | 0.45 |
| Hex | 56 | 90 | 60 | 28 | 0 | 21 | 2C | 82 | 19 | 2D |
| Octal | 126 | 220 | 140 | 50 | 0 | 41 | 54 | 202 | 31 | 55 |
| Binary | 1010110 | 10010000 | 1100000 | 101000 | 0 | 100001 | 101100 | 10000010 | 11001 | 101101 |
Color Harmonies of #569060
Complementary color
Monochromatic Colors of #569060
Black with #569060
Text Example
Text Example
White with #569060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569060; }
p { color: rgb(86,144,96); }
H1.HeaderClassName
{
color: #569060;
}
.AnyTagClassName
{
color: #569060;
}
</style>
background-color css
<style>
a { background-color: #569060; }
a { background-color: rgb(86,144,96); }
div.DivClassName
{
background-color: #569060;
}
.BgClassName
{
background-color: #569060;
}
</style>
border-color css
<style>
span { border-color: #569060; }
span { border-color: rgb(86,144,96); }
td.TdClassName
{
border-color: #569060;
}
.TagClassName
{
border-color: #569060;
}
</style>