Shades of Xanadu #768E6F
Tints of Xanadu #768E6F
RGB
CMYK
RGB Variations
Color information
#768E6F (or 0x768E6F) is known color: Xanadu. HEX triplet: 76, 8E and 6F. RGB value is (118,142,111). Sum of RGB (Red+Green+Blue) = 118+142+111=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #768E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E6F is #897190. Grayscale: #838383. Windows color (decimal): -9007505 or 7310966. OLE color: 7310966.
HSL color Cylindrical-coordinate representation of color #768E6F: hue angle of 106.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #768E6F is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 111 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.44 |
| HSL | 106.45º | 0.12% | 0.5% | - |
| HSV(B) | 106.45º | 0.22% | 0.56% | - |
| XYZ | 20.01 | 24.35 | 18.68 | - |
| YUV | 131.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 111 | 0.17 | 0 | 0.22 | 0.44 | 106.45 | 0.12 | 0.5 |
| Hex | 76 | 8E | 6F | 11 | 0 | 16 | 2C | 6A | C | 32 |
| Octal | 166 | 216 | 157 | 21 | 0 | 26 | 54 | 152 | 14 | 62 |
| Binary | 1110110 | 10001110 | 1101111 | 10001 | 0 | 10110 | 101100 | 1101010 | 1100 | 110010 |
Color Harmonies of #768E6F
Complementary color
Monochromatic Colors of #768E6F
Black with #768E6F
Text Example
Text Example
White with #768E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E6F; }
p { color: rgb(118,142,111); }
H1.HeaderClassName
{
color: #768E6F;
}
.AnyTagClassName
{
color: #768E6F;
}
</style>
background-color css
<style>
a { background-color: #768E6F; }
a { background-color: rgb(118,142,111); }
div.DivClassName
{
background-color: #768E6F;
}
.BgClassName
{
background-color: #768E6F;
}
</style>
border-color css
<style>
span { border-color: #768E6F; }
span { border-color: rgb(118,142,111); }
td.TdClassName
{
border-color: #768E6F;
}
.TagClassName
{
border-color: #768E6F;
}
</style>