Shades of Christi #79A302
Tints of Christi #79A302
RGB
CMYK
RGB Variations
Color information
#79A302 (or 0x79A302) is known color: Christi. HEX triplet: 79, A3 and 02. RGB value is (121,163,2). Sum of RGB (Red+Green+Blue) = 121+163+2=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #79A302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A302 is #865CFD. Grayscale: #848484. Windows color (decimal): -8805630 or 172921. OLE color: 172921.
HSL color Cylindrical-coordinate representation of color #79A302: hue angle of 75.65º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79A302 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 163 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.36 |
| HSL | 75.65º | 0.98% | 0.32% | - |
| HSV(B) | 75.65º | 0.99% | 0.64% | - |
| XYZ | 20.99 | 30.26 | 4.79 | - |
| YUV | 132.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 2 | 0.26 | 0 | 0.99 | 0.36 | 75.65 | 0.98 | 0.32 |
| Hex | 79 | A3 | 2 | 1A | 0 | 63 | 24 | 4C | 62 | 20 |
| Octal | 171 | 243 | 2 | 32 | 0 | 143 | 44 | 114 | 142 | 40 |
| Binary | 1111001 | 10100011 | 10 | 11010 | 0 | 1100011 | 100100 | 1001100 | 1100010 | 100000 |
Color Harmonies of #79A302
Complementary color
Monochromatic Colors of #79A302
Black with #79A302
Text Example
Text Example
White with #79A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A302; }
p { color: rgb(121,163,2); }
H1.HeaderClassName
{
color: #79A302;
}
.AnyTagClassName
{
color: #79A302;
}
</style>
background-color css
<style>
a { background-color: #79A302; }
a { background-color: rgb(121,163,2); }
div.DivClassName
{
background-color: #79A302;
}
.BgClassName
{
background-color: #79A302;
}
</style>
border-color css
<style>
span { border-color: #79A302; }
span { border-color: rgb(121,163,2); }
td.TdClassName
{
border-color: #79A302;
}
.TagClassName
{
border-color: #79A302;
}
</style>