Shades of Christi #7AAB00
Tints of Christi #7AAB00
RGB
CMYK
RGB Variations
Color information
#7AAB00 (or 0x7AAB00) is known color: Christi. HEX triplet: 7A, AB and 00. RGB value is (122,171,0). Sum of RGB (Red+Green+Blue) = 122+171+0=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB00 is #8554FF. Grayscale: #898989. Windows color (decimal): -8738048 or 43898. OLE color: 43898.
HSL color Cylindrical-coordinate representation of color #7AAB00: hue angle of 77.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AAB00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.33 |
| HSL | 77.19º | 1% | 0.34% | - |
| HSV(B) | 77.19º | 1% | 0.67% | - |
| XYZ | 22.59 | 33.26 | 5.23 | - |
| YUV | 136.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 0 | 0.29 | 0 | 1 | 0.33 | 77.19 | 1 | 0.34 |
| Hex | 7A | AB | 0 | 1D | 0 | 64 | 21 | 4D | 64 | 22 |
| Octal | 172 | 253 | 0 | 35 | 0 | 144 | 41 | 115 | 144 | 42 |
| Binary | 1111010 | 10101011 | 0 | 11101 | 0 | 1100100 | 100001 | 1001101 | 1100100 | 100010 |
Color Harmonies of #7AAB00
Complementary color
Monochromatic Colors of #7AAB00
Black with #7AAB00
Text Example
Text Example
White with #7AAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB00; }
p { color: rgb(122,171,0); }
H1.HeaderClassName
{
color: #7AAB00;
}
.AnyTagClassName
{
color: #7AAB00;
}
</style>
background-color css
<style>
a { background-color: #7AAB00; }
a { background-color: rgb(122,171,0); }
div.DivClassName
{
background-color: #7AAB00;
}
.BgClassName
{
background-color: #7AAB00;
}
</style>
border-color css
<style>
span { border-color: #7AAB00; }
span { border-color: rgb(122,171,0); }
td.TdClassName
{
border-color: #7AAB00;
}
.TagClassName
{
border-color: #7AAB00;
}
</style>