Shades of Xanadu #70816A
Tints of Xanadu #70816A
RGB
CMYK
RGB Variations
Color information
#70816A (or 0x70816A) is known color: Xanadu. HEX triplet: 70, 81 and 6A. RGB value is (112,129,106). Sum of RGB (Red+Green+Blue) = 112+129+106=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #70816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70816A is #8F7E95. Grayscale: #797979. Windows color (decimal): -9404054 or 6979952. OLE color: 6979952.
HSL color Cylindrical-coordinate representation of color #70816A: hue angle of 104.35º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70816A is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 106 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.49 |
| HSL | 104.35º | 0.1% | 0.46% | - |
| HSV(B) | 104.35º | 0.18% | 0.51% | - |
| XYZ | 17.13 | 20.19 | 16.63 | - |
| YUV | 121.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 106 | 0.13 | 0 | 0.18 | 0.49 | 104.35 | 0.1 | 0.46 |
| Hex | 70 | 81 | 6A | D | 0 | 12 | 31 | 68 | A | 2E |
| Octal | 160 | 201 | 152 | 15 | 0 | 22 | 61 | 150 | 12 | 56 |
| Binary | 1110000 | 10000001 | 1101010 | 1101 | 0 | 10010 | 110001 | 1101000 | 1010 | 101110 |
Color Harmonies of #70816A
Complementary color
Monochromatic Colors of #70816A
Black with #70816A
Text Example
Text Example
White with #70816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70816A; }
p { color: rgb(112,129,106); }
H1.HeaderClassName
{
color: #70816A;
}
.AnyTagClassName
{
color: #70816A;
}
</style>
background-color css
<style>
a { background-color: #70816A; }
a { background-color: rgb(112,129,106); }
div.DivClassName
{
background-color: #70816A;
}
.BgClassName
{
background-color: #70816A;
}
</style>
border-color css
<style>
span { border-color: #70816A; }
span { border-color: rgb(112,129,106); }
td.TdClassName
{
border-color: #70816A;
}
.TagClassName
{
border-color: #70816A;
}
</style>