Shades of Xanadu #70866C
Tints of Xanadu #70866C
RGB
CMYK
RGB Variations
Color information
#70866C (or 0x70866C) is known color: Xanadu. HEX triplet: 70, 86 and 6C. RGB value is (112,134,108). Sum of RGB (Red+Green+Blue) = 112+134+108=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 134 - color contains mainly: green. Hex color #70866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70866C is #8F7993. Grayscale: #7C7C7C. Windows color (decimal): -9402772 or 7112304. OLE color: 7112304.
HSL color Cylindrical-coordinate representation of color #70866C: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70866C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 108 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.47 |
| HSL | 110.77º | 0.11% | 0.47% | - |
| HSV(B) | 110.77º | 0.19% | 0.53% | - |
| XYZ | 17.91 | 21.58 | 17.41 | - |
| YUV | 124.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 108 | 0.16 | 0 | 0.19 | 0.47 | 110.77 | 0.11 | 0.47 |
| Hex | 70 | 86 | 6C | 10 | 0 | 13 | 2F | 6F | B | 2F |
| Octal | 160 | 206 | 154 | 20 | 0 | 23 | 57 | 157 | 13 | 57 |
| Binary | 1110000 | 10000110 | 1101100 | 10000 | 0 | 10011 | 101111 | 1101111 | 1011 | 101111 |
Color Harmonies of #70866C
Complementary color
Monochromatic Colors of #70866C
Black with #70866C
Text Example
Text Example
White with #70866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70866C; }
p { color: rgb(112,134,108); }
H1.HeaderClassName
{
color: #70866C;
}
.AnyTagClassName
{
color: #70866C;
}
</style>
background-color css
<style>
a { background-color: #70866C; }
a { background-color: rgb(112,134,108); }
div.DivClassName
{
background-color: #70866C;
}
.BgClassName
{
background-color: #70866C;
}
</style>
border-color css
<style>
span { border-color: #70866C; }
span { border-color: rgb(112,134,108); }
td.TdClassName
{
border-color: #70866C;
}
.TagClassName
{
border-color: #70866C;
}
</style>