Shades of Xanadu #708566
Tints of Xanadu #708566
RGB
CMYK
RGB Variations
Color information
#708566 (or 0x708566) is known color: Xanadu. HEX triplet: 70, 85 and 66. RGB value is (112,133,102). Sum of RGB (Red+Green+Blue) = 112+133+102=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #708566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708566 is #8F7A99. Grayscale: #7B7B7B. Windows color (decimal): -9403034 or 6718832. OLE color: 6718832.
HSL color Cylindrical-coordinate representation of color #708566: hue angle of 100.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708566 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 102 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.48 |
| HSL | 100.65º | 0.13% | 0.46% | - |
| HSV(B) | 100.65º | 0.23% | 0.52% | - |
| XYZ | 17.47 | 21.18 | 15.74 | - |
| YUV | 123.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 102 | 0.16 | 0 | 0.23 | 0.48 | 100.65 | 0.13 | 0.46 |
| Hex | 70 | 85 | 66 | 10 | 0 | 17 | 30 | 65 | D | 2E |
| Octal | 160 | 205 | 146 | 20 | 0 | 27 | 60 | 145 | 15 | 56 |
| Binary | 1110000 | 10000101 | 1100110 | 10000 | 0 | 10111 | 110000 | 1100101 | 1101 | 101110 |
Color Harmonies of #708566
Complementary color
Monochromatic Colors of #708566
Black with #708566
Text Example
Text Example
White with #708566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708566; }
p { color: rgb(112,133,102); }
H1.HeaderClassName
{
color: #708566;
}
.AnyTagClassName
{
color: #708566;
}
</style>
background-color css
<style>
a { background-color: #708566; }
a { background-color: rgb(112,133,102); }
div.DivClassName
{
background-color: #708566;
}
.BgClassName
{
background-color: #708566;
}
</style>
border-color css
<style>
span { border-color: #708566; }
span { border-color: rgb(112,133,102); }
td.TdClassName
{
border-color: #708566;
}
.TagClassName
{
border-color: #708566;
}
</style>