Shades of Christi #7AB40A
Tints of Christi #7AB40A
RGB
CMYK
RGB Variations
Color information
#7AB40A (or 0x7AB40A) is known color: Christi. HEX triplet: 7A, B4 and 0A. RGB value is (122,180,10). Sum of RGB (Red+Green+Blue) = 122+180+10=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB40A is #854BF5. Grayscale: #8F8F8F. Windows color (decimal): -8735734 or 701562. OLE color: 701562.
HSL color Cylindrical-coordinate representation of color #7AB40A: hue angle of 80.47º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AB40A is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 10 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.29 |
| HSL | 80.47º | 0.89% | 0.37% | - |
| HSV(B) | 80.47º | 0.94% | 0.71% | - |
| XYZ | 24.4 | 36.8 | 6.1 | - |
| YUV | 143.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 10 | 0.32 | 0 | 0.94 | 0.29 | 80.47 | 0.89 | 0.37 |
| Hex | 7A | B4 | A | 20 | 0 | 5E | 1D | 50 | 59 | 25 |
| Octal | 172 | 264 | 12 | 40 | 0 | 136 | 35 | 120 | 131 | 45 |
| Binary | 1111010 | 10110100 | 1010 | 100000 | 0 | 1011110 | 11101 | 1010000 | 1011001 | 100101 |
Color Harmonies of #7AB40A
Complementary color
Monochromatic Colors of #7AB40A
Black with #7AB40A
Text Example
Text Example
White with #7AB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB40A; }
p { color: rgb(122,180,10); }
H1.HeaderClassName
{
color: #7AB40A;
}
.AnyTagClassName
{
color: #7AB40A;
}
</style>
background-color css
<style>
a { background-color: #7AB40A; }
a { background-color: rgb(122,180,10); }
div.DivClassName
{
background-color: #7AB40A;
}
.BgClassName
{
background-color: #7AB40A;
}
</style>
border-color css
<style>
span { border-color: #7AB40A; }
span { border-color: rgb(122,180,10); }
td.TdClassName
{
border-color: #7AB40A;
}
.TagClassName
{
border-color: #7AB40A;
}
</style>