Shades of Christi #73A019
Tints of Christi #73A019
RGB
CMYK
RGB Variations
Color information
#73A019 (or 0x73A019) is known color: Christi. HEX triplet: 73, A0 and 19. RGB value is (115,160,25). Sum of RGB (Red+Green+Blue) = 115+160+25=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #73A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A019 is #8C5FE6. Grayscale: #838383. Windows color (decimal): -9199591 or 1679475. OLE color: 1679475.
HSL color Cylindrical-coordinate representation of color #73A019: hue angle of 80º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73A019 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 25 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.37 |
| HSL | 80º | 0.73% | 0.36% | - |
| HSV(B) | 80º | 0.84% | 0.63% | - |
| XYZ | 19.82 | 28.86 | 5.45 | - |
| YUV | 131.16 | 68.09 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 25 | 0.28 | 0 | 0.84 | 0.37 | 80 | 0.73 | 0.36 |
| Hex | 73 | A0 | 19 | 1C | 0 | 54 | 25 | 50 | 49 | 24 |
| Octal | 163 | 240 | 31 | 34 | 0 | 124 | 45 | 120 | 111 | 44 |
| Binary | 1110011 | 10100000 | 11001 | 11100 | 0 | 1010100 | 100101 | 1010000 | 1001001 | 100100 |
Color Harmonies of #73A019
Complementary color
Monochromatic Colors of #73A019
Black with #73A019
Text Example
Text Example
White with #73A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A019; }
p { color: rgb(115,160,25); }
H1.HeaderClassName
{
color: #73A019;
}
.AnyTagClassName
{
color: #73A019;
}
</style>
background-color css
<style>
a { background-color: #73A019; }
a { background-color: rgb(115,160,25); }
div.DivClassName
{
background-color: #73A019;
}
.BgClassName
{
background-color: #73A019;
}
</style>
border-color css
<style>
span { border-color: #73A019; }
span { border-color: rgb(115,160,25); }
td.TdClassName
{
border-color: #73A019;
}
.TagClassName
{
border-color: #73A019;
}
</style>