Shades of Xanadu #70876C
Tints of Xanadu #70876C
RGB
CMYK
RGB Variations
Color information
#70876C (or 0x70876C) is known color: Xanadu. HEX triplet: 70, 87 and 6C. RGB value is (112,135,108). Sum of RGB (Red+Green+Blue) = 112+135+108=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #70876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70876C is #8F7893. Grayscale: #7D7D7D. Windows color (decimal): -9402516 or 7112560. OLE color: 7112560.
HSL color Cylindrical-coordinate representation of color #70876C: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70876C is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 108 | - |
| CMYK | 0.17 | 0 | 0.2 | 0.47 |
| HSL | 111.11º | 0.11% | 0.48% | - |
| HSV(B) | 111.11º | 0.2% | 0.53% | - |
| XYZ | 18.05 | 21.86 | 17.45 | - |
| YUV | 125.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 108 | 0.17 | 0 | 0.2 | 0.47 | 111.11 | 0.11 | 0.48 |
| Hex | 70 | 87 | 6C | 11 | 0 | 14 | 2F | 6F | B | 30 |
| Octal | 160 | 207 | 154 | 21 | 0 | 24 | 57 | 157 | 13 | 60 |
| Binary | 1110000 | 10000111 | 1101100 | 10001 | 0 | 10100 | 101111 | 1101111 | 1011 | 110000 |
Color Harmonies of #70876C
Complementary color
Monochromatic Colors of #70876C
Black with #70876C
Text Example
Text Example
White with #70876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70876C; }
p { color: rgb(112,135,108); }
H1.HeaderClassName
{
color: #70876C;
}
.AnyTagClassName
{
color: #70876C;
}
</style>
background-color css
<style>
a { background-color: #70876C; }
a { background-color: rgb(112,135,108); }
div.DivClassName
{
background-color: #70876C;
}
.BgClassName
{
background-color: #70876C;
}
</style>
border-color css
<style>
span { border-color: #70876C; }
span { border-color: rgb(112,135,108); }
td.TdClassName
{
border-color: #70876C;
}
.TagClassName
{
border-color: #70876C;
}
</style>