Shades of Xanadu #6D8862
Tints of Xanadu #6D8862
RGB
CMYK
RGB Variations
Color information
#6D8862 (or 0x6D8862) is known color: Xanadu. HEX triplet: 6D, 88 and 62. RGB value is (109,136,98). Sum of RGB (Red+Green+Blue) = 109+136+98=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8862 is #92779D. Grayscale: #7B7B7B. Windows color (decimal): -9598878 or 6457453. OLE color: 6457453.
HSL color Cylindrical-coordinate representation of color #6D8862: hue angle of 102.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D8862 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 98 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.47 |
| HSL | 102.63º | 0.16% | 0.46% | - |
| HSV(B) | 102.63º | 0.28% | 0.53% | - |
| XYZ | 17.32 | 21.74 | 14.84 | - |
| YUV | 123.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 98 | 0.20 | 0 | 0.28 | 0.47 | 102.63 | 0.16 | 0.46 |
| Hex | 6D | 88 | 62 | 14 | 0 | 1C | 2F | 67 | 10 | 2E |
| Octal | 155 | 210 | 142 | 24 | 0 | 34 | 57 | 147 | 20 | 56 |
| Binary | 1101101 | 10001000 | 1100010 | 10100 | 0 | 11100 | 101111 | 1100111 | 10000 | 101110 |
Color Harmonies of #6D8862
Complementary color
Monochromatic Colors of #6D8862
Black with #6D8862
Text Example
Text Example
White with #6D8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8862; }
p { color: rgb(109,136,98); }
H1.HeaderClassName
{
color: #6D8862;
}
.AnyTagClassName
{
color: #6D8862;
}
</style>
background-color css
<style>
a { background-color: #6D8862; }
a { background-color: rgb(109,136,98); }
div.DivClassName
{
background-color: #6D8862;
}
.BgClassName
{
background-color: #6D8862;
}
</style>
border-color css
<style>
span { border-color: #6D8862; }
span { border-color: rgb(109,136,98); }
td.TdClassName
{
border-color: #6D8862;
}
.TagClassName
{
border-color: #6D8862;
}
</style>