Shades of Xanadu #708169
Tints of Xanadu #708169
RGB
CMYK
RGB Variations
Color information
#708169 (or 0x708169) is known color: Xanadu. HEX triplet: 70, 81 and 69. RGB value is (112,129,105). Sum of RGB (Red+Green+Blue) = 112+129+105=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #708169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708169 is #8F7E96. Grayscale: #797979. Windows color (decimal): -9404055 or 6914416. OLE color: 6914416.
HSL color Cylindrical-coordinate representation of color #708169: hue angle of 102.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708169 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 105 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.49 |
| HSL | 102.5º | 0.1% | 0.46% | - |
| HSV(B) | 102.5º | 0.19% | 0.51% | - |
| XYZ | 17.08 | 20.17 | 16.36 | - |
| YUV | 121.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 105 | 0.13 | 0 | 0.19 | 0.49 | 102.5 | 0.1 | 0.46 |
| Hex | 70 | 81 | 69 | D | 0 | 13 | 31 | 66 | A | 2E |
| Octal | 160 | 201 | 151 | 15 | 0 | 23 | 61 | 146 | 12 | 56 |
| Binary | 1110000 | 10000001 | 1101001 | 1101 | 0 | 10011 | 110001 | 1100110 | 1010 | 101110 |
Color Harmonies of #708169
Complementary color
Monochromatic Colors of #708169
Black with #708169
Text Example
Text Example
White with #708169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708169; }
p { color: rgb(112,129,105); }
H1.HeaderClassName
{
color: #708169;
}
.AnyTagClassName
{
color: #708169;
}
</style>
background-color css
<style>
a { background-color: #708169; }
a { background-color: rgb(112,129,105); }
div.DivClassName
{
background-color: #708169;
}
.BgClassName
{
background-color: #708169;
}
</style>
border-color css
<style>
span { border-color: #708169; }
span { border-color: rgb(112,129,105); }
td.TdClassName
{
border-color: #708169;
}
.TagClassName
{
border-color: #708169;
}
</style>