Shades of Christi #73AA15
Tints of Christi #73AA15
RGB
CMYK
RGB Variations
Color information
#73AA15 (or 0x73AA15) is known color: Christi. HEX triplet: 73, AA and 15. RGB value is (115,170,21). Sum of RGB (Red+Green+Blue) = 115+170+21=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AA15 is #8C55EA. Grayscale: #898989. Windows color (decimal): -9197035 or 1419891. OLE color: 1419891.
HSL color Cylindrical-coordinate representation of color #73AA15: hue angle of 82.15º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73AA15 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 21 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.33 |
| HSL | 82.15º | 0.78% | 0.37% | - |
| HSV(B) | 82.15º | 0.88% | 0.67% | - |
| XYZ | 21.58 | 32.45 | 5.84 | - |
| YUV | 136.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 21 | 0.32 | 0 | 0.88 | 0.33 | 82.15 | 0.78 | 0.37 |
| Hex | 73 | AA | 15 | 20 | 0 | 58 | 21 | 52 | 4E | 25 |
| Octal | 163 | 252 | 25 | 40 | 0 | 130 | 41 | 122 | 116 | 45 |
| Binary | 1110011 | 10101010 | 10101 | 100000 | 0 | 1011000 | 100001 | 1010010 | 1001110 | 100101 |
Color Harmonies of #73AA15
Complementary color
Monochromatic Colors of #73AA15
Black with #73AA15
Text Example
Text Example
White with #73AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA15; }
p { color: rgb(115,170,21); }
H1.HeaderClassName
{
color: #73AA15;
}
.AnyTagClassName
{
color: #73AA15;
}
</style>
background-color css
<style>
a { background-color: #73AA15; }
a { background-color: rgb(115,170,21); }
div.DivClassName
{
background-color: #73AA15;
}
.BgClassName
{
background-color: #73AA15;
}
</style>
border-color css
<style>
span { border-color: #73AA15; }
span { border-color: rgb(115,170,21); }
td.TdClassName
{
border-color: #73AA15;
}
.TagClassName
{
border-color: #73AA15;
}
</style>