Shades of Xanadu #708E61
Tints of Xanadu #708E61
RGB
CMYK
RGB Variations
Color information
#708E61 (or 0x708E61) is known color: Xanadu. HEX triplet: 70, 8E and 61. RGB value is (112,142,97). Sum of RGB (Red+Green+Blue) = 112+142+97=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #708E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E61 is #8F719E. Grayscale: #808080. Windows color (decimal): -9400735 or 6393456. OLE color: 6393456.
HSL color Cylindrical-coordinate representation of color #708E61: hue angle of 100º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708E61 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 142 | 97 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.44 |
| HSL | 100º | 0.19% | 0.47% | - |
| HSV(B) | 100º | 0.32% | 0.56% | - |
| XYZ | 18.51 | 23.65 | 14.9 | - |
| YUV | 127.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 97 | 0.21 | 0 | 0.32 | 0.44 | 100 | 0.19 | 0.47 |
| Hex | 70 | 8E | 61 | 15 | 0 | 20 | 2C | 64 | 13 | 2F |
| Octal | 160 | 216 | 141 | 25 | 0 | 40 | 54 | 144 | 23 | 57 |
| Binary | 1110000 | 10001110 | 1100001 | 10101 | 0 | 100000 | 101100 | 1100100 | 10011 | 101111 |
Color Harmonies of #708E61
Complementary color
Monochromatic Colors of #708E61
Black with #708E61
Text Example
Text Example
White with #708E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708E61; }
p { color: rgb(112,142,97); }
H1.HeaderClassName
{
color: #708E61;
}
.AnyTagClassName
{
color: #708E61;
}
</style>
background-color css
<style>
a { background-color: #708E61; }
a { background-color: rgb(112,142,97); }
div.DivClassName
{
background-color: #708E61;
}
.BgClassName
{
background-color: #708E61;
}
</style>
border-color css
<style>
span { border-color: #708E61; }
span { border-color: rgb(112,142,97); }
td.TdClassName
{
border-color: #708E61;
}
.TagClassName
{
border-color: #708E61;
}
</style>