Shades of Xanadu #728F65
Tints of Xanadu #728F65
RGB
CMYK
RGB Variations
Color information
#728F65 (or 0x728F65) is known color: Xanadu. HEX triplet: 72, 8F and 65. RGB value is (114,143,101). Sum of RGB (Red+Green+Blue) = 114+143+101=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #728F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F65 is #8D709A. Grayscale: #818181. Windows color (decimal): -9269403 or 6655858. OLE color: 6655858.
HSL color Cylindrical-coordinate representation of color #728F65: hue angle of 101.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #728F65 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 101 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.44 |
| HSL | 101.43º | 0.17% | 0.48% | - |
| HSV(B) | 101.43º | 0.29% | 0.56% | - |
| XYZ | 19.11 | 24.16 | 15.97 | - |
| YUV | 129.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 101 | 0.20 | 0 | 0.29 | 0.44 | 101.43 | 0.17 | 0.48 |
| Hex | 72 | 8F | 65 | 14 | 0 | 1D | 2C | 65 | 11 | 30 |
| Octal | 162 | 217 | 145 | 24 | 0 | 35 | 54 | 145 | 21 | 60 |
| Binary | 1110010 | 10001111 | 1100101 | 10100 | 0 | 11101 | 101100 | 1100101 | 10001 | 110000 |
Color Harmonies of #728F65
Complementary color
Monochromatic Colors of #728F65
Black with #728F65
Text Example
Text Example
White with #728F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F65; }
p { color: rgb(114,143,101); }
H1.HeaderClassName
{
color: #728F65;
}
.AnyTagClassName
{
color: #728F65;
}
</style>
background-color css
<style>
a { background-color: #728F65; }
a { background-color: rgb(114,143,101); }
div.DivClassName
{
background-color: #728F65;
}
.BgClassName
{
background-color: #728F65;
}
</style>
border-color css
<style>
span { border-color: #728F65; }
span { border-color: rgb(114,143,101); }
td.TdClassName
{
border-color: #728F65;
}
.TagClassName
{
border-color: #728F65;
}
</style>