Shades of Christi #73AA13
Tints of Christi #73AA13
RGB
CMYK
RGB Variations
Color information
#73AA13 (or 0x73AA13) is known color: Christi. HEX triplet: 73, AA and 13. RGB value is (115,170,19). Sum of RGB (Red+Green+Blue) = 115+170+19=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AA13 is #8C55EC. Grayscale: #888888. Windows color (decimal): -9197037 or 1288819. OLE color: 1288819.
HSL color Cylindrical-coordinate representation of color #73AA13: hue angle of 81.85º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73AA13 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 19 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.33 |
| HSL | 81.85º | 0.8% | 0.37% | - |
| HSV(B) | 81.85º | 0.89% | 0.67% | - |
| XYZ | 21.56 | 32.44 | 5.74 | - |
| YUV | 136.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 19 | 0.32 | 0 | 0.89 | 0.33 | 81.85 | 0.8 | 0.37 |
| Hex | 73 | AA | 13 | 20 | 0 | 59 | 21 | 52 | 50 | 25 |
| Octal | 163 | 252 | 23 | 40 | 0 | 131 | 41 | 122 | 120 | 45 |
| Binary | 1110011 | 10101010 | 10011 | 100000 | 0 | 1011001 | 100001 | 1010010 | 1010000 | 100101 |
Color Harmonies of #73AA13
Complementary color
Monochromatic Colors of #73AA13
Black with #73AA13
Text Example
Text Example
White with #73AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA13; }
p { color: rgb(115,170,19); }
H1.HeaderClassName
{
color: #73AA13;
}
.AnyTagClassName
{
color: #73AA13;
}
</style>
background-color css
<style>
a { background-color: #73AA13; }
a { background-color: rgb(115,170,19); }
div.DivClassName
{
background-color: #73AA13;
}
.BgClassName
{
background-color: #73AA13;
}
</style>
border-color css
<style>
span { border-color: #73AA13; }
span { border-color: rgb(115,170,19); }
td.TdClassName
{
border-color: #73AA13;
}
.TagClassName
{
border-color: #73AA13;
}
</style>