Shades of Xanadu #6B8765
Tints of Xanadu #6B8765
RGB
CMYK
RGB Variations
Color information
#6B8765 (or 0x6B8765) is known color: Xanadu. HEX triplet: 6B, 87 and 65. RGB value is (107,135,101). Sum of RGB (Red+Green+Blue) = 107+135+101=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8765 is #94789A. Grayscale: #7A7A7A. Windows color (decimal): -9730203 or 6653803. OLE color: 6653803.
HSL color Cylindrical-coordinate representation of color #6B8765: hue angle of 109.41º 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 #6B8765 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 101 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.47 |
| HSL | 109.41º | 0.14% | 0.46% | - |
| HSV(B) | 109.41º | 0.25% | 0.53% | - |
| XYZ | 17.08 | 21.39 | 15.54 | - |
| YUV | 122.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 101 | 0.21 | 0 | 0.25 | 0.47 | 109.41 | 0.14 | 0.46 |
| Hex | 6B | 87 | 65 | 15 | 0 | 19 | 2F | 6D | E | 2E |
| Octal | 153 | 207 | 145 | 25 | 0 | 31 | 57 | 155 | 16 | 56 |
| Binary | 1101011 | 10000111 | 1100101 | 10101 | 0 | 11001 | 101111 | 1101101 | 1110 | 101110 |
Color Harmonies of #6B8765
Complementary color
Monochromatic Colors of #6B8765
Black with #6B8765
Text Example
Text Example
White with #6B8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8765; }
p { color: rgb(107,135,101); }
H1.HeaderClassName
{
color: #6B8765;
}
.AnyTagClassName
{
color: #6B8765;
}
</style>
background-color css
<style>
a { background-color: #6B8765; }
a { background-color: rgb(107,135,101); }
div.DivClassName
{
background-color: #6B8765;
}
.BgClassName
{
background-color: #6B8765;
}
</style>
border-color css
<style>
span { border-color: #6B8765; }
span { border-color: rgb(107,135,101); }
td.TdClassName
{
border-color: #6B8765;
}
.TagClassName
{
border-color: #6B8765;
}
</style>