Shades of Christi #79980A
Tints of Christi #79980A
RGB
CMYK
RGB Variations
Color information
#79980A (or 0x79980A) is known color: Christi. HEX triplet: 79, 98 and 0A. RGB value is (121,152,10). Sum of RGB (Red+Green+Blue) = 121+152+10=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #79980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79980A is #8667F5. Grayscale: #7F7F7F. Windows color (decimal): -8808438 or 694393. OLE color: 694393.
HSL color Cylindrical-coordinate representation of color #79980A: hue angle of 73.1º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79980A is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 152 | 10 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.40 |
| HSL | 73.1º | 0.88% | 0.32% | - |
| HSV(B) | 73.1º | 0.93% | 0.6% | - |
| XYZ | 19.17 | 26.54 | 4.4 | - |
| YUV | 126.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 10 | 0.20 | 0 | 0.93 | 0.40 | 73.1 | 0.88 | 0.32 |
| Hex | 79 | 98 | A | 14 | 0 | 5D | 28 | 49 | 58 | 20 |
| Octal | 171 | 230 | 12 | 24 | 0 | 135 | 50 | 111 | 130 | 40 |
| Binary | 1111001 | 10011000 | 1010 | 10100 | 0 | 1011101 | 101000 | 1001001 | 1011000 | 100000 |
Color Harmonies of #79980A
Complementary color
Monochromatic Colors of #79980A
Black with #79980A
Text Example
Text Example
White with #79980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79980A; }
p { color: rgb(121,152,10); }
H1.HeaderClassName
{
color: #79980A;
}
.AnyTagClassName
{
color: #79980A;
}
</style>
background-color css
<style>
a { background-color: #79980A; }
a { background-color: rgb(121,152,10); }
div.DivClassName
{
background-color: #79980A;
}
.BgClassName
{
background-color: #79980A;
}
</style>
border-color css
<style>
span { border-color: #79980A; }
span { border-color: rgb(121,152,10); }
td.TdClassName
{
border-color: #79980A;
}
.TagClassName
{
border-color: #79980A;
}
</style>