Shades of Xanadu #768F6E
Tints of Xanadu #768F6E
RGB
CMYK
RGB Variations
Color information
#768F6E (or 0x768F6E) is known color: Xanadu. HEX triplet: 76, 8F and 6E. RGB value is (118,143,110). Sum of RGB (Red+Green+Blue) = 118+143+110=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #768F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F6E is #897091. Grayscale: #838383. Windows color (decimal): -9007250 or 7245686. OLE color: 7245686.
HSL color Cylindrical-coordinate representation of color #768F6E: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768F6E is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 110 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.44 |
| HSL | 105.45º | 0.13% | 0.5% | - |
| HSV(B) | 105.45º | 0.23% | 0.56% | - |
| XYZ | 20.11 | 24.62 | 18.44 | - |
| YUV | 131.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 110 | 0.17 | 0 | 0.23 | 0.44 | 105.45 | 0.13 | 0.5 |
| Hex | 76 | 8F | 6E | 11 | 0 | 17 | 2C | 69 | D | 32 |
| Octal | 166 | 217 | 156 | 21 | 0 | 27 | 54 | 151 | 15 | 62 |
| Binary | 1110110 | 10001111 | 1101110 | 10001 | 0 | 10111 | 101100 | 1101001 | 1101 | 110010 |
Color Harmonies of #768F6E
Complementary color
Monochromatic Colors of #768F6E
Black with #768F6E
Text Example
Text Example
White with #768F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F6E; }
p { color: rgb(118,143,110); }
H1.HeaderClassName
{
color: #768F6E;
}
.AnyTagClassName
{
color: #768F6E;
}
</style>
background-color css
<style>
a { background-color: #768F6E; }
a { background-color: rgb(118,143,110); }
div.DivClassName
{
background-color: #768F6E;
}
.BgClassName
{
background-color: #768F6E;
}
</style>
border-color css
<style>
span { border-color: #768F6E; }
span { border-color: rgb(118,143,110); }
td.TdClassName
{
border-color: #768F6E;
}
.TagClassName
{
border-color: #768F6E;
}
</style>