Shades of Xanadu #6E876A
Tints of Xanadu #6E876A
RGB
CMYK
RGB Variations
Color information
#6E876A (or 0x6E876A) is known color: Xanadu. HEX triplet: 6E, 87 and 6A. RGB value is (110,135,106). Sum of RGB (Red+Green+Blue) = 110+135+106=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #6E876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E876A is #917895. Grayscale: #7C7C7C. Windows color (decimal): -9533590 or 6981486. OLE color: 6981486.
HSL color Cylindrical-coordinate representation of color #6E876A: hue angle of 111.72º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E876A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 106 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.47 |
| HSL | 111.72º | 0.12% | 0.47% | - |
| HSV(B) | 111.72º | 0.21% | 0.53% | - |
| XYZ | 17.7 | 21.68 | 16.89 | - |
| YUV | 124.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 106 | 0.19 | 0 | 0.21 | 0.47 | 111.72 | 0.12 | 0.47 |
| Hex | 6E | 87 | 6A | 13 | 0 | 15 | 2F | 70 | C | 2F |
| Octal | 156 | 207 | 152 | 23 | 0 | 25 | 57 | 160 | 14 | 57 |
| Binary | 1101110 | 10000111 | 1101010 | 10011 | 0 | 10101 | 101111 | 1110000 | 1100 | 101111 |
Color Harmonies of #6E876A
Complementary color
Monochromatic Colors of #6E876A
Black with #6E876A
Text Example
Text Example
White with #6E876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E876A; }
p { color: rgb(110,135,106); }
H1.HeaderClassName
{
color: #6E876A;
}
.AnyTagClassName
{
color: #6E876A;
}
</style>
background-color css
<style>
a { background-color: #6E876A; }
a { background-color: rgb(110,135,106); }
div.DivClassName
{
background-color: #6E876A;
}
.BgClassName
{
background-color: #6E876A;
}
</style>
border-color css
<style>
span { border-color: #6E876A; }
span { border-color: rgb(110,135,106); }
td.TdClassName
{
border-color: #6E876A;
}
.TagClassName
{
border-color: #6E876A;
}
</style>