Shades of Xanadu #6F8367
Tints of Xanadu #6F8367
RGB
CMYK
RGB Variations
Color information
#6F8367 (or 0x6F8367) is known color: Xanadu. HEX triplet: 6F, 83 and 67. RGB value is (111,131,103). Sum of RGB (Red+Green+Blue) = 111+131+103=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #6F8367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8367 is #907C98. Grayscale: #797979. Windows color (decimal): -9469081 or 6783855. OLE color: 6783855.
HSL color Cylindrical-coordinate representation of color #6F8367: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8367 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 131 | 103 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.49 |
| HSL | 102.86º | 0.12% | 0.46% | - |
| HSV(B) | 102.86º | 0.21% | 0.51% | - |
| XYZ | 17.12 | 20.59 | 15.9 | - |
| YUV | 121.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 131 | 103 | 0.15 | 0 | 0.21 | 0.49 | 102.86 | 0.12 | 0.46 |
| Hex | 6F | 83 | 67 | F | 0 | 15 | 31 | 67 | C | 2E |
| Octal | 157 | 203 | 147 | 17 | 0 | 25 | 61 | 147 | 14 | 56 |
| Binary | 1101111 | 10000011 | 1100111 | 1111 | 0 | 10101 | 110001 | 1100111 | 1100 | 101110 |
Color Harmonies of #6F8367
Complementary color
Monochromatic Colors of #6F8367
Black with #6F8367
Text Example
Text Example
White with #6F8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8367; }
p { color: rgb(111,131,103); }
H1.HeaderClassName
{
color: #6F8367;
}
.AnyTagClassName
{
color: #6F8367;
}
</style>
background-color css
<style>
a { background-color: #6F8367; }
a { background-color: rgb(111,131,103); }
div.DivClassName
{
background-color: #6F8367;
}
.BgClassName
{
background-color: #6F8367;
}
</style>
border-color css
<style>
span { border-color: #6F8367; }
span { border-color: rgb(111,131,103); }
td.TdClassName
{
border-color: #6F8367;
}
.TagClassName
{
border-color: #6F8367;
}
</style>