Shades of Xanadu #769068
Tints of Xanadu #769068
RGB
CMYK
RGB Variations
Color information
#769068 (or 0x769068) is known color: Xanadu. HEX triplet: 76, 90 and 68. RGB value is (118,144,104). Sum of RGB (Red+Green+Blue) = 118+144+104=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #769068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769068 is #896F97. Grayscale: #838383. Windows color (decimal): -9007000 or 6852726. OLE color: 6852726.
HSL color Cylindrical-coordinate representation of color #769068: hue angle of 99º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769068 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 104 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.44 |
| HSL | 99º | 0.16% | 0.49% | - |
| HSV(B) | 99º | 0.28% | 0.56% | - |
| XYZ | 19.94 | 24.8 | 16.83 | - |
| YUV | 131.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 104 | 0.18 | 0 | 0.28 | 0.44 | 99 | 0.16 | 0.49 |
| Hex | 76 | 90 | 68 | 12 | 0 | 1C | 2C | 63 | 10 | 31 |
| Octal | 166 | 220 | 150 | 22 | 0 | 34 | 54 | 143 | 20 | 61 |
| Binary | 1110110 | 10010000 | 1101000 | 10010 | 0 | 11100 | 101100 | 1100011 | 10000 | 110001 |
Color Harmonies of #769068
Complementary color
Monochromatic Colors of #769068
Black with #769068
Text Example
Text Example
White with #769068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769068; }
p { color: rgb(118,144,104); }
H1.HeaderClassName
{
color: #769068;
}
.AnyTagClassName
{
color: #769068;
}
</style>
background-color css
<style>
a { background-color: #769068; }
a { background-color: rgb(118,144,104); }
div.DivClassName
{
background-color: #769068;
}
.BgClassName
{
background-color: #769068;
}
</style>
border-color css
<style>
span { border-color: #769068; }
span { border-color: rgb(118,144,104); }
td.TdClassName
{
border-color: #769068;
}
.TagClassName
{
border-color: #769068;
}
</style>