Shades of Christi #7AA905
Tints of Christi #7AA905
RGB
CMYK
RGB Variations
Color information
#7AA905 (or 0x7AA905) is known color: Christi. HEX triplet: 7A, A9 and 05. RGB value is (122,169,5). Sum of RGB (Red+Green+Blue) = 122+169+5=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA905 is #8556FA. Grayscale: #888888. Windows color (decimal): -8738555 or 371066. OLE color: 371066.
HSL color Cylindrical-coordinate representation of color #7AA905: hue angle of 77.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AA905 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.34 |
| HSL | 77.2º | 0.94% | 0.34% | - |
| HSV(B) | 77.2º | 0.97% | 0.66% | - |
| XYZ | 22.24 | 32.52 | 5.25 | - |
| YUV | 136.25 | 53.93 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 5 | 0.28 | 0 | 0.97 | 0.34 | 77.2 | 0.94 | 0.34 |
| Hex | 7A | A9 | 5 | 1C | 0 | 61 | 22 | 4D | 5E | 22 |
| Octal | 172 | 251 | 5 | 34 | 0 | 141 | 42 | 115 | 136 | 42 |
| Binary | 1111010 | 10101001 | 101 | 11100 | 0 | 1100001 | 100010 | 1001101 | 1011110 | 100010 |
Color Harmonies of #7AA905
Complementary color
Monochromatic Colors of #7AA905
Black with #7AA905
Text Example
Text Example
White with #7AA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA905; }
p { color: rgb(122,169,5); }
H1.HeaderClassName
{
color: #7AA905;
}
.AnyTagClassName
{
color: #7AA905;
}
</style>
background-color css
<style>
a { background-color: #7AA905; }
a { background-color: rgb(122,169,5); }
div.DivClassName
{
background-color: #7AA905;
}
.BgClassName
{
background-color: #7AA905;
}
</style>
border-color css
<style>
span { border-color: #7AA905; }
span { border-color: rgb(122,169,5); }
td.TdClassName
{
border-color: #7AA905;
}
.TagClassName
{
border-color: #7AA905;
}
</style>