Shades of Xanadu #729566
Tints of Xanadu #729566
RGB
CMYK
RGB Variations
Color information
#729566 (or 0x729566) is known color: Xanadu. HEX triplet: 72, 95 and 66. RGB value is (114,149,102). Sum of RGB (Red+Green+Blue) = 114+149+102=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #729566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729566 is #8D6A99. Grayscale: #858585. Windows color (decimal): -9267866 or 6722930. OLE color: 6722930.
HSL color Cylindrical-coordinate representation of color #729566: hue angle of 104.68º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #729566 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 102 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.42 |
| HSL | 104.68º | 0.19% | 0.49% | - |
| HSV(B) | 104.68º | 0.32% | 0.58% | - |
| XYZ | 20.09 | 26.03 | 16.54 | - |
| YUV | 133.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 102 | 0.23 | 0 | 0.32 | 0.42 | 104.68 | 0.19 | 0.49 |
| Hex | 72 | 95 | 66 | 17 | 0 | 20 | 2A | 69 | 13 | 31 |
| Octal | 162 | 225 | 146 | 27 | 0 | 40 | 52 | 151 | 23 | 61 |
| Binary | 1110010 | 10010101 | 1100110 | 10111 | 0 | 100000 | 101010 | 1101001 | 10011 | 110001 |
Color Harmonies of #729566
Complementary color
Monochromatic Colors of #729566
Black with #729566
Text Example
Text Example
White with #729566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729566; }
p { color: rgb(114,149,102); }
H1.HeaderClassName
{
color: #729566;
}
.AnyTagClassName
{
color: #729566;
}
</style>
background-color css
<style>
a { background-color: #729566; }
a { background-color: rgb(114,149,102); }
div.DivClassName
{
background-color: #729566;
}
.BgClassName
{
background-color: #729566;
}
</style>
border-color css
<style>
span { border-color: #729566; }
span { border-color: rgb(114,149,102); }
td.TdClassName
{
border-color: #729566;
}
.TagClassName
{
border-color: #729566;
}
</style>