Shades of Xanadu #729263
Tints of Xanadu #729263
RGB
CMYK
RGB Variations
Color information
#729263 (or 0x729263) is known color: Xanadu. HEX triplet: 72, 92 and 63. RGB value is (114,146,99). Sum of RGB (Red+Green+Blue) = 114+146+99=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #729263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729263 is #8D6D9C. Grayscale: #838383. Windows color (decimal): -9268637 or 6525554. OLE color: 6525554.
HSL color Cylindrical-coordinate representation of color #729263: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729263 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 99 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.43 |
| HSL | 100.85º | 0.19% | 0.48% | - |
| HSV(B) | 100.85º | 0.32% | 0.57% | - |
| XYZ | 19.47 | 25.04 | 15.61 | - |
| YUV | 131.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 99 | 0.22 | 0 | 0.32 | 0.43 | 100.85 | 0.19 | 0.48 |
| Hex | 72 | 92 | 63 | 16 | 0 | 20 | 2B | 65 | 13 | 30 |
| Octal | 162 | 222 | 143 | 26 | 0 | 40 | 53 | 145 | 23 | 60 |
| Binary | 1110010 | 10010010 | 1100011 | 10110 | 0 | 100000 | 101011 | 1100101 | 10011 | 110000 |
Color Harmonies of #729263
Complementary color
Monochromatic Colors of #729263
Black with #729263
Text Example
Text Example
White with #729263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729263; }
p { color: rgb(114,146,99); }
H1.HeaderClassName
{
color: #729263;
}
.AnyTagClassName
{
color: #729263;
}
</style>
background-color css
<style>
a { background-color: #729263; }
a { background-color: rgb(114,146,99); }
div.DivClassName
{
background-color: #729263;
}
.BgClassName
{
background-color: #729263;
}
</style>
border-color css
<style>
span { border-color: #729263; }
span { border-color: rgb(114,146,99); }
td.TdClassName
{
border-color: #729263;
}
.TagClassName
{
border-color: #729263;
}
</style>