Shades of Xanadu #6E9367
Tints of Xanadu #6E9367
RGB
CMYK
RGB Variations
Color information
#6E9367 (or 0x6E9367) is known color: Xanadu. HEX triplet: 6E, 93 and 67. RGB value is (110,147,103). Sum of RGB (Red+Green+Blue) = 110+147+103=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9367 is #916C98. Grayscale: #838383. Windows color (decimal): -9530521 or 6787950. OLE color: 6787950.
HSL color Cylindrical-coordinate representation of color #6E9367: hue angle of 110.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9367 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 103 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.42 |
| HSL | 110.45º | 0.18% | 0.49% | - |
| HSV(B) | 110.45º | 0.3% | 0.58% | - |
| XYZ | 19.31 | 25.16 | 16.67 | - |
| YUV | 130.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 103 | 0.25 | 0 | 0.30 | 0.42 | 110.45 | 0.18 | 0.49 |
| Hex | 6E | 93 | 67 | 19 | 0 | 1E | 2A | 6E | 12 | 31 |
| Octal | 156 | 223 | 147 | 31 | 0 | 36 | 52 | 156 | 22 | 61 |
| Binary | 1101110 | 10010011 | 1100111 | 11001 | 0 | 11110 | 101010 | 1101110 | 10010 | 110001 |
Color Harmonies of #6E9367
Complementary color
Monochromatic Colors of #6E9367
Black with #6E9367
Text Example
Text Example
White with #6E9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9367; }
p { color: rgb(110,147,103); }
H1.HeaderClassName
{
color: #6E9367;
}
.AnyTagClassName
{
color: #6E9367;
}
</style>
background-color css
<style>
a { background-color: #6E9367; }
a { background-color: rgb(110,147,103); }
div.DivClassName
{
background-color: #6E9367;
}
.BgClassName
{
background-color: #6E9367;
}
</style>
border-color css
<style>
span { border-color: #6E9367; }
span { border-color: rgb(110,147,103); }
td.TdClassName
{
border-color: #6E9367;
}
.TagClassName
{
border-color: #6E9367;
}
</style>