Shades of Xanadu #6D8A5D
Tints of Xanadu #6D8A5D
RGB
CMYK
RGB Variations
Color information
#6D8A5D (or 0x6D8A5D) is known color: Xanadu. HEX triplet: 6D, 8A and 5D. RGB value is (109,138,93). Sum of RGB (Red+Green+Blue) = 109+138+93=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A5D is #9275A2. Grayscale: #7C7C7C. Windows color (decimal): -9598371 or 6130285. OLE color: 6130285.
HSL color Cylindrical-coordinate representation of color #6D8A5D: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D8A5D is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 93 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.46 |
| HSL | 98.67º | 0.19% | 0.45% | - |
| HSV(B) | 98.67º | 0.33% | 0.54% | - |
| XYZ | 17.37 | 22.22 | 13.73 | - |
| YUV | 124.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 93 | 0.21 | 0 | 0.33 | 0.46 | 98.67 | 0.19 | 0.45 |
| Hex | 6D | 8A | 5D | 15 | 0 | 21 | 2E | 63 | 13 | 2D |
| Octal | 155 | 212 | 135 | 25 | 0 | 41 | 56 | 143 | 23 | 55 |
| Binary | 1101101 | 10001010 | 1011101 | 10101 | 0 | 100001 | 101110 | 1100011 | 10011 | 101101 |
Color Harmonies of #6D8A5D
Complementary color
Monochromatic Colors of #6D8A5D
Black with #6D8A5D
Text Example
Text Example
White with #6D8A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A5D; }
p { color: rgb(109,138,93); }
H1.HeaderClassName
{
color: #6D8A5D;
}
.AnyTagClassName
{
color: #6D8A5D;
}
</style>
background-color css
<style>
a { background-color: #6D8A5D; }
a { background-color: rgb(109,138,93); }
div.DivClassName
{
background-color: #6D8A5D;
}
.BgClassName
{
background-color: #6D8A5D;
}
</style>
border-color css
<style>
span { border-color: #6D8A5D; }
span { border-color: rgb(109,138,93); }
td.TdClassName
{
border-color: #6D8A5D;
}
.TagClassName
{
border-color: #6D8A5D;
}
</style>