Shades of Christi #7AA40C
Tints of Christi #7AA40C
RGB
CMYK
RGB Variations
Color information
#7AA40C (or 0x7AA40C) is known color: Christi. HEX triplet: 7A, A4 and 0C. RGB value is (122,164,12). Sum of RGB (Red+Green+Blue) = 122+164+12=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA40C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA40C is #855BF3. Grayscale: #868686. Windows color (decimal): -8739828 or 828538. OLE color: 828538.
HSL color Cylindrical-coordinate representation of color #7AA40C: hue angle of 76.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AA40C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.36 |
| HSL | 76.58º | 0.86% | 0.35% | - |
| HSV(B) | 76.58º | 0.93% | 0.64% | - |
| XYZ | 21.37 | 30.72 | 5.15 | - |
| YUV | 134.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 12 | 0.26 | 0 | 0.93 | 0.36 | 76.58 | 0.86 | 0.35 |
| Hex | 7A | A4 | C | 1A | 0 | 5D | 24 | 4D | 56 | 23 |
| Octal | 172 | 244 | 14 | 32 | 0 | 135 | 44 | 115 | 126 | 43 |
| Binary | 1111010 | 10100100 | 1100 | 11010 | 0 | 1011101 | 100100 | 1001101 | 1010110 | 100011 |
Color Harmonies of #7AA40C
Complementary color
Monochromatic Colors of #7AA40C
Black with #7AA40C
Text Example
Text Example
White with #7AA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA40C; }
p { color: rgb(122,164,12); }
H1.HeaderClassName
{
color: #7AA40C;
}
.AnyTagClassName
{
color: #7AA40C;
}
</style>
background-color css
<style>
a { background-color: #7AA40C; }
a { background-color: rgb(122,164,12); }
div.DivClassName
{
background-color: #7AA40C;
}
.BgClassName
{
background-color: #7AA40C;
}
</style>
border-color css
<style>
span { border-color: #7AA40C; }
span { border-color: rgb(122,164,12); }
td.TdClassName
{
border-color: #7AA40C;
}
.TagClassName
{
border-color: #7AA40C;
}
</style>