Shades of Xanadu #70826C
Tints of Xanadu #70826C
RGB
CMYK
RGB Variations
Color information
#70826C (or 0x70826C) is known color: Xanadu. HEX triplet: 70, 82 and 6C. RGB value is (112,130,108). Sum of RGB (Red+Green+Blue) = 112+130+108=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #70826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70826C is #8F7D93. Grayscale: #7A7A7A. Windows color (decimal): -9403796 or 7111280. OLE color: 7111280.
HSL color Cylindrical-coordinate representation of color #70826C: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70826C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 108 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.49 |
| HSL | 109.09º | 0.09% | 0.47% | - |
| HSV(B) | 109.09º | 0.17% | 0.51% | - |
| XYZ | 17.37 | 20.49 | 17.23 | - |
| YUV | 122.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 108 | 0.14 | 0 | 0.17 | 0.49 | 109.09 | 0.09 | 0.47 |
| Hex | 70 | 82 | 6C | E | 0 | 11 | 31 | 6D | 9 | 2F |
| Octal | 160 | 202 | 154 | 16 | 0 | 21 | 61 | 155 | 11 | 57 |
| Binary | 1110000 | 10000010 | 1101100 | 1110 | 0 | 10001 | 110001 | 1101101 | 1001 | 101111 |
Color Harmonies of #70826C
Complementary color
Monochromatic Colors of #70826C
Black with #70826C
Text Example
Text Example
White with #70826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70826C; }
p { color: rgb(112,130,108); }
H1.HeaderClassName
{
color: #70826C;
}
.AnyTagClassName
{
color: #70826C;
}
</style>
background-color css
<style>
a { background-color: #70826C; }
a { background-color: rgb(112,130,108); }
div.DivClassName
{
background-color: #70826C;
}
.BgClassName
{
background-color: #70826C;
}
</style>
border-color css
<style>
span { border-color: #70826C; }
span { border-color: rgb(112,130,108); }
td.TdClassName
{
border-color: #70826C;
}
.TagClassName
{
border-color: #70826C;
}
</style>