Shades of Xanadu #6E9667
Tints of Xanadu #6E9667
RGB
CMYK
RGB Variations
Color information
#6E9667 (or 0x6E9667) is known color: Xanadu. HEX triplet: 6E, 96 and 67. RGB value is (110,150,103). Sum of RGB (Red+Green+Blue) = 110+150+103=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #6E9667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9667 is #916998. Grayscale: #848484. Windows color (decimal): -9529753 or 6788718. OLE color: 6788718.
HSL color Cylindrical-coordinate representation of color #6E9667: hue angle of 111.06º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E9667 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 150 | 103 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.41 |
| HSL | 111.06º | 0.19% | 0.5% | - |
| HSV(B) | 111.06º | 0.31% | 0.59% | - |
| XYZ | 19.78 | 26.11 | 16.83 | - |
| YUV | 132.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 103 | 0.27 | 0 | 0.31 | 0.41 | 111.06 | 0.19 | 0.5 |
| Hex | 6E | 96 | 67 | 1B | 0 | 1F | 29 | 6F | 13 | 32 |
| Octal | 156 | 226 | 147 | 33 | 0 | 37 | 51 | 157 | 23 | 62 |
| Binary | 1101110 | 10010110 | 1100111 | 11011 | 0 | 11111 | 101001 | 1101111 | 10011 | 110010 |
Color Harmonies of #6E9667
Complementary color
Monochromatic Colors of #6E9667
Black with #6E9667
Text Example
Text Example
White with #6E9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9667; }
p { color: rgb(110,150,103); }
H1.HeaderClassName
{
color: #6E9667;
}
.AnyTagClassName
{
color: #6E9667;
}
</style>
background-color css
<style>
a { background-color: #6E9667; }
a { background-color: rgb(110,150,103); }
div.DivClassName
{
background-color: #6E9667;
}
.BgClassName
{
background-color: #6E9667;
}
</style>
border-color css
<style>
span { border-color: #6E9667; }
span { border-color: rgb(110,150,103); }
td.TdClassName
{
border-color: #6E9667;
}
.TagClassName
{
border-color: #6E9667;
}
</style>