Shades of Xanadu #6C8667
Tints of Xanadu #6C8667
RGB
CMYK
RGB Variations
Color information
#6C8667 (or 0x6C8667) is known color: Xanadu. HEX triplet: 6C, 86 and 67. RGB value is (108,134,103). Sum of RGB (Red+Green+Blue) = 108+134+103=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8667 is #937998. Grayscale: #7A7A7A. Windows color (decimal): -9664921 or 6784620. OLE color: 6784620.
HSL color Cylindrical-coordinate representation of color #6C8667: hue angle of 110.32º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8667 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 103 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.47 |
| HSL | 110.32º | 0.13% | 0.46% | - |
| HSV(B) | 110.32º | 0.23% | 0.53% | - |
| XYZ | 17.16 | 21.22 | 16.02 | - |
| YUV | 122.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 103 | 0.19 | 0 | 0.23 | 0.47 | 110.32 | 0.13 | 0.46 |
| Hex | 6C | 86 | 67 | 13 | 0 | 17 | 2F | 6E | D | 2E |
| Octal | 154 | 206 | 147 | 23 | 0 | 27 | 57 | 156 | 15 | 56 |
| Binary | 1101100 | 10000110 | 1100111 | 10011 | 0 | 10111 | 101111 | 1101110 | 1101 | 101110 |
Color Harmonies of #6C8667
Complementary color
Monochromatic Colors of #6C8667
Black with #6C8667
Text Example
Text Example
White with #6C8667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8667; }
p { color: rgb(108,134,103); }
H1.HeaderClassName
{
color: #6C8667;
}
.AnyTagClassName
{
color: #6C8667;
}
</style>
background-color css
<style>
a { background-color: #6C8667; }
a { background-color: rgb(108,134,103); }
div.DivClassName
{
background-color: #6C8667;
}
.BgClassName
{
background-color: #6C8667;
}
</style>
border-color css
<style>
span { border-color: #6C8667; }
span { border-color: rgb(108,134,103); }
td.TdClassName
{
border-color: #6C8667;
}
.TagClassName
{
border-color: #6C8667;
}
</style>