Shades of Xanadu #6D8D5D
Tints of Xanadu #6D8D5D
RGB
CMYK
RGB Variations
Color information
#6D8D5D (or 0x6D8D5D) is known color: Xanadu. HEX triplet: 6D, 8D and 5D. RGB value is (109,141,93). Sum of RGB (Red+Green+Blue) = 109+141+93=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D5D is #9272A2. Grayscale: #7E7E7E. Windows color (decimal): -9597603 or 6131053. OLE color: 6131053.
HSL color Cylindrical-coordinate representation of color #6D8D5D: hue angle of 100º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D8D5D is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 141 | 93 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.45 |
| HSL | 100º | 0.21% | 0.46% | - |
| HSV(B) | 100º | 0.34% | 0.55% | - |
| XYZ | 17.81 | 23.09 | 13.87 | - |
| YUV | 125.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 93 | 0.23 | 0 | 0.34 | 0.45 | 100 | 0.21 | 0.46 |
| Hex | 6D | 8D | 5D | 17 | 0 | 22 | 2D | 64 | 15 | 2E |
| Octal | 155 | 215 | 135 | 27 | 0 | 42 | 55 | 144 | 25 | 56 |
| Binary | 1101101 | 10001101 | 1011101 | 10111 | 0 | 100010 | 101101 | 1100100 | 10101 | 101110 |
Color Harmonies of #6D8D5D
Complementary color
Monochromatic Colors of #6D8D5D
Black with #6D8D5D
Text Example
Text Example
White with #6D8D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8D5D; }
p { color: rgb(109,141,93); }
H1.HeaderClassName
{
color: #6D8D5D;
}
.AnyTagClassName
{
color: #6D8D5D;
}
</style>
background-color css
<style>
a { background-color: #6D8D5D; }
a { background-color: rgb(109,141,93); }
div.DivClassName
{
background-color: #6D8D5D;
}
.BgClassName
{
background-color: #6D8D5D;
}
</style>
border-color css
<style>
span { border-color: #6D8D5D; }
span { border-color: rgb(109,141,93); }
td.TdClassName
{
border-color: #6D8D5D;
}
.TagClassName
{
border-color: #6D8D5D;
}
</style>