Shades of Christi #73A916
Tints of Christi #73A916
RGB
CMYK
RGB Variations
Color information
#73A916 (or 0x73A916) is known color: Christi. HEX triplet: 73, A9 and 16. RGB value is (115,169,22). Sum of RGB (Red+Green+Blue) = 115+169+22=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 169 (66.41% from 255 or 55.23% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 169 - color contains mainly: green. Hex color #73A916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A916 is #8C56E9. Grayscale: #888888. Windows color (decimal): -9197290 or 1485171. OLE color: 1485171.
HSL color Cylindrical-coordinate representation of color #73A916: hue angle of 82.04º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73A916 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 22 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.34 |
| HSL | 82.04º | 0.77% | 0.37% | - |
| HSV(B) | 82.04º | 0.87% | 0.66% | - |
| XYZ | 21.4 | 32.08 | 5.82 | - |
| YUV | 136.1 | 63.61 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 22 | 0.32 | 0 | 0.87 | 0.34 | 82.04 | 0.77 | 0.37 |
| Hex | 73 | A9 | 16 | 20 | 0 | 57 | 22 | 52 | 4D | 25 |
| Octal | 163 | 251 | 26 | 40 | 0 | 127 | 42 | 122 | 115 | 45 |
| Binary | 1110011 | 10101001 | 10110 | 100000 | 0 | 1010111 | 100010 | 1010010 | 1001101 | 100101 |
Color Harmonies of #73A916
Complementary color
Monochromatic Colors of #73A916
Black with #73A916
Text Example
Text Example
White with #73A916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A916; }
p { color: rgb(115,169,22); }
H1.HeaderClassName
{
color: #73A916;
}
.AnyTagClassName
{
color: #73A916;
}
</style>
background-color css
<style>
a { background-color: #73A916; }
a { background-color: rgb(115,169,22); }
div.DivClassName
{
background-color: #73A916;
}
.BgClassName
{
background-color: #73A916;
}
</style>
border-color css
<style>
span { border-color: #73A916; }
span { border-color: rgb(115,169,22); }
td.TdClassName
{
border-color: #73A916;
}
.TagClassName
{
border-color: #73A916;
}
</style>