Shades of Xanadu #6F8265
Tints of Xanadu #6F8265
RGB
CMYK
RGB Variations
Color information
#6F8265 (or 0x6F8265) is known color: Xanadu. HEX triplet: 6F, 82 and 65. RGB value is (111,130,101). Sum of RGB (Red+Green+Blue) = 111+130+101=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8265 is #907D9A. Grayscale: #797979. Windows color (decimal): -9469339 or 6652527. OLE color: 6652527.
HSL color Cylindrical-coordinate representation of color #6F8265: hue angle of 99.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8265 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 101 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.49 |
| HSL | 99.31º | 0.13% | 0.45% | - |
| HSV(B) | 99.31º | 0.22% | 0.51% | - |
| XYZ | 16.89 | 20.28 | 15.34 | - |
| YUV | 121.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 101 | 0.15 | 0 | 0.22 | 0.49 | 99.31 | 0.13 | 0.45 |
| Hex | 6F | 82 | 65 | F | 0 | 16 | 31 | 63 | D | 2D |
| Octal | 157 | 202 | 145 | 17 | 0 | 26 | 61 | 143 | 15 | 55 |
| Binary | 1101111 | 10000010 | 1100101 | 1111 | 0 | 10110 | 110001 | 1100011 | 1101 | 101101 |
Color Harmonies of #6F8265
Complementary color
Monochromatic Colors of #6F8265
Black with #6F8265
Text Example
Text Example
White with #6F8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8265; }
p { color: rgb(111,130,101); }
H1.HeaderClassName
{
color: #6F8265;
}
.AnyTagClassName
{
color: #6F8265;
}
</style>
background-color css
<style>
a { background-color: #6F8265; }
a { background-color: rgb(111,130,101); }
div.DivClassName
{
background-color: #6F8265;
}
.BgClassName
{
background-color: #6F8265;
}
</style>
border-color css
<style>
span { border-color: #6F8265; }
span { border-color: rgb(111,130,101); }
td.TdClassName
{
border-color: #6F8265;
}
.TagClassName
{
border-color: #6F8265;
}
</style>