Shades of Xanadu #718D63
Tints of Xanadu #718D63
RGB
CMYK
RGB Variations
Color information
#718D63 (or 0x718D63) is known color: Xanadu. HEX triplet: 71, 8D and 63. RGB value is (113,141,99). Sum of RGB (Red+Green+Blue) = 113+141+99=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #718D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D63 is #8E729C. Grayscale: #7F7F7F. Windows color (decimal): -9335453 or 6524273. OLE color: 6524273.
HSL color Cylindrical-coordinate representation of color #718D63: hue angle of 100º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #718D63 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 99 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.45 |
| HSL | 100º | 0.18% | 0.47% | - |
| HSV(B) | 100º | 0.3% | 0.55% | - |
| XYZ | 18.59 | 23.46 | 15.35 | - |
| YUV | 127.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 99 | 0.20 | 0 | 0.30 | 0.45 | 100 | 0.18 | 0.47 |
| Hex | 71 | 8D | 63 | 14 | 0 | 1E | 2D | 64 | 12 | 2F |
| Octal | 161 | 215 | 143 | 24 | 0 | 36 | 55 | 144 | 22 | 57 |
| Binary | 1110001 | 10001101 | 1100011 | 10100 | 0 | 11110 | 101101 | 1100100 | 10010 | 101111 |
Color Harmonies of #718D63
Complementary color
Monochromatic Colors of #718D63
Black with #718D63
Text Example
Text Example
White with #718D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D63; }
p { color: rgb(113,141,99); }
H1.HeaderClassName
{
color: #718D63;
}
.AnyTagClassName
{
color: #718D63;
}
</style>
background-color css
<style>
a { background-color: #718D63; }
a { background-color: rgb(113,141,99); }
div.DivClassName
{
background-color: #718D63;
}
.BgClassName
{
background-color: #718D63;
}
</style>
border-color css
<style>
span { border-color: #718D63; }
span { border-color: rgb(113,141,99); }
td.TdClassName
{
border-color: #718D63;
}
.TagClassName
{
border-color: #718D63;
}
</style>