Shades of Xanadu #708F61
Tints of Xanadu #708F61
RGB
CMYK
RGB Variations
Color information
#708F61 (or 0x708F61) is known color: Xanadu. HEX triplet: 70, 8F and 61. RGB value is (112,143,97). Sum of RGB (Red+Green+Blue) = 112+143+97=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #708F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F61 is #8F709E. Grayscale: #808080. Windows color (decimal): -9400479 or 6393712. OLE color: 6393712.
HSL color Cylindrical-coordinate representation of color #708F61: hue angle of 100.43º 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 #708F61 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 143 | 97 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.44 |
| HSL | 100.43º | 0.19% | 0.47% | - |
| HSV(B) | 100.43º | 0.32% | 0.56% | - |
| XYZ | 18.66 | 23.95 | 14.95 | - |
| YUV | 128.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 97 | 0.22 | 0 | 0.32 | 0.44 | 100.43 | 0.19 | 0.47 |
| Hex | 70 | 8F | 61 | 16 | 0 | 20 | 2C | 64 | 13 | 2F |
| Octal | 160 | 217 | 141 | 26 | 0 | 40 | 54 | 144 | 23 | 57 |
| Binary | 1110000 | 10001111 | 1100001 | 10110 | 0 | 100000 | 101100 | 1100100 | 10011 | 101111 |
Color Harmonies of #708F61
Complementary color
Monochromatic Colors of #708F61
Black with #708F61
Text Example
Text Example
White with #708F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708F61; }
p { color: rgb(112,143,97); }
H1.HeaderClassName
{
color: #708F61;
}
.AnyTagClassName
{
color: #708F61;
}
</style>
background-color css
<style>
a { background-color: #708F61; }
a { background-color: rgb(112,143,97); }
div.DivClassName
{
background-color: #708F61;
}
.BgClassName
{
background-color: #708F61;
}
</style>
border-color css
<style>
span { border-color: #708F61; }
span { border-color: rgb(112,143,97); }
td.TdClassName
{
border-color: #708F61;
}
.TagClassName
{
border-color: #708F61;
}
</style>