Shades of Xanadu #7A906F
Tints of Xanadu #7A906F
RGB
CMYK
RGB Variations
Color information
#7A906F (or 0x7A906F) is known color: Xanadu. HEX triplet: 7A, 90 and 6F. RGB value is (122,144,111). Sum of RGB (Red+Green+Blue) = 122+144+111=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #7A906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A906F is #856F90. Grayscale: #858585. Windows color (decimal): -8744849 or 7311482. OLE color: 7311482.
HSL color Cylindrical-coordinate representation of color #7A906F: hue angle of 100º 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 #7A906F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 111 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.44 |
| HSL | 100º | 0.13% | 0.5% | - |
| HSV(B) | 100º | 0.23% | 0.56% | - |
| XYZ | 20.87 | 25.23 | 18.81 | - |
| YUV | 133.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 111 | 0.15 | 0 | 0.23 | 0.44 | 100 | 0.13 | 0.5 |
| Hex | 7A | 90 | 6F | F | 0 | 17 | 2C | 64 | D | 32 |
| Octal | 172 | 220 | 157 | 17 | 0 | 27 | 54 | 144 | 15 | 62 |
| Binary | 1111010 | 10010000 | 1101111 | 1111 | 0 | 10111 | 101100 | 1100100 | 1101 | 110010 |
Color Harmonies of #7A906F
Complementary color
Monochromatic Colors of #7A906F
Black with #7A906F
Text Example
Text Example
White with #7A906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A906F; }
p { color: rgb(122,144,111); }
H1.HeaderClassName
{
color: #7A906F;
}
.AnyTagClassName
{
color: #7A906F;
}
</style>
background-color css
<style>
a { background-color: #7A906F; }
a { background-color: rgb(122,144,111); }
div.DivClassName
{
background-color: #7A906F;
}
.BgClassName
{
background-color: #7A906F;
}
</style>
border-color css
<style>
span { border-color: #7A906F; }
span { border-color: rgb(122,144,111); }
td.TdClassName
{
border-color: #7A906F;
}
.TagClassName
{
border-color: #7A906F;
}
</style>