Shades of Xanadu #728865
Tints of Xanadu #728865
RGB
CMYK
RGB Variations
Color information
#728865 (or 0x728865) is known color: Xanadu. HEX triplet: 72, 88 and 65. RGB value is (114,136,101). Sum of RGB (Red+Green+Blue) = 114+136+101=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #728865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728865 is #8D779A. Grayscale: #7D7D7D. Windows color (decimal): -9271195 or 6654066. OLE color: 6654066.
HSL color Cylindrical-coordinate representation of color #728865: hue angle of 97.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728865 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 101 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.47 |
| HSL | 97.71º | 0.15% | 0.46% | - |
| HSV(B) | 97.71º | 0.26% | 0.53% | - |
| XYZ | 18.09 | 22.13 | 15.63 | - |
| YUV | 125.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 101 | 0.16 | 0 | 0.26 | 0.47 | 97.71 | 0.15 | 0.46 |
| Hex | 72 | 88 | 65 | 10 | 0 | 1A | 2F | 62 | F | 2E |
| Octal | 162 | 210 | 145 | 20 | 0 | 32 | 57 | 142 | 17 | 56 |
| Binary | 1110010 | 10001000 | 1100101 | 10000 | 0 | 11010 | 101111 | 1100010 | 1111 | 101110 |
Color Harmonies of #728865
Complementary color
Monochromatic Colors of #728865
Black with #728865
Text Example
Text Example
White with #728865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728865; }
p { color: rgb(114,136,101); }
H1.HeaderClassName
{
color: #728865;
}
.AnyTagClassName
{
color: #728865;
}
</style>
background-color css
<style>
a { background-color: #728865; }
a { background-color: rgb(114,136,101); }
div.DivClassName
{
background-color: #728865;
}
.BgClassName
{
background-color: #728865;
}
</style>
border-color css
<style>
span { border-color: #728865; }
span { border-color: rgb(114,136,101); }
td.TdClassName
{
border-color: #728865;
}
.TagClassName
{
border-color: #728865;
}
</style>