Shades of Xanadu #6F866C
Tints of Xanadu #6F866C
RGB
CMYK
RGB Variations
Color information
#6F866C (or 0x6F866C) is known color: Xanadu. HEX triplet: 6F, 86 and 6C. RGB value is (111,134,108). Sum of RGB (Red+Green+Blue) = 111+134+108=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #6F866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F866C is #907993. Grayscale: #7C7C7C. Windows color (decimal): -9468308 or 7112303. OLE color: 7112303.
HSL color Cylindrical-coordinate representation of color #6F866C: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F866C is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 108 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.47 |
| HSL | 113.08º | 0.11% | 0.47% | - |
| HSV(B) | 113.08º | 0.19% | 0.53% | - |
| XYZ | 17.79 | 21.51 | 17.4 | - |
| YUV | 124.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 108 | 0.17 | 0 | 0.19 | 0.47 | 113.08 | 0.11 | 0.47 |
| Hex | 6F | 86 | 6C | 11 | 0 | 13 | 2F | 71 | B | 2F |
| Octal | 157 | 206 | 154 | 21 | 0 | 23 | 57 | 161 | 13 | 57 |
| Binary | 1101111 | 10000110 | 1101100 | 10001 | 0 | 10011 | 101111 | 1110001 | 1011 | 101111 |
Color Harmonies of #6F866C
Complementary color
Monochromatic Colors of #6F866C
Black with #6F866C
Text Example
Text Example
White with #6F866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F866C; }
p { color: rgb(111,134,108); }
H1.HeaderClassName
{
color: #6F866C;
}
.AnyTagClassName
{
color: #6F866C;
}
</style>
background-color css
<style>
a { background-color: #6F866C; }
a { background-color: rgb(111,134,108); }
div.DivClassName
{
background-color: #6F866C;
}
.BgClassName
{
background-color: #6F866C;
}
</style>
border-color css
<style>
span { border-color: #6F866C; }
span { border-color: rgb(111,134,108); }
td.TdClassName
{
border-color: #6F866C;
}
.TagClassName
{
border-color: #6F866C;
}
</style>