Shades of Xanadu #718F66
Tints of Xanadu #718F66
RGB
CMYK
RGB Variations
Color information
#718F66 (or 0x718F66) is known color: Xanadu. HEX triplet: 71, 8F and 66. RGB value is (113,143,102). Sum of RGB (Red+Green+Blue) = 113+143+102=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #718F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F66 is #8E7099. Grayscale: #818181. Windows color (decimal): -9334938 or 6721393. OLE color: 6721393.
HSL color Cylindrical-coordinate representation of color #718F66: hue angle of 103.9º 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 #718F66 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 102 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.44 |
| HSL | 103.9º | 0.17% | 0.48% | - |
| HSV(B) | 103.9º | 0.29% | 0.56% | - |
| XYZ | 19.03 | 24.11 | 16.22 | - |
| YUV | 129.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 102 | 0.21 | 0 | 0.29 | 0.44 | 103.9 | 0.17 | 0.48 |
| Hex | 71 | 8F | 66 | 15 | 0 | 1D | 2C | 68 | 11 | 30 |
| Octal | 161 | 217 | 146 | 25 | 0 | 35 | 54 | 150 | 21 | 60 |
| Binary | 1110001 | 10001111 | 1100110 | 10101 | 0 | 11101 | 101100 | 1101000 | 10001 | 110000 |
Color Harmonies of #718F66
Complementary color
Monochromatic Colors of #718F66
Black with #718F66
Text Example
Text Example
White with #718F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F66; }
p { color: rgb(113,143,102); }
H1.HeaderClassName
{
color: #718F66;
}
.AnyTagClassName
{
color: #718F66;
}
</style>
background-color css
<style>
a { background-color: #718F66; }
a { background-color: rgb(113,143,102); }
div.DivClassName
{
background-color: #718F66;
}
.BgClassName
{
background-color: #718F66;
}
</style>
border-color css
<style>
span { border-color: #718F66; }
span { border-color: rgb(113,143,102); }
td.TdClassName
{
border-color: #718F66;
}
.TagClassName
{
border-color: #718F66;
}
</style>