Shades of Xanadu #719565
Tints of Xanadu #719565
RGB
CMYK
RGB Variations
Color information
#719565 (or 0x719565) is known color: Xanadu. HEX triplet: 71, 95 and 65. RGB value is (113,149,101). Sum of RGB (Red+Green+Blue) = 113+149+101=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #719565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719565 is #8E6A9A. Grayscale: #848484. Windows color (decimal): -9333403 or 6657393. OLE color: 6657393.
HSL color Cylindrical-coordinate representation of color #719565: hue angle of 105º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719565 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 149 | 101 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.42 |
| HSL | 105º | 0.19% | 0.49% | - |
| HSV(B) | 105º | 0.32% | 0.58% | - |
| XYZ | 19.91 | 25.95 | 16.27 | - |
| YUV | 132.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 101 | 0.24 | 0 | 0.32 | 0.42 | 105 | 0.19 | 0.49 |
| Hex | 71 | 95 | 65 | 18 | 0 | 20 | 2A | 69 | 13 | 31 |
| Octal | 161 | 225 | 145 | 30 | 0 | 40 | 52 | 151 | 23 | 61 |
| Binary | 1110001 | 10010101 | 1100101 | 11000 | 0 | 100000 | 101010 | 1101001 | 10011 | 110001 |
Color Harmonies of #719565
Complementary color
Monochromatic Colors of #719565
Black with #719565
Text Example
Text Example
White with #719565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719565; }
p { color: rgb(113,149,101); }
H1.HeaderClassName
{
color: #719565;
}
.AnyTagClassName
{
color: #719565;
}
</style>
background-color css
<style>
a { background-color: #719565; }
a { background-color: rgb(113,149,101); }
div.DivClassName
{
background-color: #719565;
}
.BgClassName
{
background-color: #719565;
}
</style>
border-color css
<style>
span { border-color: #719565; }
span { border-color: rgb(113,149,101); }
td.TdClassName
{
border-color: #719565;
}
.TagClassName
{
border-color: #719565;
}
</style>