Shades of Xanadu #728A66
Tints of Xanadu #728A66
RGB
CMYK
RGB Variations
Color information
#728A66 (or 0x728A66) is known color: Xanadu. HEX triplet: 72, 8A and 66. RGB value is (114,138,102). Sum of RGB (Red+Green+Blue) = 114+138+102=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #728A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A66 is #8D7599. Grayscale: #7E7E7E. Windows color (decimal): -9270682 or 6720114. OLE color: 6720114.
HSL color Cylindrical-coordinate representation of color #728A66: hue angle of 100º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728A66 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 102 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.46 |
| HSL | 100º | 0.15% | 0.47% | - |
| HSV(B) | 100º | 0.26% | 0.54% | - |
| XYZ | 18.43 | 22.71 | 15.98 | - |
| YUV | 126.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 102 | 0.17 | 0 | 0.26 | 0.46 | 100 | 0.15 | 0.47 |
| Hex | 72 | 8A | 66 | 11 | 0 | 1A | 2E | 64 | F | 2F |
| Octal | 162 | 212 | 146 | 21 | 0 | 32 | 56 | 144 | 17 | 57 |
| Binary | 1110010 | 10001010 | 1100110 | 10001 | 0 | 11010 | 101110 | 1100100 | 1111 | 101111 |
Color Harmonies of #728A66
Complementary color
Monochromatic Colors of #728A66
Black with #728A66
Text Example
Text Example
White with #728A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A66; }
p { color: rgb(114,138,102); }
H1.HeaderClassName
{
color: #728A66;
}
.AnyTagClassName
{
color: #728A66;
}
</style>
background-color css
<style>
a { background-color: #728A66; }
a { background-color: rgb(114,138,102); }
div.DivClassName
{
background-color: #728A66;
}
.BgClassName
{
background-color: #728A66;
}
</style>
border-color css
<style>
span { border-color: #728A66; }
span { border-color: rgb(114,138,102); }
td.TdClassName
{
border-color: #728A66;
}
.TagClassName
{
border-color: #728A66;
}
</style>