Shades of Xanadu #6D915F
Tints of Xanadu #6D915F
RGB
CMYK
RGB Variations
Color information
#6D915F (or 0x6D915F) is known color: Xanadu. HEX triplet: 6D, 91 and 5F. RGB value is (109,145,95). Sum of RGB (Red+Green+Blue) = 109+145+95=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #6D915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D915F is #926EA0. Grayscale: #808080. Windows color (decimal): -9596577 or 6263149. OLE color: 6263149.
HSL color Cylindrical-coordinate representation of color #6D915F: hue angle of 103.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D915F is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 95 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.43 |
| HSL | 103.2º | 0.21% | 0.47% | - |
| HSV(B) | 103.2º | 0.34% | 0.57% | - |
| XYZ | 18.5 | 24.33 | 14.55 | - |
| YUV | 128.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 95 | 0.25 | 0 | 0.34 | 0.43 | 103.2 | 0.21 | 0.47 |
| Hex | 6D | 91 | 5F | 19 | 0 | 22 | 2B | 67 | 15 | 2F |
| Octal | 155 | 221 | 137 | 31 | 0 | 42 | 53 | 147 | 25 | 57 |
| Binary | 1101101 | 10010001 | 1011111 | 11001 | 0 | 100010 | 101011 | 1100111 | 10101 | 101111 |
Color Harmonies of #6D915F
Complementary color
Monochromatic Colors of #6D915F
Black with #6D915F
Text Example
Text Example
White with #6D915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D915F; }
p { color: rgb(109,145,95); }
H1.HeaderClassName
{
color: #6D915F;
}
.AnyTagClassName
{
color: #6D915F;
}
</style>
background-color css
<style>
a { background-color: #6D915F; }
a { background-color: rgb(109,145,95); }
div.DivClassName
{
background-color: #6D915F;
}
.BgClassName
{
background-color: #6D915F;
}
</style>
border-color css
<style>
span { border-color: #6D915F; }
span { border-color: rgb(109,145,95); }
td.TdClassName
{
border-color: #6D915F;
}
.TagClassName
{
border-color: #6D915F;
}
</style>