Shades of Christi #79AD00
Tints of Christi #79AD00
RGB
CMYK
RGB Variations
Color information
#79AD00 (or 0x79AD00) is known color: Christi. HEX triplet: 79, AD and 00. RGB value is (121,173,0). Sum of RGB (Red+Green+Blue) = 121+173+0=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #79AD00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79AD00 is #8652FF. Grayscale: #8A8A8A. Windows color (decimal): -8803072 or 44409. OLE color: 44409.
HSL color Cylindrical-coordinate representation of color #79AD00: hue angle of 78.03º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79AD00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 173 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.32 |
| HSL | 78.03º | 1% | 0.34% | - |
| HSV(B) | 78.03º | 1% | 0.68% | - |
| XYZ | 22.83 | 33.95 | 5.35 | - |
| YUV | 137.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 0 | 0.30 | 0 | 1 | 0.32 | 78.03 | 1 | 0.34 |
| Hex | 79 | AD | 0 | 1E | 0 | 64 | 20 | 4E | 64 | 22 |
| Octal | 171 | 255 | 0 | 36 | 0 | 144 | 40 | 116 | 144 | 42 |
| Binary | 1111001 | 10101101 | 0 | 11110 | 0 | 1100100 | 100000 | 1001110 | 1100100 | 100010 |
Color Harmonies of #79AD00
Complementary color
Monochromatic Colors of #79AD00
Black with #79AD00
Text Example
Text Example
White with #79AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AD00; }
p { color: rgb(121,173,0); }
H1.HeaderClassName
{
color: #79AD00;
}
.AnyTagClassName
{
color: #79AD00;
}
</style>
background-color css
<style>
a { background-color: #79AD00; }
a { background-color: rgb(121,173,0); }
div.DivClassName
{
background-color: #79AD00;
}
.BgClassName
{
background-color: #79AD00;
}
</style>
border-color css
<style>
span { border-color: #79AD00; }
span { border-color: rgb(121,173,0); }
td.TdClassName
{
border-color: #79AD00;
}
.TagClassName
{
border-color: #79AD00;
}
</style>