Shades of Xanadu #729064
Tints of Xanadu #729064
RGB
CMYK
RGB Variations
Color information
#729064 (or 0x729064) is known color: Xanadu. HEX triplet: 72, 90 and 64. RGB value is (114,144,100). Sum of RGB (Red+Green+Blue) = 114+144+100=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #729064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729064 is #8D6F9B. Grayscale: #828282. Windows color (decimal): -9269148 or 6590578. OLE color: 6590578.
HSL color Cylindrical-coordinate representation of color #729064: hue angle of 100.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729064 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 100 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.44 |
| HSL | 100.91º | 0.18% | 0.48% | - |
| HSV(B) | 100.91º | 0.31% | 0.56% | - |
| XYZ | 19.21 | 24.44 | 15.76 | - |
| YUV | 130.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 100 | 0.21 | 0 | 0.31 | 0.44 | 100.91 | 0.18 | 0.48 |
| Hex | 72 | 90 | 64 | 15 | 0 | 1F | 2C | 65 | 12 | 30 |
| Octal | 162 | 220 | 144 | 25 | 0 | 37 | 54 | 145 | 22 | 60 |
| Binary | 1110010 | 10010000 | 1100100 | 10101 | 0 | 11111 | 101100 | 1100101 | 10010 | 110000 |
Color Harmonies of #729064
Complementary color
Monochromatic Colors of #729064
Black with #729064
Text Example
Text Example
White with #729064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729064; }
p { color: rgb(114,144,100); }
H1.HeaderClassName
{
color: #729064;
}
.AnyTagClassName
{
color: #729064;
}
</style>
background-color css
<style>
a { background-color: #729064; }
a { background-color: rgb(114,144,100); }
div.DivClassName
{
background-color: #729064;
}
.BgClassName
{
background-color: #729064;
}
</style>
border-color css
<style>
span { border-color: #729064; }
span { border-color: rgb(114,144,100); }
td.TdClassName
{
border-color: #729064;
}
.TagClassName
{
border-color: #729064;
}
</style>