Shades of Xanadu #6C8766
Tints of Xanadu #6C8766
RGB
CMYK
RGB Variations
Color information
#6C8766 (or 0x6C8766) is known color: Xanadu. HEX triplet: 6C, 87 and 66. RGB value is (108,135,102). Sum of RGB (Red+Green+Blue) = 108+135+102=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8766 is #937899. Grayscale: #7B7B7B. Windows color (decimal): -9664666 or 6719340. OLE color: 6719340.
HSL color Cylindrical-coordinate representation of color #6C8766: hue angle of 109.09º 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 #6C8766 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 102 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.47 |
| HSL | 109.09º | 0.14% | 0.46% | - |
| HSV(B) | 109.09º | 0.24% | 0.53% | - |
| XYZ | 17.25 | 21.48 | 15.81 | - |
| YUV | 123.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 102 | 0.2 | 0 | 0.24 | 0.47 | 109.09 | 0.14 | 0.46 |
| Hex | 6C | 87 | 66 | 14 | 0 | 18 | 2F | 6D | E | 2E |
| Octal | 154 | 207 | 146 | 24 | 0 | 30 | 57 | 155 | 16 | 56 |
| Binary | 1101100 | 10000111 | 1100110 | 10100 | 0 | 11000 | 101111 | 1101101 | 1110 | 101110 |
Color Harmonies of #6C8766
Complementary color
Monochromatic Colors of #6C8766
Black with #6C8766
Text Example
Text Example
White with #6C8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8766; }
p { color: rgb(108,135,102); }
H1.HeaderClassName
{
color: #6C8766;
}
.AnyTagClassName
{
color: #6C8766;
}
</style>
background-color css
<style>
a { background-color: #6C8766; }
a { background-color: rgb(108,135,102); }
div.DivClassName
{
background-color: #6C8766;
}
.BgClassName
{
background-color: #6C8766;
}
</style>
border-color css
<style>
span { border-color: #6C8766; }
span { border-color: rgb(108,135,102); }
td.TdClassName
{
border-color: #6C8766;
}
.TagClassName
{
border-color: #6C8766;
}
</style>