Shades of Christi #73AA19
Tints of Christi #73AA19
RGB
CMYK
RGB Variations
Color information
#73AA19 (or 0x73AA19) is known color: Christi. HEX triplet: 73, AA and 19. RGB value is (115,170,25). Sum of RGB (Red+Green+Blue) = 115+170+25=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AA19 is #8C55E6. Grayscale: #898989. Windows color (decimal): -9197031 or 1682035. OLE color: 1682035.
HSL color Cylindrical-coordinate representation of color #73AA19: hue angle of 82.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73AA19 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 25 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.33 |
| HSL | 82.76º | 0.74% | 0.38% | - |
| HSV(B) | 82.76º | 0.85% | 0.67% | - |
| XYZ | 21.62 | 32.46 | 6.05 | - |
| YUV | 137.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 25 | 0.32 | 0 | 0.85 | 0.33 | 82.76 | 0.74 | 0.38 |
| Hex | 73 | AA | 19 | 20 | 0 | 55 | 21 | 53 | 4A | 26 |
| Octal | 163 | 252 | 31 | 40 | 0 | 125 | 41 | 123 | 112 | 46 |
| Binary | 1110011 | 10101010 | 11001 | 100000 | 0 | 1010101 | 100001 | 1010011 | 1001010 | 100110 |
Color Harmonies of #73AA19
Complementary color
Monochromatic Colors of #73AA19
Black with #73AA19
Text Example
Text Example
White with #73AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA19; }
p { color: rgb(115,170,25); }
H1.HeaderClassName
{
color: #73AA19;
}
.AnyTagClassName
{
color: #73AA19;
}
</style>
background-color css
<style>
a { background-color: #73AA19; }
a { background-color: rgb(115,170,25); }
div.DivClassName
{
background-color: #73AA19;
}
.BgClassName
{
background-color: #73AA19;
}
</style>
border-color css
<style>
span { border-color: #73AA19; }
span { border-color: rgb(115,170,25); }
td.TdClassName
{
border-color: #73AA19;
}
.TagClassName
{
border-color: #73AA19;
}
</style>