Shades of Xanadu #7A926D
Tints of Xanadu #7A926D
RGB
CMYK
RGB Variations
Color information
#7A926D (or 0x7A926D) is known color: Xanadu. HEX triplet: 7A, 92 and 6D. RGB value is (122,146,109). Sum of RGB (Red+Green+Blue) = 122+146+109=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #7A926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A926D is #856D92. Grayscale: #868686. Windows color (decimal): -8744339 or 7180922. OLE color: 7180922.
HSL color Cylindrical-coordinate representation of color #7A926D: hue angle of 98.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A926D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 109 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.43 |
| HSL | 98.92º | 0.15% | 0.5% | - |
| HSV(B) | 98.92º | 0.25% | 0.57% | - |
| XYZ | 21.07 | 25.8 | 18.34 | - |
| YUV | 134.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 109 | 0.16 | 0 | 0.25 | 0.43 | 98.92 | 0.15 | 0.5 |
| Hex | 7A | 92 | 6D | 10 | 0 | 19 | 2B | 63 | F | 32 |
| Octal | 172 | 222 | 155 | 20 | 0 | 31 | 53 | 143 | 17 | 62 |
| Binary | 1111010 | 10010010 | 1101101 | 10000 | 0 | 11001 | 101011 | 1100011 | 1111 | 110010 |
Color Harmonies of #7A926D
Complementary color
Monochromatic Colors of #7A926D
Black with #7A926D
Text Example
Text Example
White with #7A926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A926D; }
p { color: rgb(122,146,109); }
H1.HeaderClassName
{
color: #7A926D;
}
.AnyTagClassName
{
color: #7A926D;
}
</style>
background-color css
<style>
a { background-color: #7A926D; }
a { background-color: rgb(122,146,109); }
div.DivClassName
{
background-color: #7A926D;
}
.BgClassName
{
background-color: #7A926D;
}
</style>
border-color css
<style>
span { border-color: #7A926D; }
span { border-color: rgb(122,146,109); }
td.TdClassName
{
border-color: #7A926D;
}
.TagClassName
{
border-color: #7A926D;
}
</style>