Shades of Christi #7A9D11
Tints of Christi #7A9D11
RGB
CMYK
RGB Variations
Color information
#7A9D11 (or 0x7A9D11) is known color: Christi. HEX triplet: 7A, 9D and 11. RGB value is (122,157,17). Sum of RGB (Red+Green+Blue) = 122+157+17=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9D11 is #8562EE. Grayscale: #838383. Windows color (decimal): -8741615 or 1154426. OLE color: 1154426.
HSL color Cylindrical-coordinate representation of color #7A9D11: hue angle of 75º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A9D11 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 157 | 17 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.38 |
| HSL | 75º | 0.8% | 0.34% | - |
| HSV(B) | 75º | 0.89% | 0.62% | - |
| XYZ | 20.18 | 28.29 | 4.93 | - |
| YUV | 130.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 17 | 0.22 | 0 | 0.89 | 0.38 | 75 | 0.8 | 0.34 |
| Hex | 7A | 9D | 11 | 16 | 0 | 59 | 26 | 4B | 50 | 22 |
| Octal | 172 | 235 | 21 | 26 | 0 | 131 | 46 | 113 | 120 | 42 |
| Binary | 1111010 | 10011101 | 10001 | 10110 | 0 | 1011001 | 100110 | 1001011 | 1010000 | 100010 |
Color Harmonies of #7A9D11
Complementary color
Monochromatic Colors of #7A9D11
Black with #7A9D11
Text Example
Text Example
White with #7A9D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9D11; }
p { color: rgb(122,157,17); }
H1.HeaderClassName
{
color: #7A9D11;
}
.AnyTagClassName
{
color: #7A9D11;
}
</style>
background-color css
<style>
a { background-color: #7A9D11; }
a { background-color: rgb(122,157,17); }
div.DivClassName
{
background-color: #7A9D11;
}
.BgClassName
{
background-color: #7A9D11;
}
</style>
border-color css
<style>
span { border-color: #7A9D11; }
span { border-color: rgb(122,157,17); }
td.TdClassName
{
border-color: #7A9D11;
}
.TagClassName
{
border-color: #7A9D11;
}
</style>