Shades of Xanadu #718069
Tints of Xanadu #718069
RGB
CMYK
RGB Variations
Color information
#718069 (or 0x718069) is known color: Xanadu. HEX triplet: 71, 80 and 69. RGB value is (113,128,105). Sum of RGB (Red+Green+Blue) = 113+128+105=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #718069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718069 is #8E7F96. Grayscale: #787878. Windows color (decimal): -9338775 or 6914161. OLE color: 6914161.
HSL color Cylindrical-coordinate representation of color #718069: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718069 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 105 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.50 |
| HSL | 99.13º | 0.1% | 0.46% | - |
| HSV(B) | 99.13º | 0.18% | 0.5% | - |
| XYZ | 17.08 | 19.97 | 16.32 | - |
| YUV | 120.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 105 | 0.12 | 0 | 0.18 | 0.50 | 99.13 | 0.1 | 0.46 |
| Hex | 71 | 80 | 69 | C | 0 | 12 | 32 | 63 | A | 2E |
| Octal | 161 | 200 | 151 | 14 | 0 | 22 | 62 | 143 | 12 | 56 |
| Binary | 1110001 | 10000000 | 1101001 | 1100 | 0 | 10010 | 110010 | 1100011 | 1010 | 101110 |
Color Harmonies of #718069
Complementary color
Monochromatic Colors of #718069
Black with #718069
Text Example
Text Example
White with #718069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718069; }
p { color: rgb(113,128,105); }
H1.HeaderClassName
{
color: #718069;
}
.AnyTagClassName
{
color: #718069;
}
</style>
background-color css
<style>
a { background-color: #718069; }
a { background-color: rgb(113,128,105); }
div.DivClassName
{
background-color: #718069;
}
.BgClassName
{
background-color: #718069;
}
</style>
border-color css
<style>
span { border-color: #718069; }
span { border-color: rgb(113,128,105); }
td.TdClassName
{
border-color: #718069;
}
.TagClassName
{
border-color: #718069;
}
</style>