Shades of Xanadu #70896B
Tints of Xanadu #70896B
RGB
CMYK
RGB Variations
Color information
#70896B (or 0x70896B) is known color: Xanadu. HEX triplet: 70, 89 and 6B. RGB value is (112,137,107). Sum of RGB (Red+Green+Blue) = 112+137+107=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #70896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70896B is #8F7694. Grayscale: #7E7E7E. Windows color (decimal): -9402005 or 7047536. OLE color: 7047536.
HSL color Cylindrical-coordinate representation of color #70896B: hue angle of 110º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70896B is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 137 | 107 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.46 |
| HSL | 110º | 0.12% | 0.48% | - |
| HSV(B) | 110º | 0.22% | 0.54% | - |
| XYZ | 18.28 | 22.4 | 17.27 | - |
| YUV | 126.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 137 | 107 | 0.18 | 0 | 0.22 | 0.46 | 110 | 0.12 | 0.48 |
| Hex | 70 | 89 | 6B | 12 | 0 | 16 | 2E | 6E | C | 30 |
| Octal | 160 | 211 | 153 | 22 | 0 | 26 | 56 | 156 | 14 | 60 |
| Binary | 1110000 | 10001001 | 1101011 | 10010 | 0 | 10110 | 101110 | 1101110 | 1100 | 110000 |
Color Harmonies of #70896B
Complementary color
Monochromatic Colors of #70896B
Black with #70896B
Text Example
Text Example
White with #70896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70896B; }
p { color: rgb(112,137,107); }
H1.HeaderClassName
{
color: #70896B;
}
.AnyTagClassName
{
color: #70896B;
}
</style>
background-color css
<style>
a { background-color: #70896B; }
a { background-color: rgb(112,137,107); }
div.DivClassName
{
background-color: #70896B;
}
.BgClassName
{
background-color: #70896B;
}
</style>
border-color css
<style>
span { border-color: #70896B; }
span { border-color: rgb(112,137,107); }
td.TdClassName
{
border-color: #70896B;
}
.TagClassName
{
border-color: #70896B;
}
</style>