Shades of Xanadu #728369
Tints of Xanadu #728369
RGB
CMYK
RGB Variations
Color information
#728369 (or 0x728369) is known color: Xanadu. HEX triplet: 72, 83 and 69. RGB value is (114,131,105). Sum of RGB (Red+Green+Blue) = 114+131+105=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #728369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728369 is #8D7C96. Grayscale: #7B7B7B. Windows color (decimal): -9272471 or 6914930. OLE color: 6914930.
HSL color Cylindrical-coordinate representation of color #728369: hue angle of 99.23º 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 #728369 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 105 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.49 |
| HSL | 99.23º | 0.11% | 0.46% | - |
| HSV(B) | 99.23º | 0.2% | 0.51% | - |
| XYZ | 17.61 | 20.83 | 16.46 | - |
| YUV | 122.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 105 | 0.13 | 0 | 0.20 | 0.49 | 99.23 | 0.11 | 0.46 |
| Hex | 72 | 83 | 69 | D | 0 | 14 | 31 | 63 | B | 2E |
| Octal | 162 | 203 | 151 | 15 | 0 | 24 | 61 | 143 | 13 | 56 |
| Binary | 1110010 | 10000011 | 1101001 | 1101 | 0 | 10100 | 110001 | 1100011 | 1011 | 101110 |
Color Harmonies of #728369
Complementary color
Monochromatic Colors of #728369
Black with #728369
Text Example
Text Example
White with #728369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728369; }
p { color: rgb(114,131,105); }
H1.HeaderClassName
{
color: #728369;
}
.AnyTagClassName
{
color: #728369;
}
</style>
background-color css
<style>
a { background-color: #728369; }
a { background-color: rgb(114,131,105); }
div.DivClassName
{
background-color: #728369;
}
.BgClassName
{
background-color: #728369;
}
</style>
border-color css
<style>
span { border-color: #728369; }
span { border-color: rgb(114,131,105); }
td.TdClassName
{
border-color: #728369;
}
.TagClassName
{
border-color: #728369;
}
</style>