Shades of Xanadu #728E64
Tints of Xanadu #728E64
RGB
CMYK
RGB Variations
Color information
#728E64 (or 0x728E64) is known color: Xanadu. HEX triplet: 72, 8E and 64. RGB value is (114,142,100). Sum of RGB (Red+Green+Blue) = 114+142+100=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #728E64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E64 is #8D719B. Grayscale: #808080. Windows color (decimal): -9269660 or 6590066. OLE color: 6590066.
HSL color Cylindrical-coordinate representation of color #728E64: hue angle of 100º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #728E64 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 100 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.44 |
| HSL | 100º | 0.17% | 0.47% | - |
| HSV(B) | 100º | 0.3% | 0.56% | - |
| XYZ | 18.91 | 23.84 | 15.66 | - |
| YUV | 128.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 100 | 0.20 | 0 | 0.30 | 0.44 | 100 | 0.17 | 0.47 |
| Hex | 72 | 8E | 64 | 14 | 0 | 1E | 2C | 64 | 11 | 2F |
| Octal | 162 | 216 | 144 | 24 | 0 | 36 | 54 | 144 | 21 | 57 |
| Binary | 1110010 | 10001110 | 1100100 | 10100 | 0 | 11110 | 101100 | 1100100 | 10001 | 101111 |
Color Harmonies of #728E64
Complementary color
Monochromatic Colors of #728E64
Black with #728E64
Text Example
Text Example
White with #728E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E64; }
p { color: rgb(114,142,100); }
H1.HeaderClassName
{
color: #728E64;
}
.AnyTagClassName
{
color: #728E64;
}
</style>
background-color css
<style>
a { background-color: #728E64; }
a { background-color: rgb(114,142,100); }
div.DivClassName
{
background-color: #728E64;
}
.BgClassName
{
background-color: #728E64;
}
</style>
border-color css
<style>
span { border-color: #728E64; }
span { border-color: rgb(114,142,100); }
td.TdClassName
{
border-color: #728E64;
}
.TagClassName
{
border-color: #728E64;
}
</style>