Shades of Xanadu #6D8B64
Tints of Xanadu #6D8B64
RGB
CMYK
RGB Variations
Color information
#6D8B64 (or 0x6D8B64) is known color: Xanadu. HEX triplet: 6D, 8B and 64. RGB value is (109,139,100). Sum of RGB (Red+Green+Blue) = 109+139+100=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B64 is #92749B. Grayscale: #7D7D7D. Windows color (decimal): -9598108 or 6589293. OLE color: 6589293.
HSL color Cylindrical-coordinate representation of color #6D8B64: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D8B64 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 100 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.45 |
| HSL | 106.15º | 0.16% | 0.47% | - |
| HSV(B) | 106.15º | 0.28% | 0.55% | - |
| XYZ | 17.84 | 22.64 | 15.49 | - |
| YUV | 125.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 100 | 0.22 | 0 | 0.28 | 0.45 | 106.15 | 0.16 | 0.47 |
| Hex | 6D | 8B | 64 | 16 | 0 | 1C | 2D | 6A | 10 | 2F |
| Octal | 155 | 213 | 144 | 26 | 0 | 34 | 55 | 152 | 20 | 57 |
| Binary | 1101101 | 10001011 | 1100100 | 10110 | 0 | 11100 | 101101 | 1101010 | 10000 | 101111 |
Color Harmonies of #6D8B64
Complementary color
Monochromatic Colors of #6D8B64
Black with #6D8B64
Text Example
Text Example
White with #6D8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B64; }
p { color: rgb(109,139,100); }
H1.HeaderClassName
{
color: #6D8B64;
}
.AnyTagClassName
{
color: #6D8B64;
}
</style>
background-color css
<style>
a { background-color: #6D8B64; }
a { background-color: rgb(109,139,100); }
div.DivClassName
{
background-color: #6D8B64;
}
.BgClassName
{
background-color: #6D8B64;
}
</style>
border-color css
<style>
span { border-color: #6D8B64; }
span { border-color: rgb(109,139,100); }
td.TdClassName
{
border-color: #6D8B64;
}
.TagClassName
{
border-color: #6D8B64;
}
</style>