Shades of Xanadu #718565
Tints of Xanadu #718565
RGB
CMYK
RGB Variations
Color information
#718565 (or 0x718565) is known color: Xanadu. HEX triplet: 71, 85 and 65. RGB value is (113,133,101). Sum of RGB (Red+Green+Blue) = 113+133+101=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #718565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718565 is #8E7A9A. Grayscale: #7B7B7B. Windows color (decimal): -9337499 or 6653297. OLE color: 6653297.
HSL color Cylindrical-coordinate representation of color #718565: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718565 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 133 | 101 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.48 |
| HSL | 97.5º | 0.14% | 0.46% | - |
| HSV(B) | 97.5º | 0.24% | 0.52% | - |
| XYZ | 17.55 | 21.23 | 15.48 | - |
| YUV | 123.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 101 | 0.15 | 0 | 0.24 | 0.48 | 97.5 | 0.14 | 0.46 |
| Hex | 71 | 85 | 65 | F | 0 | 18 | 30 | 62 | E | 2E |
| Octal | 161 | 205 | 145 | 17 | 0 | 30 | 60 | 142 | 16 | 56 |
| Binary | 1110001 | 10000101 | 1100101 | 1111 | 0 | 11000 | 110000 | 1100010 | 1110 | 101110 |
Color Harmonies of #718565
Complementary color
Monochromatic Colors of #718565
Black with #718565
Text Example
Text Example
White with #718565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718565; }
p { color: rgb(113,133,101); }
H1.HeaderClassName
{
color: #718565;
}
.AnyTagClassName
{
color: #718565;
}
</style>
background-color css
<style>
a { background-color: #718565; }
a { background-color: rgb(113,133,101); }
div.DivClassName
{
background-color: #718565;
}
.BgClassName
{
background-color: #718565;
}
</style>
border-color css
<style>
span { border-color: #718565; }
span { border-color: rgb(113,133,101); }
td.TdClassName
{
border-color: #718565;
}
.TagClassName
{
border-color: #718565;
}
</style>