Shades of Christi #79AB02
Tints of Christi #79AB02
RGB
CMYK
RGB Variations
Color information
#79AB02 (or 0x79AB02) is known color: Christi. HEX triplet: 79, AB and 02. RGB value is (121,171,2). Sum of RGB (Red+Green+Blue) = 121+171+2=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AB02 is #8654FD. Grayscale: #898989. Windows color (decimal): -8803582 or 174969. OLE color: 174969.
HSL color Cylindrical-coordinate representation of color #79AB02: hue angle of 77.75º 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 #79AB02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 171 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.33 |
| HSL | 77.75º | 0.98% | 0.34% | - |
| HSV(B) | 77.75º | 0.99% | 0.67% | - |
| XYZ | 22.46 | 33.2 | 5.28 | - |
| YUV | 136.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 171 | 2 | 0.29 | 0 | 0.99 | 0.33 | 77.75 | 0.98 | 0.34 |
| Hex | 79 | AB | 2 | 1D | 0 | 63 | 21 | 4E | 62 | 22 |
| Octal | 171 | 253 | 2 | 35 | 0 | 143 | 41 | 116 | 142 | 42 |
| Binary | 1111001 | 10101011 | 10 | 11101 | 0 | 1100011 | 100001 | 1001110 | 1100010 | 100010 |
Color Harmonies of #79AB02
Complementary color
Monochromatic Colors of #79AB02
Black with #79AB02
Text Example
Text Example
White with #79AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AB02; }
p { color: rgb(121,171,2); }
H1.HeaderClassName
{
color: #79AB02;
}
.AnyTagClassName
{
color: #79AB02;
}
</style>
background-color css
<style>
a { background-color: #79AB02; }
a { background-color: rgb(121,171,2); }
div.DivClassName
{
background-color: #79AB02;
}
.BgClassName
{
background-color: #79AB02;
}
</style>
border-color css
<style>
span { border-color: #79AB02; }
span { border-color: rgb(121,171,2); }
td.TdClassName
{
border-color: #79AB02;
}
.TagClassName
{
border-color: #79AB02;
}
</style>