Shades of Xanadu #709066
Tints of Xanadu #709066
RGB
CMYK
RGB Variations
Color information
#709066 (or 0x709066) is known color: Xanadu. HEX triplet: 70, 90 and 66. RGB value is (112,144,102). Sum of RGB (Red+Green+Blue) = 112+144+102=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #709066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709066 is #8F6F99. Grayscale: #818181. Windows color (decimal): -9400218 or 6721648. OLE color: 6721648.
HSL color Cylindrical-coordinate representation of color #709066: hue angle of 105.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709066 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 102 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.44 |
| HSL | 105.71º | 0.17% | 0.48% | - |
| HSV(B) | 105.71º | 0.29% | 0.56% | - |
| XYZ | 19.05 | 24.35 | 16.27 | - |
| YUV | 129.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 102 | 0.22 | 0 | 0.29 | 0.44 | 105.71 | 0.17 | 0.48 |
| Hex | 70 | 90 | 66 | 16 | 0 | 1D | 2C | 6A | 11 | 30 |
| Octal | 160 | 220 | 146 | 26 | 0 | 35 | 54 | 152 | 21 | 60 |
| Binary | 1110000 | 10010000 | 1100110 | 10110 | 0 | 11101 | 101100 | 1101010 | 10001 | 110000 |
Color Harmonies of #709066
Complementary color
Monochromatic Colors of #709066
Black with #709066
Text Example
Text Example
White with #709066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709066; }
p { color: rgb(112,144,102); }
H1.HeaderClassName
{
color: #709066;
}
.AnyTagClassName
{
color: #709066;
}
</style>
background-color css
<style>
a { background-color: #709066; }
a { background-color: rgb(112,144,102); }
div.DivClassName
{
background-color: #709066;
}
.BgClassName
{
background-color: #709066;
}
</style>
border-color css
<style>
span { border-color: #709066; }
span { border-color: rgb(112,144,102); }
td.TdClassName
{
border-color: #709066;
}
.TagClassName
{
border-color: #709066;
}
</style>