Shades of Xanadu #6E8762
Tints of Xanadu #6E8762
RGB
CMYK
RGB Variations
Color information
#6E8762 (or 0x6E8762) is known color: Xanadu. HEX triplet: 6E, 87 and 62. RGB value is (110,135,98). Sum of RGB (Red+Green+Blue) = 110+135+98=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8762 is #91789D. Grayscale: #7B7B7B. Windows color (decimal): -9533598 or 6457198. OLE color: 6457198.
HSL color Cylindrical-coordinate representation of color #6E8762: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E8762 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 98 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.47 |
| HSL | 100.54º | 0.16% | 0.46% | - |
| HSV(B) | 100.54º | 0.27% | 0.53% | - |
| XYZ | 17.3 | 21.52 | 14.8 | - |
| YUV | 123.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 98 | 0.19 | 0 | 0.27 | 0.47 | 100.54 | 0.16 | 0.46 |
| Hex | 6E | 87 | 62 | 13 | 0 | 1B | 2F | 65 | 10 | 2E |
| Octal | 156 | 207 | 142 | 23 | 0 | 33 | 57 | 145 | 20 | 56 |
| Binary | 1101110 | 10000111 | 1100010 | 10011 | 0 | 11011 | 101111 | 1100101 | 10000 | 101110 |
Color Harmonies of #6E8762
Complementary color
Monochromatic Colors of #6E8762
Black with #6E8762
Text Example
Text Example
White with #6E8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8762; }
p { color: rgb(110,135,98); }
H1.HeaderClassName
{
color: #6E8762;
}
.AnyTagClassName
{
color: #6E8762;
}
</style>
background-color css
<style>
a { background-color: #6E8762; }
a { background-color: rgb(110,135,98); }
div.DivClassName
{
background-color: #6E8762;
}
.BgClassName
{
background-color: #6E8762;
}
</style>
border-color css
<style>
span { border-color: #6E8762; }
span { border-color: rgb(110,135,98); }
td.TdClassName
{
border-color: #6E8762;
}
.TagClassName
{
border-color: #6E8762;
}
</style>