Shades of Xanadu #718869
Tints of Xanadu #718869
RGB
CMYK
RGB Variations
Color information
#718869 (or 0x718869) is known color: Xanadu. HEX triplet: 71, 88 and 69. RGB value is (113,136,105). Sum of RGB (Red+Green+Blue) = 113+136+105=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #718869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718869 is #8E7796. Grayscale: #7D7D7D. Windows color (decimal): -9336727 or 6916209. OLE color: 6916209.
HSL color Cylindrical-coordinate representation of color #718869: hue angle of 104.52º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718869 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 105 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.47 |
| HSL | 104.52º | 0.13% | 0.47% | - |
| HSV(B) | 104.52º | 0.23% | 0.53% | - |
| XYZ | 18.16 | 22.14 | 16.68 | - |
| YUV | 125.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 105 | 0.17 | 0 | 0.23 | 0.47 | 104.52 | 0.13 | 0.47 |
| Hex | 71 | 88 | 69 | 11 | 0 | 17 | 2F | 69 | D | 2F |
| Octal | 161 | 210 | 151 | 21 | 0 | 27 | 57 | 151 | 15 | 57 |
| Binary | 1110001 | 10001000 | 1101001 | 10001 | 0 | 10111 | 101111 | 1101001 | 1101 | 101111 |
Color Harmonies of #718869
Complementary color
Monochromatic Colors of #718869
Black with #718869
Text Example
Text Example
White with #718869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718869; }
p { color: rgb(113,136,105); }
H1.HeaderClassName
{
color: #718869;
}
.AnyTagClassName
{
color: #718869;
}
</style>
background-color css
<style>
a { background-color: #718869; }
a { background-color: rgb(113,136,105); }
div.DivClassName
{
background-color: #718869;
}
.BgClassName
{
background-color: #718869;
}
</style>
border-color css
<style>
span { border-color: #718869; }
span { border-color: rgb(113,136,105); }
td.TdClassName
{
border-color: #718869;
}
.TagClassName
{
border-color: #718869;
}
</style>