Shades of Xanadu #6E8766
Tints of Xanadu #6E8766
RGB
CMYK
RGB Variations
Color information
#6E8766 (or 0x6E8766) is known color: Xanadu. HEX triplet: 6E, 87 and 66. RGB value is (110,135,102). Sum of RGB (Red+Green+Blue) = 110+135+102=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8766 is #917899. Grayscale: #7B7B7B. Windows color (decimal): -9533594 or 6719342. OLE color: 6719342.
HSL color Cylindrical-coordinate representation of color #6E8766: hue angle of 105.45º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E8766 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 102 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.47 |
| HSL | 105.45º | 0.14% | 0.46% | - |
| HSV(B) | 105.45º | 0.24% | 0.53% | - |
| XYZ | 17.49 | 21.6 | 15.82 | - |
| YUV | 123.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 102 | 0.19 | 0 | 0.24 | 0.47 | 105.45 | 0.14 | 0.46 |
| Hex | 6E | 87 | 66 | 13 | 0 | 18 | 2F | 69 | E | 2E |
| Octal | 156 | 207 | 146 | 23 | 0 | 30 | 57 | 151 | 16 | 56 |
| Binary | 1101110 | 10000111 | 1100110 | 10011 | 0 | 11000 | 101111 | 1101001 | 1110 | 101110 |
Color Harmonies of #6E8766
Complementary color
Monochromatic Colors of #6E8766
Black with #6E8766
Text Example
Text Example
White with #6E8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8766; }
p { color: rgb(110,135,102); }
H1.HeaderClassName
{
color: #6E8766;
}
.AnyTagClassName
{
color: #6E8766;
}
</style>
background-color css
<style>
a { background-color: #6E8766; }
a { background-color: rgb(110,135,102); }
div.DivClassName
{
background-color: #6E8766;
}
.BgClassName
{
background-color: #6E8766;
}
</style>
border-color css
<style>
span { border-color: #6E8766; }
span { border-color: rgb(110,135,102); }
td.TdClassName
{
border-color: #6E8766;
}
.TagClassName
{
border-color: #6E8766;
}
</style>