Shades of Christi #7AAA01
Tints of Christi #7AAA01
RGB
CMYK
RGB Variations
Color information
#7AAA01 (or 0x7AAA01) is known color: Christi. HEX triplet: 7A, AA and 01. RGB value is (122,170,1). Sum of RGB (Red+Green+Blue) = 122+170+1=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAA01 is #8555FE. Grayscale: #898989. Windows color (decimal): -8738303 or 109178. OLE color: 109178.
HSL color Cylindrical-coordinate representation of color #7AAA01: hue angle of 77.04º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AAA01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.33 |
| HSL | 77.04º | 0.99% | 0.34% | - |
| HSV(B) | 77.04º | 0.99% | 0.67% | - |
| XYZ | 22.41 | 32.89 | 5.2 | - |
| YUV | 136.38 | 51.6 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 1 | 0.28 | 0 | 0.99 | 0.33 | 77.04 | 0.99 | 0.34 |
| Hex | 7A | AA | 1 | 1C | 0 | 63 | 21 | 4D | 63 | 22 |
| Octal | 172 | 252 | 1 | 34 | 0 | 143 | 41 | 115 | 143 | 42 |
| Binary | 1111010 | 10101010 | 1 | 11100 | 0 | 1100011 | 100001 | 1001101 | 1100011 | 100010 |
Color Harmonies of #7AAA01
Complementary color
Monochromatic Colors of #7AAA01
Black with #7AAA01
Text Example
Text Example
White with #7AAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA01; }
p { color: rgb(122,170,1); }
H1.HeaderClassName
{
color: #7AAA01;
}
.AnyTagClassName
{
color: #7AAA01;
}
</style>
background-color css
<style>
a { background-color: #7AAA01; }
a { background-color: rgb(122,170,1); }
div.DivClassName
{
background-color: #7AAA01;
}
.BgClassName
{
background-color: #7AAA01;
}
</style>
border-color css
<style>
span { border-color: #7AAA01; }
span { border-color: rgb(122,170,1); }
td.TdClassName
{
border-color: #7AAA01;
}
.TagClassName
{
border-color: #7AAA01;
}
</style>