Shades of Xanadu #769468
Tints of Xanadu #769468
RGB
CMYK
RGB Variations
Color information
#769468 (or 0x769468) is known color: Xanadu. HEX triplet: 76, 94 and 68. RGB value is (118,148,104). Sum of RGB (Red+Green+Blue) = 118+148+104=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #769468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769468 is #896B97. Grayscale: #868686. Windows color (decimal): -9005976 or 6853750. OLE color: 6853750.
HSL color Cylindrical-coordinate representation of color #769468: hue angle of 100.91º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769468 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 104 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.42 |
| HSL | 100.91º | 0.17% | 0.49% | - |
| HSV(B) | 100.91º | 0.3% | 0.58% | - |
| XYZ | 20.56 | 26.03 | 17.04 | - |
| YUV | 134.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 104 | 0.20 | 0 | 0.30 | 0.42 | 100.91 | 0.17 | 0.49 |
| Hex | 76 | 94 | 68 | 14 | 0 | 1E | 2A | 65 | 11 | 31 |
| Octal | 166 | 224 | 150 | 24 | 0 | 36 | 52 | 145 | 21 | 61 |
| Binary | 1110110 | 10010100 | 1101000 | 10100 | 0 | 11110 | 101010 | 1100101 | 10001 | 110001 |
Color Harmonies of #769468
Complementary color
Monochromatic Colors of #769468
Black with #769468
Text Example
Text Example
White with #769468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769468; }
p { color: rgb(118,148,104); }
H1.HeaderClassName
{
color: #769468;
}
.AnyTagClassName
{
color: #769468;
}
</style>
background-color css
<style>
a { background-color: #769468; }
a { background-color: rgb(118,148,104); }
div.DivClassName
{
background-color: #769468;
}
.BgClassName
{
background-color: #769468;
}
</style>
border-color css
<style>
span { border-color: #769468; }
span { border-color: rgb(118,148,104); }
td.TdClassName
{
border-color: #769468;
}
.TagClassName
{
border-color: #769468;
}
</style>