Shades of Xanadu #78906F
Tints of Xanadu #78906F
RGB
CMYK
RGB Variations
Color information
#78906F (or 0x78906F) is known color: Xanadu. HEX triplet: 78, 90 and 6F. RGB value is (120,144,111). Sum of RGB (Red+Green+Blue) = 120+144+111=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #78906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78906F is #876F90. Grayscale: #858585. Windows color (decimal): -8875921 or 7311480. OLE color: 7311480.
HSL color Cylindrical-coordinate representation of color #78906F: hue angle of 103.64º 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 #78906F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 111 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.44 |
| HSL | 103.64º | 0.13% | 0.5% | - |
| HSV(B) | 103.64º | 0.23% | 0.56% | - |
| XYZ | 20.59 | 25.09 | 18.8 | - |
| YUV | 133.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 111 | 0.17 | 0 | 0.23 | 0.44 | 103.64 | 0.13 | 0.5 |
| Hex | 78 | 90 | 6F | 11 | 0 | 17 | 2C | 68 | D | 32 |
| Octal | 170 | 220 | 157 | 21 | 0 | 27 | 54 | 150 | 15 | 62 |
| Binary | 1111000 | 10010000 | 1101111 | 10001 | 0 | 10111 | 101100 | 1101000 | 1101 | 110010 |
Color Harmonies of #78906F
Complementary color
Monochromatic Colors of #78906F
Black with #78906F
Text Example
Text Example
White with #78906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78906F; }
p { color: rgb(120,144,111); }
H1.HeaderClassName
{
color: #78906F;
}
.AnyTagClassName
{
color: #78906F;
}
</style>
background-color css
<style>
a { background-color: #78906F; }
a { background-color: rgb(120,144,111); }
div.DivClassName
{
background-color: #78906F;
}
.BgClassName
{
background-color: #78906F;
}
</style>
border-color css
<style>
span { border-color: #78906F; }
span { border-color: rgb(120,144,111); }
td.TdClassName
{
border-color: #78906F;
}
.TagClassName
{
border-color: #78906F;
}
</style>