Shades of Xanadu #728269
Tints of Xanadu #728269
RGB
CMYK
RGB Variations
Color information
#728269 (or 0x728269) is known color: Xanadu. HEX triplet: 72, 82 and 69. RGB value is (114,130,105). Sum of RGB (Red+Green+Blue) = 114+130+105=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #728269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728269 is #8D7D96. Grayscale: #7A7A7A. Windows color (decimal): -9272727 or 6914674. OLE color: 6914674.
HSL color Cylindrical-coordinate representation of color #728269: hue angle of 98.4º degrees, saturation: 0.11, 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 #728269 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 130 | 105 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.49 |
| HSL | 98.4º | 0.11% | 0.46% | - |
| HSV(B) | 98.4º | 0.19% | 0.51% | - |
| XYZ | 17.47 | 20.56 | 16.41 | - |
| YUV | 122.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 105 | 0.12 | 0 | 0.19 | 0.49 | 98.4 | 0.11 | 0.46 |
| Hex | 72 | 82 | 69 | C | 0 | 13 | 31 | 62 | B | 2E |
| Octal | 162 | 202 | 151 | 14 | 0 | 23 | 61 | 142 | 13 | 56 |
| Binary | 1110010 | 10000010 | 1101001 | 1100 | 0 | 10011 | 110001 | 1100010 | 1011 | 101110 |
Color Harmonies of #728269
Complementary color
Monochromatic Colors of #728269
Black with #728269
Text Example
Text Example
White with #728269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728269; }
p { color: rgb(114,130,105); }
H1.HeaderClassName
{
color: #728269;
}
.AnyTagClassName
{
color: #728269;
}
</style>
background-color css
<style>
a { background-color: #728269; }
a { background-color: rgb(114,130,105); }
div.DivClassName
{
background-color: #728269;
}
.BgClassName
{
background-color: #728269;
}
</style>
border-color css
<style>
span { border-color: #728269; }
span { border-color: rgb(114,130,105); }
td.TdClassName
{
border-color: #728269;
}
.TagClassName
{
border-color: #728269;
}
</style>