Shades of Xanadu #6F9667
Tints of Xanadu #6F9667
RGB
CMYK
RGB Variations
Color information
#6F9667 (or 0x6F9667) is known color: Xanadu. HEX triplet: 6F, 96 and 67. RGB value is (111,150,103). Sum of RGB (Red+Green+Blue) = 111+150+103=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9667 is #906998. Grayscale: #858585. Windows color (decimal): -9464217 or 6788719. OLE color: 6788719.
HSL color Cylindrical-coordinate representation of color #6F9667: hue angle of 109.79º 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 #6F9667 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 103 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.41 |
| HSL | 109.79º | 0.19% | 0.5% | - |
| HSV(B) | 109.79º | 0.31% | 0.59% | - |
| XYZ | 19.91 | 26.17 | 16.83 | - |
| YUV | 132.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 103 | 0.26 | 0 | 0.31 | 0.41 | 109.79 | 0.19 | 0.5 |
| Hex | 6F | 96 | 67 | 1A | 0 | 1F | 29 | 6E | 13 | 32 |
| Octal | 157 | 226 | 147 | 32 | 0 | 37 | 51 | 156 | 23 | 62 |
| Binary | 1101111 | 10010110 | 1100111 | 11010 | 0 | 11111 | 101001 | 1101110 | 10011 | 110010 |
Color Harmonies of #6F9667
Complementary color
Monochromatic Colors of #6F9667
Black with #6F9667
Text Example
Text Example
White with #6F9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9667; }
p { color: rgb(111,150,103); }
H1.HeaderClassName
{
color: #6F9667;
}
.AnyTagClassName
{
color: #6F9667;
}
</style>
background-color css
<style>
a { background-color: #6F9667; }
a { background-color: rgb(111,150,103); }
div.DivClassName
{
background-color: #6F9667;
}
.BgClassName
{
background-color: #6F9667;
}
</style>
border-color css
<style>
span { border-color: #6F9667; }
span { border-color: rgb(111,150,103); }
td.TdClassName
{
border-color: #6F9667;
}
.TagClassName
{
border-color: #6F9667;
}
</style>