Shades of Xanadu #6D8967
Tints of Xanadu #6D8967
RGB
CMYK
RGB Variations
Color information
#6D8967 (or 0x6D8967) is known color: Xanadu. HEX triplet: 6D, 89 and 67. RGB value is (109,137,103). Sum of RGB (Red+Green+Blue) = 109+137+103=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8967 is #927698. Grayscale: #7C7C7C. Windows color (decimal): -9598617 or 6785389. OLE color: 6785389.
HSL color Cylindrical-coordinate representation of color #6D8967: hue angle of 109.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8967 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 137 | 103 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.46 |
| HSL | 109.41º | 0.14% | 0.47% | - |
| HSV(B) | 109.41º | 0.25% | 0.54% | - |
| XYZ | 17.7 | 22.12 | 16.17 | - |
| YUV | 124.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 137 | 103 | 0.20 | 0 | 0.25 | 0.46 | 109.41 | 0.14 | 0.47 |
| Hex | 6D | 89 | 67 | 14 | 0 | 19 | 2E | 6D | E | 2F |
| Octal | 155 | 211 | 147 | 24 | 0 | 31 | 56 | 155 | 16 | 57 |
| Binary | 1101101 | 10001001 | 1100111 | 10100 | 0 | 11001 | 101110 | 1101101 | 1110 | 101111 |
Color Harmonies of #6D8967
Complementary color
Monochromatic Colors of #6D8967
Black with #6D8967
Text Example
Text Example
White with #6D8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8967; }
p { color: rgb(109,137,103); }
H1.HeaderClassName
{
color: #6D8967;
}
.AnyTagClassName
{
color: #6D8967;
}
</style>
background-color css
<style>
a { background-color: #6D8967; }
a { background-color: rgb(109,137,103); }
div.DivClassName
{
background-color: #6D8967;
}
.BgClassName
{
background-color: #6D8967;
}
</style>
border-color css
<style>
span { border-color: #6D8967; }
span { border-color: rgb(109,137,103); }
td.TdClassName
{
border-color: #6D8967;
}
.TagClassName
{
border-color: #6D8967;
}
</style>