Shades of Xanadu #7A906E
Tints of Xanadu #7A906E
RGB
CMYK
RGB Variations
Color information
#7A906E (or 0x7A906E) is known color: Xanadu. HEX triplet: 7A, 90 and 6E. RGB value is (122,144,110). Sum of RGB (Red+Green+Blue) = 122+144+110=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #7A906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A906E is #856F91. Grayscale: #858585. Windows color (decimal): -8744850 or 7245946. OLE color: 7245946.
HSL color Cylindrical-coordinate representation of color #7A906E: hue angle of 98.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A906E is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 110 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.44 |
| HSL | 98.82º | 0.13% | 0.5% | - |
| HSV(B) | 98.82º | 0.24% | 0.56% | - |
| XYZ | 20.81 | 25.21 | 18.52 | - |
| YUV | 133.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 110 | 0.15 | 0 | 0.24 | 0.44 | 98.82 | 0.13 | 0.5 |
| Hex | 7A | 90 | 6E | F | 0 | 18 | 2C | 63 | D | 32 |
| Octal | 172 | 220 | 156 | 17 | 0 | 30 | 54 | 143 | 15 | 62 |
| Binary | 1111010 | 10010000 | 1101110 | 1111 | 0 | 11000 | 101100 | 1100011 | 1101 | 110010 |
Color Harmonies of #7A906E
Complementary color
Monochromatic Colors of #7A906E
Black with #7A906E
Text Example
Text Example
White with #7A906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A906E; }
p { color: rgb(122,144,110); }
H1.HeaderClassName
{
color: #7A906E;
}
.AnyTagClassName
{
color: #7A906E;
}
</style>
background-color css
<style>
a { background-color: #7A906E; }
a { background-color: rgb(122,144,110); }
div.DivClassName
{
background-color: #7A906E;
}
.BgClassName
{
background-color: #7A906E;
}
</style>
border-color css
<style>
span { border-color: #7A906E; }
span { border-color: rgb(122,144,110); }
td.TdClassName
{
border-color: #7A906E;
}
.TagClassName
{
border-color: #7A906E;
}
</style>