Shades of Xanadu #6D8767
Tints of Xanadu #6D8767
RGB
CMYK
RGB Variations
Color information
#6D8767 (or 0x6D8767) is known color: Xanadu. HEX triplet: 6D, 87 and 67. RGB value is (109,135,103). Sum of RGB (Red+Green+Blue) = 109+135+103=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8767 is #927898. Grayscale: #7B7B7B. Windows color (decimal): -9599129 or 6784877. OLE color: 6784877.
HSL color Cylindrical-coordinate representation of color #6D8767: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8767 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 103 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.47 |
| HSL | 108.75º | 0.13% | 0.47% | - |
| HSV(B) | 108.75º | 0.24% | 0.53% | - |
| XYZ | 17.42 | 21.56 | 16.08 | - |
| YUV | 123.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 103 | 0.19 | 0 | 0.24 | 0.47 | 108.75 | 0.13 | 0.47 |
| Hex | 6D | 87 | 67 | 13 | 0 | 18 | 2F | 6D | D | 2F |
| Octal | 155 | 207 | 147 | 23 | 0 | 30 | 57 | 155 | 15 | 57 |
| Binary | 1101101 | 10000111 | 1100111 | 10011 | 0 | 11000 | 101111 | 1101101 | 1101 | 101111 |
Color Harmonies of #6D8767
Complementary color
Monochromatic Colors of #6D8767
Black with #6D8767
Text Example
Text Example
White with #6D8767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8767; }
p { color: rgb(109,135,103); }
H1.HeaderClassName
{
color: #6D8767;
}
.AnyTagClassName
{
color: #6D8767;
}
</style>
background-color css
<style>
a { background-color: #6D8767; }
a { background-color: rgb(109,135,103); }
div.DivClassName
{
background-color: #6D8767;
}
.BgClassName
{
background-color: #6D8767;
}
</style>
border-color css
<style>
span { border-color: #6D8767; }
span { border-color: rgb(109,135,103); }
td.TdClassName
{
border-color: #6D8767;
}
.TagClassName
{
border-color: #6D8767;
}
</style>