Shades of Xanadu #708C65
Tints of Xanadu #708C65
RGB
CMYK
RGB Variations
Color information
#708C65 (or 0x708C65) is known color: Xanadu. HEX triplet: 70, 8C and 65. RGB value is (112,140,101). Sum of RGB (Red+Green+Blue) = 112+140+101=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #708C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C65 is #8F739A. Grayscale: #7F7F7F. Windows color (decimal): -9401243 or 6655088. OLE color: 6655088.
HSL color Cylindrical-coordinate representation of color #708C65: hue angle of 103.08º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #708C65 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 101 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.45 |
| HSL | 103.08º | 0.16% | 0.47% | - |
| HSV(B) | 103.08º | 0.28% | 0.55% | - |
| XYZ | 18.41 | 23.14 | 15.81 | - |
| YUV | 127.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 101 | 0.20 | 0 | 0.28 | 0.45 | 103.08 | 0.16 | 0.47 |
| Hex | 70 | 8C | 65 | 14 | 0 | 1C | 2D | 67 | 10 | 2F |
| Octal | 160 | 214 | 145 | 24 | 0 | 34 | 55 | 147 | 20 | 57 |
| Binary | 1110000 | 10001100 | 1100101 | 10100 | 0 | 11100 | 101101 | 1100111 | 10000 | 101111 |
Color Harmonies of #708C65
Complementary color
Monochromatic Colors of #708C65
Black with #708C65
Text Example
Text Example
White with #708C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C65; }
p { color: rgb(112,140,101); }
H1.HeaderClassName
{
color: #708C65;
}
.AnyTagClassName
{
color: #708C65;
}
</style>
background-color css
<style>
a { background-color: #708C65; }
a { background-color: rgb(112,140,101); }
div.DivClassName
{
background-color: #708C65;
}
.BgClassName
{
background-color: #708C65;
}
</style>
border-color css
<style>
span { border-color: #708C65; }
span { border-color: rgb(112,140,101); }
td.TdClassName
{
border-color: #708C65;
}
.TagClassName
{
border-color: #708C65;
}
</style>