Shades of Christi #73A017
Tints of Christi #73A017
RGB
CMYK
RGB Variations
Color information
#73A017 (or 0x73A017) is known color: Christi. HEX triplet: 73, A0 and 17. RGB value is (115,160,23). Sum of RGB (Red+Green+Blue) = 115+160+23=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #73A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A017 is #8C5FE8. Grayscale: #838383. Windows color (decimal): -9199593 or 1548403. OLE color: 1548403.
HSL color Cylindrical-coordinate representation of color #73A017: hue angle of 79.71º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73A017 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 23 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.37 |
| HSL | 79.71º | 0.75% | 0.36% | - |
| HSV(B) | 79.71º | 0.86% | 0.63% | - |
| XYZ | 19.8 | 28.85 | 5.34 | - |
| YUV | 130.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 23 | 0.28 | 0 | 0.86 | 0.37 | 79.71 | 0.75 | 0.36 |
| Hex | 73 | A0 | 17 | 1C | 0 | 56 | 25 | 50 | 4B | 24 |
| Octal | 163 | 240 | 27 | 34 | 0 | 126 | 45 | 120 | 113 | 44 |
| Binary | 1110011 | 10100000 | 10111 | 11100 | 0 | 1010110 | 100101 | 1010000 | 1001011 | 100100 |
Color Harmonies of #73A017
Complementary color
Monochromatic Colors of #73A017
Black with #73A017
Text Example
Text Example
White with #73A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A017; }
p { color: rgb(115,160,23); }
H1.HeaderClassName
{
color: #73A017;
}
.AnyTagClassName
{
color: #73A017;
}
</style>
background-color css
<style>
a { background-color: #73A017; }
a { background-color: rgb(115,160,23); }
div.DivClassName
{
background-color: #73A017;
}
.BgClassName
{
background-color: #73A017;
}
</style>
border-color css
<style>
span { border-color: #73A017; }
span { border-color: rgb(115,160,23); }
td.TdClassName
{
border-color: #73A017;
}
.TagClassName
{
border-color: #73A017;
}
</style>