Shades of Christi #73AA24
Tints of Christi #73AA24
RGB
CMYK
RGB Variations
Color information
#73AA24 (or 0x73AA24) is known color: Christi. HEX triplet: 73, AA and 24. RGB value is (115,170,36). Sum of RGB (Red+Green+Blue) = 115+170+36=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AA24 is #8C55DB. Grayscale: #8A8A8A. Windows color (decimal): -9197020 or 2402931. OLE color: 2402931.
HSL color Cylindrical-coordinate representation of color #73AA24: hue angle of 84.63º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73AA24 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 36 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.33 |
| HSL | 84.63º | 0.65% | 0.4% | - |
| HSV(B) | 84.63º | 0.79% | 0.67% | - |
| XYZ | 21.76 | 32.52 | 6.8 | - |
| YUV | 138.28 | 70.28 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 36 | 0.32 | 0 | 0.79 | 0.33 | 84.63 | 0.65 | 0.4 |
| Hex | 73 | AA | 24 | 20 | 0 | 4F | 21 | 55 | 41 | 28 |
| Octal | 163 | 252 | 44 | 40 | 0 | 117 | 41 | 125 | 101 | 50 |
| Binary | 1110011 | 10101010 | 100100 | 100000 | 0 | 1001111 | 100001 | 1010101 | 1000001 | 101000 |
Color Harmonies of #73AA24
Complementary color
Monochromatic Colors of #73AA24
Black with #73AA24
Text Example
Text Example
White with #73AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA24; }
p { color: rgb(115,170,36); }
H1.HeaderClassName
{
color: #73AA24;
}
.AnyTagClassName
{
color: #73AA24;
}
</style>
background-color css
<style>
a { background-color: #73AA24; }
a { background-color: rgb(115,170,36); }
div.DivClassName
{
background-color: #73AA24;
}
.BgClassName
{
background-color: #73AA24;
}
</style>
border-color css
<style>
span { border-color: #73AA24; }
span { border-color: rgb(115,170,36); }
td.TdClassName
{
border-color: #73AA24;
}
.TagClassName
{
border-color: #73AA24;
}
</style>