Shades of Xanadu #6D8A66
Tints of Xanadu #6D8A66
RGB
CMYK
RGB Variations
Color information
#6D8A66 (or 0x6D8A66) is known color: Xanadu. HEX triplet: 6D, 8A and 66. RGB value is (109,138,102). Sum of RGB (Red+Green+Blue) = 109+138+102=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A66 is #927599. Grayscale: #7D7D7D. Windows color (decimal): -9598362 or 6720109. OLE color: 6720109.
HSL color Cylindrical-coordinate representation of color #6D8A66: hue angle of 108.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8A66 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 102 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.46 |
| HSL | 108.33º | 0.15% | 0.47% | - |
| HSV(B) | 108.33º | 0.26% | 0.54% | - |
| XYZ | 17.79 | 22.39 | 15.95 | - |
| YUV | 125.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 102 | 0.21 | 0 | 0.26 | 0.46 | 108.33 | 0.15 | 0.47 |
| Hex | 6D | 8A | 66 | 15 | 0 | 1A | 2E | 6C | F | 2F |
| Octal | 155 | 212 | 146 | 25 | 0 | 32 | 56 | 154 | 17 | 57 |
| Binary | 1101101 | 10001010 | 1100110 | 10101 | 0 | 11010 | 101110 | 1101100 | 1111 | 101111 |
Color Harmonies of #6D8A66
Complementary color
Monochromatic Colors of #6D8A66
Black with #6D8A66
Text Example
Text Example
White with #6D8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A66; }
p { color: rgb(109,138,102); }
H1.HeaderClassName
{
color: #6D8A66;
}
.AnyTagClassName
{
color: #6D8A66;
}
</style>
background-color css
<style>
a { background-color: #6D8A66; }
a { background-color: rgb(109,138,102); }
div.DivClassName
{
background-color: #6D8A66;
}
.BgClassName
{
background-color: #6D8A66;
}
</style>
border-color css
<style>
span { border-color: #6D8A66; }
span { border-color: rgb(109,138,102); }
td.TdClassName
{
border-color: #6D8A66;
}
.TagClassName
{
border-color: #6D8A66;
}
</style>