Shades of Christi #79A315
Tints of Christi #79A315
RGB
CMYK
RGB Variations
Color information
#79A315 (or 0x79A315) is known color: Christi. HEX triplet: 79, A3 and 15. RGB value is (121,163,21). Sum of RGB (Red+Green+Blue) = 121+163+21=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #79A315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79A315 is #865CEA. Grayscale: #868686. Windows color (decimal): -8805611 or 1418105. OLE color: 1418105.
HSL color Cylindrical-coordinate representation of color #79A315: hue angle of 77.75º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #79A315 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 163 | 21 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.36 |
| HSL | 77.75º | 0.77% | 0.36% | - |
| HSV(B) | 77.75º | 0.87% | 0.64% | - |
| XYZ | 21.12 | 30.31 | 5.45 | - |
| YUV | 134.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 163 | 21 | 0.26 | 0 | 0.87 | 0.36 | 77.75 | 0.77 | 0.36 |
| Hex | 79 | A3 | 15 | 1A | 0 | 57 | 24 | 4E | 4D | 24 |
| Octal | 171 | 243 | 25 | 32 | 0 | 127 | 44 | 116 | 115 | 44 |
| Binary | 1111001 | 10100011 | 10101 | 11010 | 0 | 1010111 | 100100 | 1001110 | 1001101 | 100100 |
Color Harmonies of #79A315
Complementary color
Monochromatic Colors of #79A315
Black with #79A315
Text Example
Text Example
White with #79A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A315; }
p { color: rgb(121,163,21); }
H1.HeaderClassName
{
color: #79A315;
}
.AnyTagClassName
{
color: #79A315;
}
</style>
background-color css
<style>
a { background-color: #79A315; }
a { background-color: rgb(121,163,21); }
div.DivClassName
{
background-color: #79A315;
}
.BgClassName
{
background-color: #79A315;
}
</style>
border-color css
<style>
span { border-color: #79A315; }
span { border-color: rgb(121,163,21); }
td.TdClassName
{
border-color: #79A315;
}
.TagClassName
{
border-color: #79A315;
}
</style>