Shades of Xanadu #708B6B
Tints of Xanadu #708B6B
RGB
CMYK
RGB Variations
Color information
#708B6B (or 0x708B6B) is known color: Xanadu. HEX triplet: 70, 8B and 6B. RGB value is (112,139,107). Sum of RGB (Red+Green+Blue) = 112+139+107=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #708B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B6B is #8F7494. Grayscale: #7F7F7F. Windows color (decimal): -9401493 or 7048048. OLE color: 7048048.
HSL color Cylindrical-coordinate representation of color #708B6B: hue angle of 110.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #708B6B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 107 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.45 |
| HSL | 110.63º | 0.13% | 0.48% | - |
| HSV(B) | 110.63º | 0.23% | 0.55% | - |
| XYZ | 18.57 | 22.97 | 17.37 | - |
| YUV | 127.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 107 | 0.19 | 0 | 0.23 | 0.45 | 110.63 | 0.13 | 0.48 |
| Hex | 70 | 8B | 6B | 13 | 0 | 17 | 2D | 6F | D | 30 |
| Octal | 160 | 213 | 153 | 23 | 0 | 27 | 55 | 157 | 15 | 60 |
| Binary | 1110000 | 10001011 | 1101011 | 10011 | 0 | 10111 | 101101 | 1101111 | 1101 | 110000 |
Color Harmonies of #708B6B
Complementary color
Monochromatic Colors of #708B6B
Black with #708B6B
Text Example
Text Example
White with #708B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B6B; }
p { color: rgb(112,139,107); }
H1.HeaderClassName
{
color: #708B6B;
}
.AnyTagClassName
{
color: #708B6B;
}
</style>
background-color css
<style>
a { background-color: #708B6B; }
a { background-color: rgb(112,139,107); }
div.DivClassName
{
background-color: #708B6B;
}
.BgClassName
{
background-color: #708B6B;
}
</style>
border-color css
<style>
span { border-color: #708B6B; }
span { border-color: rgb(112,139,107); }
td.TdClassName
{
border-color: #708B6B;
}
.TagClassName
{
border-color: #708B6B;
}
</style>