Shades of Xanadu #728D68
Tints of Xanadu #728D68
RGB
CMYK
RGB Variations
Color information
#728D68 (or 0x728D68) is known color: Xanadu. HEX triplet: 72, 8D and 68. RGB value is (114,141,104). Sum of RGB (Red+Green+Blue) = 114+141+104=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #728D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D68 is #8D7297. Grayscale: #808080. Windows color (decimal): -9269912 or 6851954. OLE color: 6851954.
HSL color Cylindrical-coordinate representation of color #728D68: hue angle of 103.78º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #728D68 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 104 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.45 |
| HSL | 103.78º | 0.15% | 0.48% | - |
| HSV(B) | 103.78º | 0.26% | 0.55% | - |
| XYZ | 18.96 | 23.63 | 16.66 | - |
| YUV | 128.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 104 | 0.19 | 0 | 0.26 | 0.45 | 103.78 | 0.15 | 0.48 |
| Hex | 72 | 8D | 68 | 13 | 0 | 1A | 2D | 68 | F | 30 |
| Octal | 162 | 215 | 150 | 23 | 0 | 32 | 55 | 150 | 17 | 60 |
| Binary | 1110010 | 10001101 | 1101000 | 10011 | 0 | 11010 | 101101 | 1101000 | 1111 | 110000 |
Color Harmonies of #728D68
Complementary color
Monochromatic Colors of #728D68
Black with #728D68
Text Example
Text Example
White with #728D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D68; }
p { color: rgb(114,141,104); }
H1.HeaderClassName
{
color: #728D68;
}
.AnyTagClassName
{
color: #728D68;
}
</style>
background-color css
<style>
a { background-color: #728D68; }
a { background-color: rgb(114,141,104); }
div.DivClassName
{
background-color: #728D68;
}
.BgClassName
{
background-color: #728D68;
}
</style>
border-color css
<style>
span { border-color: #728D68; }
span { border-color: rgb(114,141,104); }
td.TdClassName
{
border-color: #728D68;
}
.TagClassName
{
border-color: #728D68;
}
</style>