Shades of Xanadu #798D70
Tints of Xanadu #798D70
RGB
CMYK
RGB Variations
Color information
#798D70 (or 0x798D70) is known color: Xanadu. HEX triplet: 79, 8D and 70. RGB value is (121,141,112). Sum of RGB (Red+Green+Blue) = 121+141+112=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #798D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D70 is #86728F. Grayscale: #838383. Windows color (decimal): -8811152 or 7376249. OLE color: 7376249.
HSL color Cylindrical-coordinate representation of color #798D70: hue angle of 101.38º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #798D70 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 112 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.45 |
| HSL | 101.38º | 0.11% | 0.5% | - |
| HSV(B) | 101.38º | 0.21% | 0.55% | - |
| XYZ | 20.33 | 24.28 | 18.94 | - |
| YUV | 131.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 112 | 0.14 | 0 | 0.21 | 0.45 | 101.38 | 0.11 | 0.5 |
| Hex | 79 | 8D | 70 | E | 0 | 15 | 2D | 65 | B | 32 |
| Octal | 171 | 215 | 160 | 16 | 0 | 25 | 55 | 145 | 13 | 62 |
| Binary | 1111001 | 10001101 | 1110000 | 1110 | 0 | 10101 | 101101 | 1100101 | 1011 | 110010 |
Color Harmonies of #798D70
Complementary color
Monochromatic Colors of #798D70
Black with #798D70
Text Example
Text Example
White with #798D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D70; }
p { color: rgb(121,141,112); }
H1.HeaderClassName
{
color: #798D70;
}
.AnyTagClassName
{
color: #798D70;
}
</style>
background-color css
<style>
a { background-color: #798D70; }
a { background-color: rgb(121,141,112); }
div.DivClassName
{
background-color: #798D70;
}
.BgClassName
{
background-color: #798D70;
}
</style>
border-color css
<style>
span { border-color: #798D70; }
span { border-color: rgb(121,141,112); }
td.TdClassName
{
border-color: #798D70;
}
.TagClassName
{
border-color: #798D70;
}
</style>