Shades of Xanadu #728169
Tints of Xanadu #728169
RGB
CMYK
RGB Variations
Color information
#728169 (or 0x728169) is known color: Xanadu. HEX triplet: 72, 81 and 69. RGB value is (114,129,105). Sum of RGB (Red+Green+Blue) = 114+129+105=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #728169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728169 is #8D7E96. Grayscale: #797979. Windows color (decimal): -9272983 or 6914418. OLE color: 6914418.
HSL color Cylindrical-coordinate representation of color #728169: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728169 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 105 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.49 |
| HSL | 97.5º | 0.1% | 0.46% | - |
| HSV(B) | 97.5º | 0.19% | 0.51% | - |
| XYZ | 17.34 | 20.3 | 16.37 | - |
| YUV | 121.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 105 | 0.12 | 0 | 0.19 | 0.49 | 97.5 | 0.1 | 0.46 |
| Hex | 72 | 81 | 69 | C | 0 | 13 | 31 | 62 | A | 2E |
| Octal | 162 | 201 | 151 | 14 | 0 | 23 | 61 | 142 | 12 | 56 |
| Binary | 1110010 | 10000001 | 1101001 | 1100 | 0 | 10011 | 110001 | 1100010 | 1010 | 101110 |
Color Harmonies of #728169
Complementary color
Monochromatic Colors of #728169
Black with #728169
Text Example
Text Example
White with #728169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728169; }
p { color: rgb(114,129,105); }
H1.HeaderClassName
{
color: #728169;
}
.AnyTagClassName
{
color: #728169;
}
</style>
background-color css
<style>
a { background-color: #728169; }
a { background-color: rgb(114,129,105); }
div.DivClassName
{
background-color: #728169;
}
.BgClassName
{
background-color: #728169;
}
</style>
border-color css
<style>
span { border-color: #728169; }
span { border-color: rgb(114,129,105); }
td.TdClassName
{
border-color: #728169;
}
.TagClassName
{
border-color: #728169;
}
</style>