Shades of Christi #79A211
Tints of Christi #79A211
RGB
CMYK
RGB Variations
Color information
#79A211 (or 0x79A211) is known color: Christi. HEX triplet: 79, A2 and 11. RGB value is (121,162,17). Sum of RGB (Red+Green+Blue) = 121+162+17=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #79A211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A211 is #865DEE. Grayscale: #858585. Windows color (decimal): -8805871 or 1155705. OLE color: 1155705.
HSL color Cylindrical-coordinate representation of color #79A211: hue angle of 76.97º degrees, saturation: 0.81, 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 #79A211 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 162 | 17 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.36 |
| HSL | 76.97º | 0.81% | 0.35% | - |
| HSV(B) | 76.97º | 0.9% | 0.64% | - |
| XYZ | 20.91 | 29.95 | 5.21 | - |
| YUV | 133.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 17 | 0.25 | 0 | 0.90 | 0.36 | 76.97 | 0.81 | 0.35 |
| Hex | 79 | A2 | 11 | 19 | 0 | 5A | 24 | 4D | 51 | 23 |
| Octal | 171 | 242 | 21 | 31 | 0 | 132 | 44 | 115 | 121 | 43 |
| Binary | 1111001 | 10100010 | 10001 | 11001 | 0 | 1011010 | 100100 | 1001101 | 1010001 | 100011 |
Color Harmonies of #79A211
Complementary color
Monochromatic Colors of #79A211
Black with #79A211
Text Example
Text Example
White with #79A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A211; }
p { color: rgb(121,162,17); }
H1.HeaderClassName
{
color: #79A211;
}
.AnyTagClassName
{
color: #79A211;
}
</style>
background-color css
<style>
a { background-color: #79A211; }
a { background-color: rgb(121,162,17); }
div.DivClassName
{
background-color: #79A211;
}
.BgClassName
{
background-color: #79A211;
}
</style>
border-color css
<style>
span { border-color: #79A211; }
span { border-color: rgb(121,162,17); }
td.TdClassName
{
border-color: #79A211;
}
.TagClassName
{
border-color: #79A211;
}
</style>