Shades of Xanadu #718865
Tints of Xanadu #718865
RGB
CMYK
RGB Variations
Color information
#718865 (or 0x718865) is known color: Xanadu. HEX triplet: 71, 88 and 65. RGB value is (113,136,101). Sum of RGB (Red+Green+Blue) = 113+136+101=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #718865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718865 is #8E779A. Grayscale: #7D7D7D. Windows color (decimal): -9336731 or 6654065. OLE color: 6654065.
HSL color Cylindrical-coordinate representation of color #718865: hue angle of 99.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718865 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 101 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.47 |
| HSL | 99.43º | 0.15% | 0.46% | - |
| HSV(B) | 99.43º | 0.26% | 0.53% | - |
| XYZ | 17.96 | 22.06 | 15.62 | - |
| YUV | 125.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 101 | 0.17 | 0 | 0.26 | 0.47 | 99.43 | 0.15 | 0.46 |
| Hex | 71 | 88 | 65 | 11 | 0 | 1A | 2F | 63 | F | 2E |
| Octal | 161 | 210 | 145 | 21 | 0 | 32 | 57 | 143 | 17 | 56 |
| Binary | 1110001 | 10001000 | 1100101 | 10001 | 0 | 11010 | 101111 | 1100011 | 1111 | 101110 |
Color Harmonies of #718865
Complementary color
Monochromatic Colors of #718865
Black with #718865
Text Example
Text Example
White with #718865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718865; }
p { color: rgb(113,136,101); }
H1.HeaderClassName
{
color: #718865;
}
.AnyTagClassName
{
color: #718865;
}
</style>
background-color css
<style>
a { background-color: #718865; }
a { background-color: rgb(113,136,101); }
div.DivClassName
{
background-color: #718865;
}
.BgClassName
{
background-color: #718865;
}
</style>
border-color css
<style>
span { border-color: #718865; }
span { border-color: rgb(113,136,101); }
td.TdClassName
{
border-color: #718865;
}
.TagClassName
{
border-color: #718865;
}
</style>