Shades of Christi #7AAB02
Tints of Christi #7AAB02
RGB
CMYK
RGB Variations
Color information
#7AAB02 (or 0x7AAB02) is known color: Christi. HEX triplet: 7A, AB and 02. RGB value is (122,171,2). Sum of RGB (Red+Green+Blue) = 122+171+2=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAB02 is #8554FD. Grayscale: #898989. Windows color (decimal): -8738046 or 174970. OLE color: 174970.
HSL color Cylindrical-coordinate representation of color #7AAB02: hue angle of 77.4º degrees, saturation: 0.98, 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 #7AAB02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.33 |
| HSL | 77.4º | 0.98% | 0.34% | - |
| HSV(B) | 77.4º | 0.99% | 0.67% | - |
| XYZ | 22.6 | 33.27 | 5.29 | - |
| YUV | 137.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 2 | 0.29 | 0 | 0.99 | 0.33 | 77.4 | 0.98 | 0.34 |
| Hex | 7A | AB | 2 | 1D | 0 | 63 | 21 | 4D | 62 | 22 |
| Octal | 172 | 253 | 2 | 35 | 0 | 143 | 41 | 115 | 142 | 42 |
| Binary | 1111010 | 10101011 | 10 | 11101 | 0 | 1100011 | 100001 | 1001101 | 1100010 | 100010 |
Color Harmonies of #7AAB02
Complementary color
Monochromatic Colors of #7AAB02
Black with #7AAB02
Text Example
Text Example
White with #7AAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB02; }
p { color: rgb(122,171,2); }
H1.HeaderClassName
{
color: #7AAB02;
}
.AnyTagClassName
{
color: #7AAB02;
}
</style>
background-color css
<style>
a { background-color: #7AAB02; }
a { background-color: rgb(122,171,2); }
div.DivClassName
{
background-color: #7AAB02;
}
.BgClassName
{
background-color: #7AAB02;
}
</style>
border-color css
<style>
span { border-color: #7AAB02; }
span { border-color: rgb(122,171,2); }
td.TdClassName
{
border-color: #7AAB02;
}
.TagClassName
{
border-color: #7AAB02;
}
</style>