Shades of Xanadu #708B68
Tints of Xanadu #708B68
RGB
CMYK
RGB Variations
Color information
#708B68 (or 0x708B68) is known color: Xanadu. HEX triplet: 70, 8B and 68. RGB value is (112,139,104). Sum of RGB (Red+Green+Blue) = 112+139+104=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #708B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B68 is #8F7497. Grayscale: #7F7F7F. Windows color (decimal): -9401496 or 6851440. OLE color: 6851440.
HSL color Cylindrical-coordinate representation of color #708B68: hue angle of 106.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708B68 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 104 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.45 |
| HSL | 106.29º | 0.14% | 0.48% | - |
| HSV(B) | 106.29º | 0.25% | 0.55% | - |
| XYZ | 18.41 | 22.91 | 16.55 | - |
| YUV | 126.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 104 | 0.19 | 0 | 0.25 | 0.45 | 106.29 | 0.14 | 0.48 |
| Hex | 70 | 8B | 68 | 13 | 0 | 19 | 2D | 6A | E | 30 |
| Octal | 160 | 213 | 150 | 23 | 0 | 31 | 55 | 152 | 16 | 60 |
| Binary | 1110000 | 10001011 | 1101000 | 10011 | 0 | 11001 | 101101 | 1101010 | 1110 | 110000 |
Color Harmonies of #708B68
Complementary color
Monochromatic Colors of #708B68
Black with #708B68
Text Example
Text Example
White with #708B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B68; }
p { color: rgb(112,139,104); }
H1.HeaderClassName
{
color: #708B68;
}
.AnyTagClassName
{
color: #708B68;
}
</style>
background-color css
<style>
a { background-color: #708B68; }
a { background-color: rgb(112,139,104); }
div.DivClassName
{
background-color: #708B68;
}
.BgClassName
{
background-color: #708B68;
}
</style>
border-color css
<style>
span { border-color: #708B68; }
span { border-color: rgb(112,139,104); }
td.TdClassName
{
border-color: #708B68;
}
.TagClassName
{
border-color: #708B68;
}
</style>