Shades of Xanadu #6F8865
Tints of Xanadu #6F8865
RGB
CMYK
RGB Variations
Color information
#6F8865 (or 0x6F8865) is known color: Xanadu. HEX triplet: 6F, 88 and 65. RGB value is (111,136,101). Sum of RGB (Red+Green+Blue) = 111+136+101=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8865 is #90779A. Grayscale: #7C7C7C. Windows color (decimal): -9467803 or 6654063. OLE color: 6654063.
HSL color Cylindrical-coordinate representation of color #6F8865: hue angle of 102.86º 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 #6F8865 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 101 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.47 |
| HSL | 102.86º | 0.15% | 0.46% | - |
| HSV(B) | 102.86º | 0.26% | 0.53% | - |
| XYZ | 17.71 | 21.93 | 15.61 | - |
| YUV | 124.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 101 | 0.18 | 0 | 0.26 | 0.47 | 102.86 | 0.15 | 0.46 |
| Hex | 6F | 88 | 65 | 12 | 0 | 1A | 2F | 67 | F | 2E |
| Octal | 157 | 210 | 145 | 22 | 0 | 32 | 57 | 147 | 17 | 56 |
| Binary | 1101111 | 10001000 | 1100101 | 10010 | 0 | 11010 | 101111 | 1100111 | 1111 | 101110 |
Color Harmonies of #6F8865
Complementary color
Monochromatic Colors of #6F8865
Black with #6F8865
Text Example
Text Example
White with #6F8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8865; }
p { color: rgb(111,136,101); }
H1.HeaderClassName
{
color: #6F8865;
}
.AnyTagClassName
{
color: #6F8865;
}
</style>
background-color css
<style>
a { background-color: #6F8865; }
a { background-color: rgb(111,136,101); }
div.DivClassName
{
background-color: #6F8865;
}
.BgClassName
{
background-color: #6F8865;
}
</style>
border-color css
<style>
span { border-color: #6F8865; }
span { border-color: rgb(111,136,101); }
td.TdClassName
{
border-color: #6F8865;
}
.TagClassName
{
border-color: #6F8865;
}
</style>