Shades of Christi #73B718
Tints of Christi #73B718
RGB
CMYK
RGB Variations
Color information
#73B718 (or 0x73B718) is known color: Christi. HEX triplet: 73, B7 and 18. RGB value is (115,183,24). Sum of RGB (Red+Green+Blue) = 115+183+24=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #73B718 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B718 is #8C48E7. Grayscale: #919191. Windows color (decimal): -9193704 or 1619827. OLE color: 1619827.
HSL color Cylindrical-coordinate representation of color #73B718: hue angle of 85.66º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73B718 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 24 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.28 |
| HSL | 85.66º | 0.77% | 0.41% | - |
| HSV(B) | 85.66º | 0.87% | 0.72% | - |
| XYZ | 24.17 | 37.58 | 6.84 | - |
| YUV | 144.54 | 59.97 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 24 | 0.37 | 0 | 0.87 | 0.28 | 85.66 | 0.77 | 0.41 |
| Hex | 73 | B7 | 18 | 25 | 0 | 57 | 1C | 56 | 4D | 29 |
| Octal | 163 | 267 | 30 | 45 | 0 | 127 | 34 | 126 | 115 | 51 |
| Binary | 1110011 | 10110111 | 11000 | 100101 | 0 | 1010111 | 11100 | 1010110 | 1001101 | 101001 |
Color Harmonies of #73B718
Complementary color
Monochromatic Colors of #73B718
Black with #73B718
Text Example
Text Example
White with #73B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B718; }
p { color: rgb(115,183,24); }
H1.HeaderClassName
{
color: #73B718;
}
.AnyTagClassName
{
color: #73B718;
}
</style>
background-color css
<style>
a { background-color: #73B718; }
a { background-color: rgb(115,183,24); }
div.DivClassName
{
background-color: #73B718;
}
.BgClassName
{
background-color: #73B718;
}
</style>
border-color css
<style>
span { border-color: #73B718; }
span { border-color: rgb(115,183,24); }
td.TdClassName
{
border-color: #73B718;
}
.TagClassName
{
border-color: #73B718;
}
</style>