Shades of Xanadu #708666
Tints of Xanadu #708666
RGB
CMYK
RGB Variations
Color information
#708666 (or 0x708666) is known color: Xanadu. HEX triplet: 70, 86 and 66. RGB value is (112,134,102). Sum of RGB (Red+Green+Blue) = 112+134+102=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #708666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708666 is #8F7999. Grayscale: #7B7B7B. Windows color (decimal): -9402778 or 6719088. OLE color: 6719088.
HSL color Cylindrical-coordinate representation of color #708666: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708666 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 102 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.47 |
| HSL | 101.25º | 0.14% | 0.46% | - |
| HSV(B) | 101.25º | 0.24% | 0.53% | - |
| XYZ | 17.61 | 21.45 | 15.78 | - |
| YUV | 123.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 102 | 0.16 | 0 | 0.24 | 0.47 | 101.25 | 0.14 | 0.46 |
| Hex | 70 | 86 | 66 | 10 | 0 | 18 | 2F | 65 | E | 2E |
| Octal | 160 | 206 | 146 | 20 | 0 | 30 | 57 | 145 | 16 | 56 |
| Binary | 1110000 | 10000110 | 1100110 | 10000 | 0 | 11000 | 101111 | 1100101 | 1110 | 101110 |
Color Harmonies of #708666
Complementary color
Monochromatic Colors of #708666
Black with #708666
Text Example
Text Example
White with #708666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708666; }
p { color: rgb(112,134,102); }
H1.HeaderClassName
{
color: #708666;
}
.AnyTagClassName
{
color: #708666;
}
</style>
background-color css
<style>
a { background-color: #708666; }
a { background-color: rgb(112,134,102); }
div.DivClassName
{
background-color: #708666;
}
.BgClassName
{
background-color: #708666;
}
</style>
border-color css
<style>
span { border-color: #708666; }
span { border-color: rgb(112,134,102); }
td.TdClassName
{
border-color: #708666;
}
.TagClassName
{
border-color: #708666;
}
</style>