Shades of Xanadu #6E915F
Tints of Xanadu #6E915F
RGB
CMYK
RGB Variations
Color information
#6E915F (or 0x6E915F) is known color: Xanadu. HEX triplet: 6E, 91 and 5F. RGB value is (110,145,95). Sum of RGB (Red+Green+Blue) = 110+145+95=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #6E915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E915F is #916EA0. Grayscale: #818181. Windows color (decimal): -9531041 or 6263150. OLE color: 6263150.
HSL color Cylindrical-coordinate representation of color #6E915F: hue angle of 102º 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 #6E915F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 95 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.43 |
| HSL | 102º | 0.21% | 0.47% | - |
| HSV(B) | 102º | 0.34% | 0.57% | - |
| XYZ | 18.62 | 24.39 | 14.55 | - |
| YUV | 128.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 95 | 0.24 | 0 | 0.34 | 0.43 | 102 | 0.21 | 0.47 |
| Hex | 6E | 91 | 5F | 18 | 0 | 22 | 2B | 66 | 15 | 2F |
| Octal | 156 | 221 | 137 | 30 | 0 | 42 | 53 | 146 | 25 | 57 |
| Binary | 1101110 | 10010001 | 1011111 | 11000 | 0 | 100010 | 101011 | 1100110 | 10101 | 101111 |
Color Harmonies of #6E915F
Complementary color
Monochromatic Colors of #6E915F
Black with #6E915F
Text Example
Text Example
White with #6E915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E915F; }
p { color: rgb(110,145,95); }
H1.HeaderClassName
{
color: #6E915F;
}
.AnyTagClassName
{
color: #6E915F;
}
</style>
background-color css
<style>
a { background-color: #6E915F; }
a { background-color: rgb(110,145,95); }
div.DivClassName
{
background-color: #6E915F;
}
.BgClassName
{
background-color: #6E915F;
}
</style>
border-color css
<style>
span { border-color: #6E915F; }
span { border-color: rgb(110,145,95); }
td.TdClassName
{
border-color: #6E915F;
}
.TagClassName
{
border-color: #6E915F;
}
</style>