Shades of Xanadu #718C62
Tints of Xanadu #718C62
RGB
CMYK
RGB Variations
Color information
#718C62 (or 0x718C62) is known color: Xanadu. HEX triplet: 71, 8C and 62. RGB value is (113,140,98). Sum of RGB (Red+Green+Blue) = 113+140+98=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 140 - color contains mainly: green. Hex color #718C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C62 is #8E739D. Grayscale: #7F7F7F. Windows color (decimal): -9335710 or 6458481. OLE color: 6458481.
HSL color Cylindrical-coordinate representation of color #718C62: hue angle of 98.57º degrees, saturation: 0.18, 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 #718C62 is Cyan = 0.19, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 140 | 98 | - |
| CMYK | 0.19 | 0 | 0.3 | 0.45 |
| HSL | 98.57º | 0.18% | 0.47% | - |
| HSV(B) | 98.57º | 0.3% | 0.55% | - |
| XYZ | 18.39 | 23.15 | 15.05 | - |
| YUV | 127.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 98 | 0.19 | 0 | 0.3 | 0.45 | 98.57 | 0.18 | 0.47 |
| Hex | 71 | 8C | 62 | 13 | 0 | 1E | 2D | 63 | 12 | 2F |
| Octal | 161 | 214 | 142 | 23 | 0 | 36 | 55 | 143 | 22 | 57 |
| Binary | 1110001 | 10001100 | 1100010 | 10011 | 0 | 11110 | 101101 | 1100011 | 10010 | 101111 |
Color Harmonies of #718C62
Complementary color
Monochromatic Colors of #718C62
Black with #718C62
Text Example
Text Example
White with #718C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718C62; }
p { color: rgb(113,140,98); }
H1.HeaderClassName
{
color: #718C62;
}
.AnyTagClassName
{
color: #718C62;
}
</style>
background-color css
<style>
a { background-color: #718C62; }
a { background-color: rgb(113,140,98); }
div.DivClassName
{
background-color: #718C62;
}
.BgClassName
{
background-color: #718C62;
}
</style>
border-color css
<style>
span { border-color: #718C62; }
span { border-color: rgb(113,140,98); }
td.TdClassName
{
border-color: #718C62;
}
.TagClassName
{
border-color: #718C62;
}
</style>