Shades of Xanadu #708B6C
Tints of Xanadu #708B6C
RGB
CMYK
RGB Variations
Color information
#708B6C (or 0x708B6C) is known color: Xanadu. HEX triplet: 70, 8B and 6C. RGB value is (112,139,108). Sum of RGB (Red+Green+Blue) = 112+139+108=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #708B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B6C is #8F7493. Grayscale: #7F7F7F. Windows color (decimal): -9401492 or 7113584. OLE color: 7113584.
HSL color Cylindrical-coordinate representation of color #708B6C: hue angle of 112.26º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708B6C is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 108 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.45 |
| HSL | 112.26º | 0.13% | 0.48% | - |
| HSV(B) | 112.26º | 0.22% | 0.55% | - |
| XYZ | 18.62 | 22.99 | 17.64 | - |
| YUV | 127.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 108 | 0.19 | 0 | 0.22 | 0.45 | 112.26 | 0.13 | 0.48 |
| Hex | 70 | 8B | 6C | 13 | 0 | 16 | 2D | 70 | D | 30 |
| Octal | 160 | 213 | 154 | 23 | 0 | 26 | 55 | 160 | 15 | 60 |
| Binary | 1110000 | 10001011 | 1101100 | 10011 | 0 | 10110 | 101101 | 1110000 | 1101 | 110000 |
Color Harmonies of #708B6C
Complementary color
Monochromatic Colors of #708B6C
Black with #708B6C
Text Example
Text Example
White with #708B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B6C; }
p { color: rgb(112,139,108); }
H1.HeaderClassName
{
color: #708B6C;
}
.AnyTagClassName
{
color: #708B6C;
}
</style>
background-color css
<style>
a { background-color: #708B6C; }
a { background-color: rgb(112,139,108); }
div.DivClassName
{
background-color: #708B6C;
}
.BgClassName
{
background-color: #708B6C;
}
</style>
border-color css
<style>
span { border-color: #708B6C; }
span { border-color: rgb(112,139,108); }
td.TdClassName
{
border-color: #708B6C;
}
.TagClassName
{
border-color: #708B6C;
}
</style>