Shades of Xanadu #709566
Tints of Xanadu #709566
RGB
CMYK
RGB Variations
Color information
#709566 (or 0x709566) is known color: Xanadu. HEX triplet: 70, 95 and 66. RGB value is (112,149,102). Sum of RGB (Red+Green+Blue) = 112+149+102=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #709566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709566 is #8F6A99. Grayscale: #848484. Windows color (decimal): -9398938 or 6722928. OLE color: 6722928.
HSL color Cylindrical-coordinate representation of color #709566: hue angle of 107.23º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #709566 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 102 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.42 |
| HSL | 107.23º | 0.19% | 0.49% | - |
| HSV(B) | 107.23º | 0.32% | 0.58% | - |
| XYZ | 19.83 | 25.9 | 16.52 | - |
| YUV | 132.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 102 | 0.25 | 0 | 0.32 | 0.42 | 107.23 | 0.19 | 0.49 |
| Hex | 70 | 95 | 66 | 19 | 0 | 20 | 2A | 6B | 13 | 31 |
| Octal | 160 | 225 | 146 | 31 | 0 | 40 | 52 | 153 | 23 | 61 |
| Binary | 1110000 | 10010101 | 1100110 | 11001 | 0 | 100000 | 101010 | 1101011 | 10011 | 110001 |
Color Harmonies of #709566
Complementary color
Monochromatic Colors of #709566
Black with #709566
Text Example
Text Example
White with #709566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709566; }
p { color: rgb(112,149,102); }
H1.HeaderClassName
{
color: #709566;
}
.AnyTagClassName
{
color: #709566;
}
</style>
background-color css
<style>
a { background-color: #709566; }
a { background-color: rgb(112,149,102); }
div.DivClassName
{
background-color: #709566;
}
.BgClassName
{
background-color: #709566;
}
</style>
border-color css
<style>
span { border-color: #709566; }
span { border-color: rgb(112,149,102); }
td.TdClassName
{
border-color: #709566;
}
.TagClassName
{
border-color: #709566;
}
</style>