Shades of Xanadu #6F8663
Tints of Xanadu #6F8663
RGB
CMYK
RGB Variations
Color information
#6F8663 (or 0x6F8663) is known color: Xanadu. HEX triplet: 6F, 86 and 63. RGB value is (111,134,99). Sum of RGB (Red+Green+Blue) = 111+134+99=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8663 is #90799C. Grayscale: #7B7B7B. Windows color (decimal): -9468317 or 6522479. OLE color: 6522479.
HSL color Cylindrical-coordinate representation of color #6F8663: hue angle of 99.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F8663 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 99 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.47 |
| HSL | 99.43º | 0.15% | 0.46% | - |
| HSV(B) | 99.43º | 0.26% | 0.53% | - |
| XYZ | 17.33 | 21.33 | 15.01 | - |
| YUV | 123.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 99 | 0.17 | 0 | 0.26 | 0.47 | 99.43 | 0.15 | 0.46 |
| Hex | 6F | 86 | 63 | 11 | 0 | 1A | 2F | 63 | F | 2E |
| Octal | 157 | 206 | 143 | 21 | 0 | 32 | 57 | 143 | 17 | 56 |
| Binary | 1101111 | 10000110 | 1100011 | 10001 | 0 | 11010 | 101111 | 1100011 | 1111 | 101110 |
Color Harmonies of #6F8663
Complementary color
Monochromatic Colors of #6F8663
Black with #6F8663
Text Example
Text Example
White with #6F8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8663; }
p { color: rgb(111,134,99); }
H1.HeaderClassName
{
color: #6F8663;
}
.AnyTagClassName
{
color: #6F8663;
}
</style>
background-color css
<style>
a { background-color: #6F8663; }
a { background-color: rgb(111,134,99); }
div.DivClassName
{
background-color: #6F8663;
}
.BgClassName
{
background-color: #6F8663;
}
</style>
border-color css
<style>
span { border-color: #6F8663; }
span { border-color: rgb(111,134,99); }
td.TdClassName
{
border-color: #6F8663;
}
.TagClassName
{
border-color: #6F8663;
}
</style>