Shades of Xanadu #708A69
Tints of Xanadu #708A69
RGB
CMYK
RGB Variations
Color information
#708A69 (or 0x708A69) is known color: Xanadu. HEX triplet: 70, 8A and 69. RGB value is (112,138,105). Sum of RGB (Red+Green+Blue) = 112+138+105=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #708A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A69 is #8F7596. Grayscale: #7E7E7E. Windows color (decimal): -9401751 or 6916720. OLE color: 6916720.
HSL color Cylindrical-coordinate representation of color #708A69: hue angle of 107.27º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708A69 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 105 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.46 |
| HSL | 107.27º | 0.14% | 0.48% | - |
| HSV(B) | 107.27º | 0.24% | 0.54% | - |
| XYZ | 18.32 | 22.64 | 16.77 | - |
| YUV | 126.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 105 | 0.19 | 0 | 0.24 | 0.46 | 107.27 | 0.14 | 0.48 |
| Hex | 70 | 8A | 69 | 13 | 0 | 18 | 2E | 6B | E | 30 |
| Octal | 160 | 212 | 151 | 23 | 0 | 30 | 56 | 153 | 16 | 60 |
| Binary | 1110000 | 10001010 | 1101001 | 10011 | 0 | 11000 | 101110 | 1101011 | 1110 | 110000 |
Color Harmonies of #708A69
Complementary color
Monochromatic Colors of #708A69
Black with #708A69
Text Example
Text Example
White with #708A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A69; }
p { color: rgb(112,138,105); }
H1.HeaderClassName
{
color: #708A69;
}
.AnyTagClassName
{
color: #708A69;
}
</style>
background-color css
<style>
a { background-color: #708A69; }
a { background-color: rgb(112,138,105); }
div.DivClassName
{
background-color: #708A69;
}
.BgClassName
{
background-color: #708A69;
}
</style>
border-color css
<style>
span { border-color: #708A69; }
span { border-color: rgb(112,138,105); }
td.TdClassName
{
border-color: #708A69;
}
.TagClassName
{
border-color: #708A69;
}
</style>