Shades of Xanadu #6F9066
Tints of Xanadu #6F9066
RGB
CMYK
RGB Variations
Color information
#6F9066 (or 0x6F9066) is known color: Xanadu. HEX triplet: 6F, 90 and 66. RGB value is (111,144,102). Sum of RGB (Red+Green+Blue) = 111+144+102=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9066 is #906F99. Grayscale: #818181. Windows color (decimal): -9465754 or 6721647. OLE color: 6721647.
HSL color Cylindrical-coordinate representation of color #6F9066: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9066 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 144 | 102 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.44 |
| HSL | 107.14º | 0.17% | 0.48% | - |
| HSV(B) | 107.14º | 0.29% | 0.56% | - |
| XYZ | 18.93 | 24.29 | 16.26 | - |
| YUV | 129.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 102 | 0.23 | 0 | 0.29 | 0.44 | 107.14 | 0.17 | 0.48 |
| Hex | 6F | 90 | 66 | 17 | 0 | 1D | 2C | 6B | 11 | 30 |
| Octal | 157 | 220 | 146 | 27 | 0 | 35 | 54 | 153 | 21 | 60 |
| Binary | 1101111 | 10010000 | 1100110 | 10111 | 0 | 11101 | 101100 | 1101011 | 10001 | 110000 |
Color Harmonies of #6F9066
Complementary color
Monochromatic Colors of #6F9066
Black with #6F9066
Text Example
Text Example
White with #6F9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9066; }
p { color: rgb(111,144,102); }
H1.HeaderClassName
{
color: #6F9066;
}
.AnyTagClassName
{
color: #6F9066;
}
</style>
background-color css
<style>
a { background-color: #6F9066; }
a { background-color: rgb(111,144,102); }
div.DivClassName
{
background-color: #6F9066;
}
.BgClassName
{
background-color: #6F9066;
}
</style>
border-color css
<style>
span { border-color: #6F9066; }
span { border-color: rgb(111,144,102); }
td.TdClassName
{
border-color: #6F9066;
}
.TagClassName
{
border-color: #6F9066;
}
</style>