Shades of Xanadu #708C64
Tints of Xanadu #708C64
RGB
CMYK
RGB Variations
Color information
#708C64 (or 0x708C64) is known color: Xanadu. HEX triplet: 70, 8C and 64. RGB value is (112,140,100). Sum of RGB (Red+Green+Blue) = 112+140+100=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #708C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C64 is #8F739B. Grayscale: #7F7F7F. Windows color (decimal): -9401244 or 6589552. OLE color: 6589552.
HSL color Cylindrical-coordinate representation of color #708C64: hue angle of 102º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708C64 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 140 | 100 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.45 |
| HSL | 102º | 0.17% | 0.47% | - |
| HSV(B) | 102º | 0.29% | 0.55% | - |
| XYZ | 18.36 | 23.12 | 15.55 | - |
| YUV | 127.07 | 112.72 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 100 | 0.20 | 0 | 0.29 | 0.45 | 102 | 0.17 | 0.47 |
| Hex | 70 | 8C | 64 | 14 | 0 | 1D | 2D | 66 | 11 | 2F |
| Octal | 160 | 214 | 144 | 24 | 0 | 35 | 55 | 146 | 21 | 57 |
| Binary | 1110000 | 10001100 | 1100100 | 10100 | 0 | 11101 | 101101 | 1100110 | 10001 | 101111 |
Color Harmonies of #708C64
Complementary color
Monochromatic Colors of #708C64
Black with #708C64
Text Example
Text Example
White with #708C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708C64; }
p { color: rgb(112,140,100); }
H1.HeaderClassName
{
color: #708C64;
}
.AnyTagClassName
{
color: #708C64;
}
</style>
background-color css
<style>
a { background-color: #708C64; }
a { background-color: rgb(112,140,100); }
div.DivClassName
{
background-color: #708C64;
}
.BgClassName
{
background-color: #708C64;
}
</style>
border-color css
<style>
span { border-color: #708C64; }
span { border-color: rgb(112,140,100); }
td.TdClassName
{
border-color: #708C64;
}
.TagClassName
{
border-color: #708C64;
}
</style>