Shades of Xanadu #6D8866
Tints of Xanadu #6D8866
RGB
CMYK
RGB Variations
Color information
#6D8866 (or 0x6D8866) is known color: Xanadu. HEX triplet: 6D, 88 and 66. RGB value is (109,136,102). Sum of RGB (Red+Green+Blue) = 109+136+102=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8866 is #927799. Grayscale: #7C7C7C. Windows color (decimal): -9598874 or 6719597. OLE color: 6719597.
HSL color Cylindrical-coordinate representation of color #6D8866: hue angle of 107.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8866 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 102 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.47 |
| HSL | 107.65º | 0.14% | 0.47% | - |
| HSV(B) | 107.65º | 0.25% | 0.53% | - |
| XYZ | 17.51 | 21.82 | 15.86 | - |
| YUV | 124.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 102 | 0.20 | 0 | 0.25 | 0.47 | 107.65 | 0.14 | 0.47 |
| Hex | 6D | 88 | 66 | 14 | 0 | 19 | 2F | 6C | E | 2F |
| Octal | 155 | 210 | 146 | 24 | 0 | 31 | 57 | 154 | 16 | 57 |
| Binary | 1101101 | 10001000 | 1100110 | 10100 | 0 | 11001 | 101111 | 1101100 | 1110 | 101111 |
Color Harmonies of #6D8866
Complementary color
Monochromatic Colors of #6D8866
Black with #6D8866
Text Example
Text Example
White with #6D8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8866; }
p { color: rgb(109,136,102); }
H1.HeaderClassName
{
color: #6D8866;
}
.AnyTagClassName
{
color: #6D8866;
}
</style>
background-color css
<style>
a { background-color: #6D8866; }
a { background-color: rgb(109,136,102); }
div.DivClassName
{
background-color: #6D8866;
}
.BgClassName
{
background-color: #6D8866;
}
</style>
border-color css
<style>
span { border-color: #6D8866; }
span { border-color: rgb(109,136,102); }
td.TdClassName
{
border-color: #6D8866;
}
.TagClassName
{
border-color: #6D8866;
}
</style>