Shades of Xanadu #768A70
Tints of Xanadu #768A70
RGB
CMYK
RGB Variations
Color information
#768A70 (or 0x768A70) is known color: Xanadu. HEX triplet: 76, 8A and 70. RGB value is (118,138,112). Sum of RGB (Red+Green+Blue) = 118+138+112=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #768A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A70 is #89758F. Grayscale: #818181. Windows color (decimal): -9008528 or 7375478. OLE color: 7375478.
HSL color Cylindrical-coordinate representation of color #768A70: hue angle of 106.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768A70 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 112 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.46 |
| HSL | 106.15º | 0.1% | 0.49% | - |
| HSV(B) | 106.15º | 0.19% | 0.54% | - |
| XYZ | 19.48 | 23.2 | 18.78 | - |
| YUV | 129.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 112 | 0.14 | 0 | 0.19 | 0.46 | 106.15 | 0.1 | 0.49 |
| Hex | 76 | 8A | 70 | E | 0 | 13 | 2E | 6A | A | 31 |
| Octal | 166 | 212 | 160 | 16 | 0 | 23 | 56 | 152 | 12 | 61 |
| Binary | 1110110 | 10001010 | 1110000 | 1110 | 0 | 10011 | 101110 | 1101010 | 1010 | 110001 |
Color Harmonies of #768A70
Complementary color
Monochromatic Colors of #768A70
Black with #768A70
Text Example
Text Example
White with #768A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A70; }
p { color: rgb(118,138,112); }
H1.HeaderClassName
{
color: #768A70;
}
.AnyTagClassName
{
color: #768A70;
}
</style>
background-color css
<style>
a { background-color: #768A70; }
a { background-color: rgb(118,138,112); }
div.DivClassName
{
background-color: #768A70;
}
.BgClassName
{
background-color: #768A70;
}
</style>
border-color css
<style>
span { border-color: #768A70; }
span { border-color: rgb(118,138,112); }
td.TdClassName
{
border-color: #768A70;
}
.TagClassName
{
border-color: #768A70;
}
</style>