Shades of Chateau Green #569065
Tints of Chateau Green #569065
RGB
CMYK
RGB Variations
Color information
#569065 (or 0x569065) is known color: Chateau Green. HEX triplet: 56, 90 and 65. RGB value is (86,144,101). Sum of RGB (Red+Green+Blue) = 86+144+101=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #569065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569065 is #A96F9A. Grayscale: #797979. Windows color (decimal): -11104155 or 6656086. OLE color: 6656086.
HSL color Cylindrical-coordinate representation of color #569065: hue angle of 135.52º 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 #569065 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 101 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.44 |
| HSL | 135.52º | 0.25% | 0.45% | - |
| HSV(B) | 135.52º | 0.4% | 0.56% | - |
| XYZ | 16.16 | 22.86 | 15.87 | - |
| YUV | 121.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 101 | 0.40 | 0 | 0.30 | 0.44 | 135.52 | 0.25 | 0.45 |
| Hex | 56 | 90 | 65 | 28 | 0 | 1E | 2C | 88 | 19 | 2D |
| Octal | 126 | 220 | 145 | 50 | 0 | 36 | 54 | 210 | 31 | 55 |
| Binary | 1010110 | 10010000 | 1100101 | 101000 | 0 | 11110 | 101100 | 10001000 | 11001 | 101101 |
Color Harmonies of #569065
Complementary color
Monochromatic Colors of #569065
Black with #569065
Text Example
Text Example
White with #569065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569065; }
p { color: rgb(86,144,101); }
H1.HeaderClassName
{
color: #569065;
}
.AnyTagClassName
{
color: #569065;
}
</style>
background-color css
<style>
a { background-color: #569065; }
a { background-color: rgb(86,144,101); }
div.DivClassName
{
background-color: #569065;
}
.BgClassName
{
background-color: #569065;
}
</style>
border-color css
<style>
span { border-color: #569065; }
span { border-color: rgb(86,144,101); }
td.TdClassName
{
border-color: #569065;
}
.TagClassName
{
border-color: #569065;
}
</style>