Shades of Xanadu #6F8763
Tints of Xanadu #6F8763
RGB
CMYK
RGB Variations
Color information
#6F8763 (or 0x6F8763) is known color: Xanadu. HEX triplet: 6F, 87 and 63. RGB value is (111,135,99). Sum of RGB (Red+Green+Blue) = 111+135+99=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8763 is #90789C. Grayscale: #7B7B7B. Windows color (decimal): -9468061 or 6522735. OLE color: 6522735.
HSL color Cylindrical-coordinate representation of color #6F8763: hue angle of 100º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8763 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 99 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.47 |
| HSL | 100º | 0.15% | 0.46% | - |
| HSV(B) | 100º | 0.27% | 0.53% | - |
| XYZ | 17.47 | 21.61 | 15.05 | - |
| YUV | 123.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 99 | 0.18 | 0 | 0.27 | 0.47 | 100 | 0.15 | 0.46 |
| Hex | 6F | 87 | 63 | 12 | 0 | 1B | 2F | 64 | F | 2E |
| Octal | 157 | 207 | 143 | 22 | 0 | 33 | 57 | 144 | 17 | 56 |
| Binary | 1101111 | 10000111 | 1100011 | 10010 | 0 | 11011 | 101111 | 1100100 | 1111 | 101110 |
Color Harmonies of #6F8763
Complementary color
Monochromatic Colors of #6F8763
Black with #6F8763
Text Example
Text Example
White with #6F8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8763; }
p { color: rgb(111,135,99); }
H1.HeaderClassName
{
color: #6F8763;
}
.AnyTagClassName
{
color: #6F8763;
}
</style>
background-color css
<style>
a { background-color: #6F8763; }
a { background-color: rgb(111,135,99); }
div.DivClassName
{
background-color: #6F8763;
}
.BgClassName
{
background-color: #6F8763;
}
</style>
border-color css
<style>
span { border-color: #6F8763; }
span { border-color: rgb(111,135,99); }
td.TdClassName
{
border-color: #6F8763;
}
.TagClassName
{
border-color: #6F8763;
}
</style>