Shades of Christi #79A210
Tints of Christi #79A210
RGB
CMYK
RGB Variations
Color information
#79A210 (or 0x79A210) is known color: Christi. HEX triplet: 79, A2 and 10. RGB value is (121,162,16). Sum of RGB (Red+Green+Blue) = 121+162+16=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #79A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A210 is #865DEF. Grayscale: #858585. Windows color (decimal): -8805872 or 1090169. OLE color: 1090169.
HSL color Cylindrical-coordinate representation of color #79A210: hue angle of 76.85º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79A210 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 16 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.36 |
| HSL | 76.85º | 0.82% | 0.35% | - |
| HSV(B) | 76.85º | 0.9% | 0.64% | - |
| XYZ | 20.9 | 29.94 | 5.17 | - |
| YUV | 133.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 16 | 0.25 | 0 | 0.90 | 0.36 | 76.85 | 0.82 | 0.35 |
| Hex | 79 | A2 | 10 | 19 | 0 | 5A | 24 | 4D | 52 | 23 |
| Octal | 171 | 242 | 20 | 31 | 0 | 132 | 44 | 115 | 122 | 43 |
| Binary | 1111001 | 10100010 | 10000 | 11001 | 0 | 1011010 | 100100 | 1001101 | 1010010 | 100011 |
Color Harmonies of #79A210
Complementary color
Monochromatic Colors of #79A210
Black with #79A210
Text Example
Text Example
White with #79A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A210; }
p { color: rgb(121,162,16); }
H1.HeaderClassName
{
color: #79A210;
}
.AnyTagClassName
{
color: #79A210;
}
</style>
background-color css
<style>
a { background-color: #79A210; }
a { background-color: rgb(121,162,16); }
div.DivClassName
{
background-color: #79A210;
}
.BgClassName
{
background-color: #79A210;
}
</style>
border-color css
<style>
span { border-color: #79A210; }
span { border-color: rgb(121,162,16); }
td.TdClassName
{
border-color: #79A210;
}
.TagClassName
{
border-color: #79A210;
}
</style>