Shades of Xanadu #718068
Tints of Xanadu #718068
RGB
CMYK
RGB Variations
Color information
#718068 (or 0x718068) is known color: Xanadu. HEX triplet: 71, 80 and 68. RGB value is (113,128,104). Sum of RGB (Red+Green+Blue) = 113+128+104=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #718068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718068 is #8E7F97. Grayscale: #787878. Windows color (decimal): -9338776 or 6848625. OLE color: 6848625.
HSL color Cylindrical-coordinate representation of color #718068: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718068 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 128 | 104 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.50 |
| HSL | 97.5º | 0.1% | 0.45% | - |
| HSV(B) | 97.5º | 0.19% | 0.5% | - |
| XYZ | 17.03 | 19.95 | 16.05 | - |
| YUV | 120.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 104 | 0.12 | 0 | 0.19 | 0.50 | 97.5 | 0.1 | 0.45 |
| Hex | 71 | 80 | 68 | C | 0 | 13 | 32 | 62 | A | 2D |
| Octal | 161 | 200 | 150 | 14 | 0 | 23 | 62 | 142 | 12 | 55 |
| Binary | 1110001 | 10000000 | 1101000 | 1100 | 0 | 10011 | 110010 | 1100010 | 1010 | 101101 |
Color Harmonies of #718068
Complementary color
Monochromatic Colors of #718068
Black with #718068
Text Example
Text Example
White with #718068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718068; }
p { color: rgb(113,128,104); }
H1.HeaderClassName
{
color: #718068;
}
.AnyTagClassName
{
color: #718068;
}
</style>
background-color css
<style>
a { background-color: #718068; }
a { background-color: rgb(113,128,104); }
div.DivClassName
{
background-color: #718068;
}
.BgClassName
{
background-color: #718068;
}
</style>
border-color css
<style>
span { border-color: #718068; }
span { border-color: rgb(113,128,104); }
td.TdClassName
{
border-color: #718068;
}
.TagClassName
{
border-color: #718068;
}
</style>