Shades of Xanadu #718F6C
Tints of Xanadu #718F6C
RGB
CMYK
RGB Variations
Color information
#718F6C (or 0x718F6C) is known color: Xanadu. HEX triplet: 71, 8F and 6C. RGB value is (113,143,108). Sum of RGB (Red+Green+Blue) = 113+143+108=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #718F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F6C is #8E7093. Grayscale: #828282. Windows color (decimal): -9334932 or 7114609. OLE color: 7114609.
HSL color Cylindrical-coordinate representation of color #718F6C: hue angle of 111.43º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718F6C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 108 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.44 |
| HSL | 111.43º | 0.14% | 0.49% | - |
| HSV(B) | 111.43º | 0.24% | 0.56% | - |
| XYZ | 19.34 | 24.24 | 17.85 | - |
| YUV | 130.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 108 | 0.21 | 0 | 0.24 | 0.44 | 111.43 | 0.14 | 0.49 |
| Hex | 71 | 8F | 6C | 15 | 0 | 18 | 2C | 6F | E | 31 |
| Octal | 161 | 217 | 154 | 25 | 0 | 30 | 54 | 157 | 16 | 61 |
| Binary | 1110001 | 10001111 | 1101100 | 10101 | 0 | 11000 | 101100 | 1101111 | 1110 | 110001 |
Color Harmonies of #718F6C
Complementary color
Monochromatic Colors of #718F6C
Black with #718F6C
Text Example
Text Example
White with #718F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F6C; }
p { color: rgb(113,143,108); }
H1.HeaderClassName
{
color: #718F6C;
}
.AnyTagClassName
{
color: #718F6C;
}
</style>
background-color css
<style>
a { background-color: #718F6C; }
a { background-color: rgb(113,143,108); }
div.DivClassName
{
background-color: #718F6C;
}
.BgClassName
{
background-color: #718F6C;
}
</style>
border-color css
<style>
span { border-color: #718F6C; }
span { border-color: rgb(113,143,108); }
td.TdClassName
{
border-color: #718F6C;
}
.TagClassName
{
border-color: #718F6C;
}
</style>