Shades of Xanadu #6F9664
Tints of Xanadu #6F9664
RGB
CMYK
RGB Variations
Color information
#6F9664 (or 0x6F9664) is known color: Xanadu. HEX triplet: 6F, 96 and 64. RGB value is (111,150,100). Sum of RGB (Red+Green+Blue) = 111+150+100=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9664 is #90699B. Grayscale: #848484. Windows color (decimal): -9464220 or 6592111. OLE color: 6592111.
HSL color Cylindrical-coordinate representation of color #6F9664: hue angle of 106.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F9664 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 100 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.41 |
| HSL | 106.8º | 0.2% | 0.49% | - |
| HSV(B) | 106.8º | 0.33% | 0.59% | - |
| XYZ | 19.76 | 26.11 | 16.06 | - |
| YUV | 132.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 100 | 0.26 | 0 | 0.33 | 0.41 | 106.8 | 0.2 | 0.49 |
| Hex | 6F | 96 | 64 | 1A | 0 | 21 | 29 | 6B | 14 | 31 |
| Octal | 157 | 226 | 144 | 32 | 0 | 41 | 51 | 153 | 24 | 61 |
| Binary | 1101111 | 10010110 | 1100100 | 11010 | 0 | 100001 | 101001 | 1101011 | 10100 | 110001 |
Color Harmonies of #6F9664
Complementary color
Monochromatic Colors of #6F9664
Black with #6F9664
Text Example
Text Example
White with #6F9664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9664; }
p { color: rgb(111,150,100); }
H1.HeaderClassName
{
color: #6F9664;
}
.AnyTagClassName
{
color: #6F9664;
}
</style>
background-color css
<style>
a { background-color: #6F9664; }
a { background-color: rgb(111,150,100); }
div.DivClassName
{
background-color: #6F9664;
}
.BgClassName
{
background-color: #6F9664;
}
</style>
border-color css
<style>
span { border-color: #6F9664; }
span { border-color: rgb(111,150,100); }
td.TdClassName
{
border-color: #6F9664;
}
.TagClassName
{
border-color: #6F9664;
}
</style>