Shades of Christi #73A617
Tints of Christi #73A617
RGB
CMYK
RGB Variations
Color information
#73A617 (or 0x73A617) is known color: Christi. HEX triplet: 73, A6 and 17. RGB value is (115,166,23). Sum of RGB (Red+Green+Blue) = 115+166+23=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #73A617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A617 is #8C59E8. Grayscale: #868686. Windows color (decimal): -9198057 or 1549939. OLE color: 1549939.
HSL color Cylindrical-coordinate representation of color #73A617: hue angle of 81.4º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73A617 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 23 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.35 |
| HSL | 81.4º | 0.76% | 0.37% | - |
| HSV(B) | 81.4º | 0.86% | 0.65% | - |
| XYZ | 20.86 | 30.98 | 5.69 | - |
| YUV | 134.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 23 | 0.31 | 0 | 0.86 | 0.35 | 81.4 | 0.76 | 0.37 |
| Hex | 73 | A6 | 17 | 1F | 0 | 56 | 23 | 51 | 4C | 25 |
| Octal | 163 | 246 | 27 | 37 | 0 | 126 | 43 | 121 | 114 | 45 |
| Binary | 1110011 | 10100110 | 10111 | 11111 | 0 | 1010110 | 100011 | 1010001 | 1001100 | 100101 |
Color Harmonies of #73A617
Complementary color
Monochromatic Colors of #73A617
Black with #73A617
Text Example
Text Example
White with #73A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A617; }
p { color: rgb(115,166,23); }
H1.HeaderClassName
{
color: #73A617;
}
.AnyTagClassName
{
color: #73A617;
}
</style>
background-color css
<style>
a { background-color: #73A617; }
a { background-color: rgb(115,166,23); }
div.DivClassName
{
background-color: #73A617;
}
.BgClassName
{
background-color: #73A617;
}
</style>
border-color css
<style>
span { border-color: #73A617; }
span { border-color: rgb(115,166,23); }
td.TdClassName
{
border-color: #73A617;
}
.TagClassName
{
border-color: #73A617;
}
</style>