Shades of Xanadu #718E65
Tints of Xanadu #718E65
RGB
CMYK
RGB Variations
Color information
#718E65 (or 0x718E65) is known color: Xanadu. HEX triplet: 71, 8E and 65. RGB value is (113,142,101). Sum of RGB (Red+Green+Blue) = 113+142+101=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #718E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E65 is #8E719A. Grayscale: #808080. Windows color (decimal): -9335195 or 6655601. OLE color: 6655601.
HSL color Cylindrical-coordinate representation of color #718E65: hue angle of 102.44º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718E65 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 142 | 101 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.44 |
| HSL | 102.44º | 0.17% | 0.48% | - |
| HSV(B) | 102.44º | 0.29% | 0.56% | - |
| XYZ | 18.83 | 23.8 | 15.91 | - |
| YUV | 128.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 142 | 101 | 0.20 | 0 | 0.29 | 0.44 | 102.44 | 0.17 | 0.48 |
| Hex | 71 | 8E | 65 | 14 | 0 | 1D | 2C | 66 | 11 | 30 |
| Octal | 161 | 216 | 145 | 24 | 0 | 35 | 54 | 146 | 21 | 60 |
| Binary | 1110001 | 10001110 | 1100101 | 10100 | 0 | 11101 | 101100 | 1100110 | 10001 | 110000 |
Color Harmonies of #718E65
Complementary color
Monochromatic Colors of #718E65
Black with #718E65
Text Example
Text Example
White with #718E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718E65; }
p { color: rgb(113,142,101); }
H1.HeaderClassName
{
color: #718E65;
}
.AnyTagClassName
{
color: #718E65;
}
</style>
background-color css
<style>
a { background-color: #718E65; }
a { background-color: rgb(113,142,101); }
div.DivClassName
{
background-color: #718E65;
}
.BgClassName
{
background-color: #718E65;
}
</style>
border-color css
<style>
span { border-color: #718E65; }
span { border-color: rgb(113,142,101); }
td.TdClassName
{
border-color: #718E65;
}
.TagClassName
{
border-color: #718E65;
}
</style>