Shades of Xanadu #719166
Tints of Xanadu #719166
RGB
CMYK
RGB Variations
Color information
#719166 (or 0x719166) is known color: Xanadu. HEX triplet: 71, 91 and 66. RGB value is (113,145,102). Sum of RGB (Red+Green+Blue) = 113+145+102=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #719166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719166 is #8E6E99. Grayscale: #828282. Windows color (decimal): -9334426 or 6721905. OLE color: 6721905.
HSL color Cylindrical-coordinate representation of color #719166: hue angle of 104.65º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #719166 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 102 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.43 |
| HSL | 104.65º | 0.17% | 0.48% | - |
| HSV(B) | 104.65º | 0.3% | 0.57% | - |
| XYZ | 19.33 | 24.72 | 16.32 | - |
| YUV | 130.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 102 | 0.22 | 0 | 0.30 | 0.43 | 104.65 | 0.17 | 0.48 |
| Hex | 71 | 91 | 66 | 16 | 0 | 1E | 2B | 69 | 11 | 30 |
| Octal | 161 | 221 | 146 | 26 | 0 | 36 | 53 | 151 | 21 | 60 |
| Binary | 1110001 | 10010001 | 1100110 | 10110 | 0 | 11110 | 101011 | 1101001 | 10001 | 110000 |
Color Harmonies of #719166
Complementary color
Monochromatic Colors of #719166
Black with #719166
Text Example
Text Example
White with #719166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719166; }
p { color: rgb(113,145,102); }
H1.HeaderClassName
{
color: #719166;
}
.AnyTagClassName
{
color: #719166;
}
</style>
background-color css
<style>
a { background-color: #719166; }
a { background-color: rgb(113,145,102); }
div.DivClassName
{
background-color: #719166;
}
.BgClassName
{
background-color: #719166;
}
</style>
border-color css
<style>
span { border-color: #719166; }
span { border-color: rgb(113,145,102); }
td.TdClassName
{
border-color: #719166;
}
.TagClassName
{
border-color: #719166;
}
</style>