Shades of Xanadu #70876B
Tints of Xanadu #70876B
RGB
CMYK
RGB Variations
Color information
#70876B (or 0x70876B) is known color: Xanadu. HEX triplet: 70, 87 and 6B. RGB value is (112,135,107). Sum of RGB (Red+Green+Blue) = 112+135+107=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #70876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70876B is #8F7894. Grayscale: #7D7D7D. Windows color (decimal): -9402517 or 7047024. OLE color: 7047024.
HSL color Cylindrical-coordinate representation of color #70876B: hue angle of 109.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70876B is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 107 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.47 |
| HSL | 109.29º | 0.12% | 0.47% | - |
| HSV(B) | 109.29º | 0.21% | 0.53% | - |
| XYZ | 18 | 21.83 | 17.18 | - |
| YUV | 124.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 107 | 0.17 | 0 | 0.21 | 0.47 | 109.29 | 0.12 | 0.47 |
| Hex | 70 | 87 | 6B | 11 | 0 | 15 | 2F | 6D | C | 2F |
| Octal | 160 | 207 | 153 | 21 | 0 | 25 | 57 | 155 | 14 | 57 |
| Binary | 1110000 | 10000111 | 1101011 | 10001 | 0 | 10101 | 101111 | 1101101 | 1100 | 101111 |
Color Harmonies of #70876B
Complementary color
Monochromatic Colors of #70876B
Black with #70876B
Text Example
Text Example
White with #70876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70876B; }
p { color: rgb(112,135,107); }
H1.HeaderClassName
{
color: #70876B;
}
.AnyTagClassName
{
color: #70876B;
}
</style>
background-color css
<style>
a { background-color: #70876B; }
a { background-color: rgb(112,135,107); }
div.DivClassName
{
background-color: #70876B;
}
.BgClassName
{
background-color: #70876B;
}
</style>
border-color css
<style>
span { border-color: #70876B; }
span { border-color: rgb(112,135,107); }
td.TdClassName
{
border-color: #70876B;
}
.TagClassName
{
border-color: #70876B;
}
</style>