Shades of Xanadu #728E65
Tints of Xanadu #728E65
RGB
CMYK
RGB Variations
Color information
#728E65 (or 0x728E65) is known color: Xanadu. HEX triplet: 72, 8E and 65. RGB value is (114,142,101). Sum of RGB (Red+Green+Blue) = 114+142+101=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #728E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E65 is #8D719A. Grayscale: #818181. Windows color (decimal): -9269659 or 6655602. OLE color: 6655602.
HSL color Cylindrical-coordinate representation of color #728E65: hue angle of 100.98º 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 #728E65 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 142 | 101 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.44 |
| HSL | 100.98º | 0.17% | 0.48% | - |
| HSV(B) | 100.98º | 0.29% | 0.56% | - |
| XYZ | 18.96 | 23.86 | 15.92 | - |
| YUV | 128.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 101 | 0.20 | 0 | 0.29 | 0.44 | 100.98 | 0.17 | 0.48 |
| Hex | 72 | 8E | 65 | 14 | 0 | 1D | 2C | 65 | 11 | 30 |
| Octal | 162 | 216 | 145 | 24 | 0 | 35 | 54 | 145 | 21 | 60 |
| Binary | 1110010 | 10001110 | 1100101 | 10100 | 0 | 11101 | 101100 | 1100101 | 10001 | 110000 |
Color Harmonies of #728E65
Complementary color
Monochromatic Colors of #728E65
Black with #728E65
Text Example
Text Example
White with #728E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728E65; }
p { color: rgb(114,142,101); }
H1.HeaderClassName
{
color: #728E65;
}
.AnyTagClassName
{
color: #728E65;
}
</style>
background-color css
<style>
a { background-color: #728E65; }
a { background-color: rgb(114,142,101); }
div.DivClassName
{
background-color: #728E65;
}
.BgClassName
{
background-color: #728E65;
}
</style>
border-color css
<style>
span { border-color: #728E65; }
span { border-color: rgb(114,142,101); }
td.TdClassName
{
border-color: #728E65;
}
.TagClassName
{
border-color: #728E65;
}
</style>