Shades of Christi #7AA200
Tints of Christi #7AA200
RGB
CMYK
RGB Variations
Color information
#7AA200 (or 0x7AA200) is known color: Christi. HEX triplet: 7A, A2 and 00. RGB value is (122,162,0). Sum of RGB (Red+Green+Blue) = 122+162+0=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA200 is #855DFF. Grayscale: #848484. Windows color (decimal): -8740352 or 41594. OLE color: 41594.
HSL color Cylindrical-coordinate representation of color #7AA200: hue angle of 74.81º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AA200 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 162 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.36 |
| HSL | 74.81º | 1% | 0.32% | - |
| HSV(B) | 74.81º | 1% | 0.64% | - |
| XYZ | 20.95 | 29.98 | 4.68 | - |
| YUV | 131.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 162 | 0 | 0.25 | 0 | 1 | 0.36 | 74.81 | 1 | 0.32 |
| Hex | 7A | A2 | 0 | 19 | 0 | 64 | 24 | 4B | 64 | 20 |
| Octal | 172 | 242 | 0 | 31 | 0 | 144 | 44 | 113 | 144 | 40 |
| Binary | 1111010 | 10100010 | 0 | 11001 | 0 | 1100100 | 100100 | 1001011 | 1100100 | 100000 |
Color Harmonies of #7AA200
Complementary color
Monochromatic Colors of #7AA200
Black with #7AA200
Text Example
Text Example
White with #7AA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA200; }
p { color: rgb(122,162,0); }
H1.HeaderClassName
{
color: #7AA200;
}
.AnyTagClassName
{
color: #7AA200;
}
</style>
background-color css
<style>
a { background-color: #7AA200; }
a { background-color: rgb(122,162,0); }
div.DivClassName
{
background-color: #7AA200;
}
.BgClassName
{
background-color: #7AA200;
}
</style>
border-color css
<style>
span { border-color: #7AA200; }
span { border-color: rgb(122,162,0); }
td.TdClassName
{
border-color: #7AA200;
}
.TagClassName
{
border-color: #7AA200;
}
</style>