Shades of Xanadu #6F8765
Tints of Xanadu #6F8765
RGB
CMYK
RGB Variations
Color information
#6F8765 (or 0x6F8765) is known color: Xanadu. HEX triplet: 6F, 87 and 65. RGB value is (111,135,101). Sum of RGB (Red+Green+Blue) = 111+135+101=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8765 is #90789A. Grayscale: #7C7C7C. Windows color (decimal): -9468059 or 6653807. OLE color: 6653807.
HSL color Cylindrical-coordinate representation of color #6F8765: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F8765 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 101 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.47 |
| HSL | 102.35º | 0.14% | 0.46% | - |
| HSV(B) | 102.35º | 0.25% | 0.53% | - |
| XYZ | 17.57 | 21.65 | 15.56 | - |
| YUV | 123.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 101 | 0.18 | 0 | 0.25 | 0.47 | 102.35 | 0.14 | 0.46 |
| Hex | 6F | 87 | 65 | 12 | 0 | 19 | 2F | 66 | E | 2E |
| Octal | 157 | 207 | 145 | 22 | 0 | 31 | 57 | 146 | 16 | 56 |
| Binary | 1101111 | 10000111 | 1100101 | 10010 | 0 | 11001 | 101111 | 1100110 | 1110 | 101110 |
Color Harmonies of #6F8765
Complementary color
Monochromatic Colors of #6F8765
Black with #6F8765
Text Example
Text Example
White with #6F8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8765; }
p { color: rgb(111,135,101); }
H1.HeaderClassName
{
color: #6F8765;
}
.AnyTagClassName
{
color: #6F8765;
}
</style>
background-color css
<style>
a { background-color: #6F8765; }
a { background-color: rgb(111,135,101); }
div.DivClassName
{
background-color: #6F8765;
}
.BgClassName
{
background-color: #6F8765;
}
</style>
border-color css
<style>
span { border-color: #6F8765; }
span { border-color: rgb(111,135,101); }
td.TdClassName
{
border-color: #6F8765;
}
.TagClassName
{
border-color: #6F8765;
}
</style>