Shades of Xanadu #6F8566
Tints of Xanadu #6F8566
RGB
CMYK
RGB Variations
Color information
#6F8566 (or 0x6F8566) is known color: Xanadu. HEX triplet: 6F, 85 and 66. RGB value is (111,133,102). Sum of RGB (Red+Green+Blue) = 111+133+102=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8566 is #907A99. Grayscale: #7A7A7A. Windows color (decimal): -9468570 or 6718831. OLE color: 6718831.
HSL color Cylindrical-coordinate representation of color #6F8566: hue angle of 102.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8566 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 102 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.48 |
| HSL | 102.58º | 0.13% | 0.46% | - |
| HSV(B) | 102.58º | 0.23% | 0.52% | - |
| XYZ | 17.34 | 21.11 | 15.73 | - |
| YUV | 122.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 102 | 0.17 | 0 | 0.23 | 0.48 | 102.58 | 0.13 | 0.46 |
| Hex | 6F | 85 | 66 | 11 | 0 | 17 | 30 | 67 | D | 2E |
| Octal | 157 | 205 | 146 | 21 | 0 | 27 | 60 | 147 | 15 | 56 |
| Binary | 1101111 | 10000101 | 1100110 | 10001 | 0 | 10111 | 110000 | 1100111 | 1101 | 101110 |
Color Harmonies of #6F8566
Complementary color
Monochromatic Colors of #6F8566
Black with #6F8566
Text Example
Text Example
White with #6F8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8566; }
p { color: rgb(111,133,102); }
H1.HeaderClassName
{
color: #6F8566;
}
.AnyTagClassName
{
color: #6F8566;
}
</style>
background-color css
<style>
a { background-color: #6F8566; }
a { background-color: rgb(111,133,102); }
div.DivClassName
{
background-color: #6F8566;
}
.BgClassName
{
background-color: #6F8566;
}
</style>
border-color css
<style>
span { border-color: #6F8566; }
span { border-color: rgb(111,133,102); }
td.TdClassName
{
border-color: #6F8566;
}
.TagClassName
{
border-color: #6F8566;
}
</style>