Shades of Christi #73A819
Tints of Christi #73A819
RGB
CMYK
RGB Variations
Color information
#73A819 (or 0x73A819) is known color: Christi. HEX triplet: 73, A8 and 19. RGB value is (115,168,25). Sum of RGB (Red+Green+Blue) = 115+168+25=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #73A819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A819 is #8C57E6. Grayscale: #888888. Windows color (decimal): -9197543 or 1681523. OLE color: 1681523.
HSL color Cylindrical-coordinate representation of color #73A819: hue angle of 82.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73A819 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 25 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.34 |
| HSL | 82.24º | 0.74% | 0.38% | - |
| HSV(B) | 82.24º | 0.85% | 0.66% | - |
| XYZ | 21.25 | 31.72 | 5.92 | - |
| YUV | 135.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 25 | 0.32 | 0 | 0.85 | 0.34 | 82.24 | 0.74 | 0.38 |
| Hex | 73 | A8 | 19 | 20 | 0 | 55 | 22 | 52 | 4A | 26 |
| Octal | 163 | 250 | 31 | 40 | 0 | 125 | 42 | 122 | 112 | 46 |
| Binary | 1110011 | 10101000 | 11001 | 100000 | 0 | 1010101 | 100010 | 1010010 | 1001010 | 100110 |
Color Harmonies of #73A819
Complementary color
Monochromatic Colors of #73A819
Black with #73A819
Text Example
Text Example
White with #73A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A819; }
p { color: rgb(115,168,25); }
H1.HeaderClassName
{
color: #73A819;
}
.AnyTagClassName
{
color: #73A819;
}
</style>
background-color css
<style>
a { background-color: #73A819; }
a { background-color: rgb(115,168,25); }
div.DivClassName
{
background-color: #73A819;
}
.BgClassName
{
background-color: #73A819;
}
</style>
border-color css
<style>
span { border-color: #73A819; }
span { border-color: rgb(115,168,25); }
td.TdClassName
{
border-color: #73A819;
}
.TagClassName
{
border-color: #73A819;
}
</style>