Shades of Xanadu #718E68
Tints of Xanadu #718E68
RGB
CMYK
RGB Variations
Color information
#718E68 (or 0x718E68) is known color: Xanadu. HEX triplet: 71, 8E and 68. RGB value is (113,142,104). Sum of RGB (Red+Green+Blue) = 113+142+104=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #718E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E68 is #8E7197. Grayscale: #818181. Windows color (decimal): -9335192 or 6852209. OLE color: 6852209.
HSL color Cylindrical-coordinate representation of color #718E68: hue angle of 105.79º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #718E68 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 104 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.44 |
| HSL | 105.79º | 0.15% | 0.48% | - |
| HSV(B) | 105.79º | 0.27% | 0.56% | - |
| XYZ | 18.98 | 23.86 | 16.7 | - |
| YUV | 129 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 104 | 0.20 | 0 | 0.27 | 0.44 | 105.79 | 0.15 | 0.48 |
| Hex | 71 | 8E | 68 | 14 | 0 | 1B | 2C | 6A | F | 30 |
| Octal | 161 | 216 | 150 | 24 | 0 | 33 | 54 | 152 | 17 | 60 |
| Binary | 1110001 | 10001110 | 1101000 | 10100 | 0 | 11011 | 101100 | 1101010 | 1111 | 110000 |
Color Harmonies of #718E68
Complementary color
Monochromatic Colors of #718E68
Black with #718E68
Text Example
Text Example
White with #718E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E68; }
p { color: rgb(113,142,104); }
H1.HeaderClassName
{
color: #718E68;
}
.AnyTagClassName
{
color: #718E68;
}
</style>
background-color css
<style>
a { background-color: #718E68; }
a { background-color: rgb(113,142,104); }
div.DivClassName
{
background-color: #718E68;
}
.BgClassName
{
background-color: #718E68;
}
</style>
border-color css
<style>
span { border-color: #718E68; }
span { border-color: rgb(113,142,104); }
td.TdClassName
{
border-color: #718E68;
}
.TagClassName
{
border-color: #718E68;
}
</style>