Shades of Xanadu #718D6C
Tints of Xanadu #718D6C
RGB
CMYK
RGB Variations
Color information
#718D6C (or 0x718D6C) is known color: Xanadu. HEX triplet: 71, 8D and 6C. RGB value is (113,141,108). Sum of RGB (Red+Green+Blue) = 113+141+108=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #718D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D6C is #8E7293. Grayscale: #808080. Windows color (decimal): -9335444 or 7114097. OLE color: 7114097.
HSL color Cylindrical-coordinate representation of color #718D6C: hue angle of 110.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718D6C is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 141 | 108 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.45 |
| HSL | 110.91º | 0.13% | 0.49% | - |
| HSV(B) | 110.91º | 0.23% | 0.55% | - |
| XYZ | 19.04 | 23.64 | 17.75 | - |
| YUV | 128.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 141 | 108 | 0.20 | 0 | 0.23 | 0.45 | 110.91 | 0.13 | 0.49 |
| Hex | 71 | 8D | 6C | 14 | 0 | 17 | 2D | 6F | D | 31 |
| Octal | 161 | 215 | 154 | 24 | 0 | 27 | 55 | 157 | 15 | 61 |
| Binary | 1110001 | 10001101 | 1101100 | 10100 | 0 | 10111 | 101101 | 1101111 | 1101 | 110001 |
Color Harmonies of #718D6C
Complementary color
Monochromatic Colors of #718D6C
Black with #718D6C
Text Example
Text Example
White with #718D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718D6C; }
p { color: rgb(113,141,108); }
H1.HeaderClassName
{
color: #718D6C;
}
.AnyTagClassName
{
color: #718D6C;
}
</style>
background-color css
<style>
a { background-color: #718D6C; }
a { background-color: rgb(113,141,108); }
div.DivClassName
{
background-color: #718D6C;
}
.BgClassName
{
background-color: #718D6C;
}
</style>
border-color css
<style>
span { border-color: #718D6C; }
span { border-color: rgb(113,141,108); }
td.TdClassName
{
border-color: #718D6C;
}
.TagClassName
{
border-color: #718D6C;
}
</style>