Shades of Xanadu #6F8669
Tints of Xanadu #6F8669
RGB
CMYK
RGB Variations
Color information
#6F8669 (or 0x6F8669) is known color: Xanadu. HEX triplet: 6F, 86 and 69. RGB value is (111,134,105). Sum of RGB (Red+Green+Blue) = 111+134+105=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8669 is #907996. Grayscale: #7B7B7B. Windows color (decimal): -9468311 or 6915695. OLE color: 6915695.
HSL color Cylindrical-coordinate representation of color #6F8669: hue angle of 107.59º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8669 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 105 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.47 |
| HSL | 107.59º | 0.12% | 0.47% | - |
| HSV(B) | 107.59º | 0.22% | 0.53% | - |
| XYZ | 17.63 | 21.45 | 16.58 | - |
| YUV | 123.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 105 | 0.17 | 0 | 0.22 | 0.47 | 107.59 | 0.12 | 0.47 |
| Hex | 6F | 86 | 69 | 11 | 0 | 16 | 2F | 6C | C | 2F |
| Octal | 157 | 206 | 151 | 21 | 0 | 26 | 57 | 154 | 14 | 57 |
| Binary | 1101111 | 10000110 | 1101001 | 10001 | 0 | 10110 | 101111 | 1101100 | 1100 | 101111 |
Color Harmonies of #6F8669
Complementary color
Monochromatic Colors of #6F8669
Black with #6F8669
Text Example
Text Example
White with #6F8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8669; }
p { color: rgb(111,134,105); }
H1.HeaderClassName
{
color: #6F8669;
}
.AnyTagClassName
{
color: #6F8669;
}
</style>
background-color css
<style>
a { background-color: #6F8669; }
a { background-color: rgb(111,134,105); }
div.DivClassName
{
background-color: #6F8669;
}
.BgClassName
{
background-color: #6F8669;
}
</style>
border-color css
<style>
span { border-color: #6F8669; }
span { border-color: rgb(111,134,105); }
td.TdClassName
{
border-color: #6F8669;
}
.TagClassName
{
border-color: #6F8669;
}
</style>