Shades of Xanadu #7A916F
Tints of Xanadu #7A916F
RGB
CMYK
RGB Variations
Color information
#7A916F (or 0x7A916F) is known color: Xanadu. HEX triplet: 7A, 91 and 6F. RGB value is (122,145,111). Sum of RGB (Red+Green+Blue) = 122+145+111=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #7A916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A916F is #856E90. Grayscale: #868686. Windows color (decimal): -8744593 or 7311738. OLE color: 7311738.
HSL color Cylindrical-coordinate representation of color #7A916F: hue angle of 100.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A916F is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 111 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.43 |
| HSL | 100.59º | 0.13% | 0.5% | - |
| HSV(B) | 100.59º | 0.23% | 0.57% | - |
| XYZ | 21.02 | 25.54 | 18.86 | - |
| YUV | 134.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 111 | 0.16 | 0 | 0.23 | 0.43 | 100.59 | 0.13 | 0.5 |
| Hex | 7A | 91 | 6F | 10 | 0 | 17 | 2B | 65 | D | 32 |
| Octal | 172 | 221 | 157 | 20 | 0 | 27 | 53 | 145 | 15 | 62 |
| Binary | 1111010 | 10010001 | 1101111 | 10000 | 0 | 10111 | 101011 | 1100101 | 1101 | 110010 |
Color Harmonies of #7A916F
Complementary color
Monochromatic Colors of #7A916F
Black with #7A916F
Text Example
Text Example
White with #7A916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A916F; }
p { color: rgb(122,145,111); }
H1.HeaderClassName
{
color: #7A916F;
}
.AnyTagClassName
{
color: #7A916F;
}
</style>
background-color css
<style>
a { background-color: #7A916F; }
a { background-color: rgb(122,145,111); }
div.DivClassName
{
background-color: #7A916F;
}
.BgClassName
{
background-color: #7A916F;
}
</style>
border-color css
<style>
span { border-color: #7A916F; }
span { border-color: rgb(122,145,111); }
td.TdClassName
{
border-color: #7A916F;
}
.TagClassName
{
border-color: #7A916F;
}
</style>