Shades of Christi #7AAA03
Tints of Christi #7AAA03
RGB
CMYK
RGB Variations
Color information
#7AAA03 (or 0x7AAA03) is known color: Christi. HEX triplet: 7A, AA and 03. RGB value is (122,170,3). Sum of RGB (Red+Green+Blue) = 122+170+3=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA03 is #8555FC. Grayscale: #898989. Windows color (decimal): -8738301 or 240250. OLE color: 240250.
HSL color Cylindrical-coordinate representation of color #7AAA03: hue angle of 77.25º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AAA03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.33 |
| HSL | 77.25º | 0.97% | 0.34% | - |
| HSV(B) | 77.25º | 0.98% | 0.67% | - |
| XYZ | 22.42 | 32.89 | 5.25 | - |
| YUV | 136.61 | 52.6 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 3 | 0.28 | 0 | 0.98 | 0.33 | 77.25 | 0.97 | 0.34 |
| Hex | 7A | AA | 3 | 1C | 0 | 62 | 21 | 4D | 61 | 22 |
| Octal | 172 | 252 | 3 | 34 | 0 | 142 | 41 | 115 | 141 | 42 |
| Binary | 1111010 | 10101010 | 11 | 11100 | 0 | 1100010 | 100001 | 1001101 | 1100001 | 100010 |
Color Harmonies of #7AAA03
Complementary color
Monochromatic Colors of #7AAA03
Black with #7AAA03
Text Example
Text Example
White with #7AAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA03; }
p { color: rgb(122,170,3); }
H1.HeaderClassName
{
color: #7AAA03;
}
.AnyTagClassName
{
color: #7AAA03;
}
</style>
background-color css
<style>
a { background-color: #7AAA03; }
a { background-color: rgb(122,170,3); }
div.DivClassName
{
background-color: #7AAA03;
}
.BgClassName
{
background-color: #7AAA03;
}
</style>
border-color css
<style>
span { border-color: #7AAA03; }
span { border-color: rgb(122,170,3); }
td.TdClassName
{
border-color: #7AAA03;
}
.TagClassName
{
border-color: #7AAA03;
}
</style>