Shades of Xanadu #6E8B61
Tints of Xanadu #6E8B61
RGB
CMYK
RGB Variations
Color information
#6E8B61 (or 0x6E8B61) is known color: Xanadu. HEX triplet: 6E, 8B and 61. RGB value is (110,139,97). Sum of RGB (Red+Green+Blue) = 110+139+97=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8B61 is #91749E. Grayscale: #7D7D7D. Windows color (decimal): -9532575 or 6392686. OLE color: 6392686.
HSL color Cylindrical-coordinate representation of color #6E8B61: hue angle of 101.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E8B61 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 97 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.45 |
| HSL | 101.43º | 0.18% | 0.46% | - |
| HSV(B) | 101.43º | 0.3% | 0.55% | - |
| XYZ | 17.82 | 22.64 | 14.74 | - |
| YUV | 125.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 97 | 0.21 | 0 | 0.30 | 0.45 | 101.43 | 0.18 | 0.46 |
| Hex | 6E | 8B | 61 | 15 | 0 | 1E | 2D | 65 | 12 | 2E |
| Octal | 156 | 213 | 141 | 25 | 0 | 36 | 55 | 145 | 22 | 56 |
| Binary | 1101110 | 10001011 | 1100001 | 10101 | 0 | 11110 | 101101 | 1100101 | 10010 | 101110 |
Color Harmonies of #6E8B61
Complementary color
Monochromatic Colors of #6E8B61
Black with #6E8B61
Text Example
Text Example
White with #6E8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B61; }
p { color: rgb(110,139,97); }
H1.HeaderClassName
{
color: #6E8B61;
}
.AnyTagClassName
{
color: #6E8B61;
}
</style>
background-color css
<style>
a { background-color: #6E8B61; }
a { background-color: rgb(110,139,97); }
div.DivClassName
{
background-color: #6E8B61;
}
.BgClassName
{
background-color: #6E8B61;
}
</style>
border-color css
<style>
span { border-color: #6E8B61; }
span { border-color: rgb(110,139,97); }
td.TdClassName
{
border-color: #6E8B61;
}
.TagClassName
{
border-color: #6E8B61;
}
</style>