Shades of Christi #79A401
Tints of Christi #79A401
RGB
CMYK
RGB Variations
Color information
#79A401 (or 0x79A401) is known color: Christi. HEX triplet: 79, A4 and 01. RGB value is (121,164,1). Sum of RGB (Red+Green+Blue) = 121+164+1=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #79A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A401 is #865BFE. Grayscale: #858585. Windows color (decimal): -8805375 or 107641. OLE color: 107641.
HSL color Cylindrical-coordinate representation of color #79A401: hue angle of 75.83º degrees, saturation: 0.99, 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 #79A401 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 164 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.36 |
| HSL | 75.83º | 0.99% | 0.32% | - |
| HSV(B) | 75.83º | 0.99% | 0.64% | - |
| XYZ | 21.17 | 30.62 | 4.82 | - |
| YUV | 132.56 | 53.75 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 1 | 0.26 | 0 | 0.99 | 0.36 | 75.83 | 0.99 | 0.32 |
| Hex | 79 | A4 | 1 | 1A | 0 | 63 | 24 | 4C | 63 | 20 |
| Octal | 171 | 244 | 1 | 32 | 0 | 143 | 44 | 114 | 143 | 40 |
| Binary | 1111001 | 10100100 | 1 | 11010 | 0 | 1100011 | 100100 | 1001100 | 1100011 | 100000 |
Color Harmonies of #79A401
Complementary color
Monochromatic Colors of #79A401
Black with #79A401
Text Example
Text Example
White with #79A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A401; }
p { color: rgb(121,164,1); }
H1.HeaderClassName
{
color: #79A401;
}
.AnyTagClassName
{
color: #79A401;
}
</style>
background-color css
<style>
a { background-color: #79A401; }
a { background-color: rgb(121,164,1); }
div.DivClassName
{
background-color: #79A401;
}
.BgClassName
{
background-color: #79A401;
}
</style>
border-color css
<style>
span { border-color: #79A401; }
span { border-color: rgb(121,164,1); }
td.TdClassName
{
border-color: #79A401;
}
.TagClassName
{
border-color: #79A401;
}
</style>