Shades of Xanadu #718369
Tints of Xanadu #718369
RGB
CMYK
RGB Variations
Color information
#718369 (or 0x718369) is known color: Xanadu. HEX triplet: 71, 83 and 69. RGB value is (113,131,105). Sum of RGB (Red+Green+Blue) = 113+131+105=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #718369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718369 is #8E7C96. Grayscale: #7A7A7A. Windows color (decimal): -9338007 or 6914929. OLE color: 6914929.
HSL color Cylindrical-coordinate representation of color #718369: hue angle of 101.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #718369 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 131 | 105 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.49 |
| HSL | 101.54º | 0.11% | 0.46% | - |
| HSV(B) | 101.54º | 0.2% | 0.51% | - |
| XYZ | 17.48 | 20.76 | 16.45 | - |
| YUV | 122.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 105 | 0.14 | 0 | 0.20 | 0.49 | 101.54 | 0.11 | 0.46 |
| Hex | 71 | 83 | 69 | E | 0 | 14 | 31 | 66 | B | 2E |
| Octal | 161 | 203 | 151 | 16 | 0 | 24 | 61 | 146 | 13 | 56 |
| Binary | 1110001 | 10000011 | 1101001 | 1110 | 0 | 10100 | 110001 | 1100110 | 1011 | 101110 |
Color Harmonies of #718369
Complementary color
Monochromatic Colors of #718369
Black with #718369
Text Example
Text Example
White with #718369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718369; }
p { color: rgb(113,131,105); }
H1.HeaderClassName
{
color: #718369;
}
.AnyTagClassName
{
color: #718369;
}
</style>
background-color css
<style>
a { background-color: #718369; }
a { background-color: rgb(113,131,105); }
div.DivClassName
{
background-color: #718369;
}
.BgClassName
{
background-color: #718369;
}
</style>
border-color css
<style>
span { border-color: #718369; }
span { border-color: rgb(113,131,105); }
td.TdClassName
{
border-color: #718369;
}
.TagClassName
{
border-color: #718369;
}
</style>