Shades of Xanadu #719164
Tints of Xanadu #719164
RGB
CMYK
RGB Variations
Color information
#719164 (or 0x719164) is known color: Xanadu. HEX triplet: 71, 91 and 64. RGB value is (113,145,100). Sum of RGB (Red+Green+Blue) = 113+145+100=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 145 - color contains mainly: green. Hex color #719164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719164 is #8E6E9B. Grayscale: #828282. Windows color (decimal): -9334428 or 6590833. OLE color: 6590833.
HSL color Cylindrical-coordinate representation of color #719164: hue angle of 102.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719164 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 100 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.43 |
| HSL | 102.67º | 0.18% | 0.48% | - |
| HSV(B) | 102.67º | 0.31% | 0.57% | - |
| XYZ | 19.24 | 24.68 | 15.81 | - |
| YUV | 130.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 100 | 0.22 | 0 | 0.31 | 0.43 | 102.67 | 0.18 | 0.48 |
| Hex | 71 | 91 | 64 | 16 | 0 | 1F | 2B | 67 | 12 | 30 |
| Octal | 161 | 221 | 144 | 26 | 0 | 37 | 53 | 147 | 22 | 60 |
| Binary | 1110001 | 10010001 | 1100100 | 10110 | 0 | 11111 | 101011 | 1100111 | 10010 | 110000 |
Color Harmonies of #719164
Complementary color
Monochromatic Colors of #719164
Black with #719164
Text Example
Text Example
White with #719164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719164; }
p { color: rgb(113,145,100); }
H1.HeaderClassName
{
color: #719164;
}
.AnyTagClassName
{
color: #719164;
}
</style>
background-color css
<style>
a { background-color: #719164; }
a { background-color: rgb(113,145,100); }
div.DivClassName
{
background-color: #719164;
}
.BgClassName
{
background-color: #719164;
}
</style>
border-color css
<style>
span { border-color: #719164; }
span { border-color: rgb(113,145,100); }
td.TdClassName
{
border-color: #719164;
}
.TagClassName
{
border-color: #719164;
}
</style>