Shades of Christi #73A816
Tints of Christi #73A816
RGB
CMYK
RGB Variations
Color information
#73A816 (or 0x73A816) is known color: Christi. HEX triplet: 73, A8 and 16. RGB value is (115,168,22). Sum of RGB (Red+Green+Blue) = 115+168+22=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #73A816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A816 is #8C57E9. Grayscale: #888888. Windows color (decimal): -9197546 or 1484915. OLE color: 1484915.
HSL color Cylindrical-coordinate representation of color #73A816: hue angle of 81.78º 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 #73A816 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 22 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.34 |
| HSL | 81.78º | 0.77% | 0.37% | - |
| HSV(B) | 81.78º | 0.87% | 0.66% | - |
| XYZ | 21.22 | 31.71 | 5.76 | - |
| YUV | 135.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 22 | 0.32 | 0 | 0.87 | 0.34 | 81.78 | 0.77 | 0.37 |
| Hex | 73 | A8 | 16 | 20 | 0 | 57 | 22 | 52 | 4D | 25 |
| Octal | 163 | 250 | 26 | 40 | 0 | 127 | 42 | 122 | 115 | 45 |
| Binary | 1110011 | 10101000 | 10110 | 100000 | 0 | 1010111 | 100010 | 1010010 | 1001101 | 100101 |
Color Harmonies of #73A816
Complementary color
Monochromatic Colors of #73A816
Black with #73A816
Text Example
Text Example
White with #73A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A816; }
p { color: rgb(115,168,22); }
H1.HeaderClassName
{
color: #73A816;
}
.AnyTagClassName
{
color: #73A816;
}
</style>
background-color css
<style>
a { background-color: #73A816; }
a { background-color: rgb(115,168,22); }
div.DivClassName
{
background-color: #73A816;
}
.BgClassName
{
background-color: #73A816;
}
</style>
border-color css
<style>
span { border-color: #73A816; }
span { border-color: rgb(115,168,22); }
td.TdClassName
{
border-color: #73A816;
}
.TagClassName
{
border-color: #73A816;
}
</style>