Shades of Christi #7AA900
Tints of Christi #7AA900
RGB
CMYK
RGB Variations
Color information
#7AA900 (or 0x7AA900) is known color: Christi. HEX triplet: 7A, A9 and 00. RGB value is (122,169,0). Sum of RGB (Red+Green+Blue) = 122+169+0=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 169 (66.41% from 255 or 58.08% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA900 is #8556FF. Grayscale: #888888. Windows color (decimal): -8738560 or 43386. OLE color: 43386.
HSL color Cylindrical-coordinate representation of color #7AA900: hue angle of 76.69º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AA900 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 169 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.34 |
| HSL | 76.69º | 1% | 0.33% | - |
| HSV(B) | 76.69º | 1% | 0.66% | - |
| XYZ | 22.21 | 32.51 | 5.1 | - |
| YUV | 135.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 169 | 0 | 0.28 | 0 | 1 | 0.34 | 76.69 | 1 | 0.33 |
| Hex | 7A | A9 | 0 | 1C | 0 | 64 | 22 | 4D | 64 | 21 |
| Octal | 172 | 251 | 0 | 34 | 0 | 144 | 42 | 115 | 144 | 41 |
| Binary | 1111010 | 10101001 | 0 | 11100 | 0 | 1100100 | 100010 | 1001101 | 1100100 | 100001 |
Color Harmonies of #7AA900
Complementary color
Monochromatic Colors of #7AA900
Black with #7AA900
Text Example
Text Example
White with #7AA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA900; }
p { color: rgb(122,169,0); }
H1.HeaderClassName
{
color: #7AA900;
}
.AnyTagClassName
{
color: #7AA900;
}
</style>
background-color css
<style>
a { background-color: #7AA900; }
a { background-color: rgb(122,169,0); }
div.DivClassName
{
background-color: #7AA900;
}
.BgClassName
{
background-color: #7AA900;
}
</style>
border-color css
<style>
span { border-color: #7AA900; }
span { border-color: rgb(122,169,0); }
td.TdClassName
{
border-color: #7AA900;
}
.TagClassName
{
border-color: #7AA900;
}
</style>