Shades of Christi #73AA0C
Tints of Christi #73AA0C
RGB
CMYK
RGB Variations
Color information
#73AA0C (or 0x73AA0C) is known color: Christi. HEX triplet: 73, AA and 0C. RGB value is (115,170,12). Sum of RGB (Red+Green+Blue) = 115+170+12=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AA0C is #8C55F3. Grayscale: #888888. Windows color (decimal): -9197044 or 830067. OLE color: 830067.
HSL color Cylindrical-coordinate representation of color #73AA0C: hue angle of 80.89º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73AA0C is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 12 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.33 |
| HSL | 80.89º | 0.87% | 0.36% | - |
| HSV(B) | 80.89º | 0.93% | 0.67% | - |
| XYZ | 21.51 | 32.42 | 5.47 | - |
| YUV | 135.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 12 | 0.32 | 0 | 0.93 | 0.33 | 80.89 | 0.87 | 0.36 |
| Hex | 73 | AA | C | 20 | 0 | 5D | 21 | 51 | 57 | 24 |
| Octal | 163 | 252 | 14 | 40 | 0 | 135 | 41 | 121 | 127 | 44 |
| Binary | 1110011 | 10101010 | 1100 | 100000 | 0 | 1011101 | 100001 | 1010001 | 1010111 | 100100 |
Color Harmonies of #73AA0C
Complementary color
Monochromatic Colors of #73AA0C
Black with #73AA0C
Text Example
Text Example
White with #73AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA0C; }
p { color: rgb(115,170,12); }
H1.HeaderClassName
{
color: #73AA0C;
}
.AnyTagClassName
{
color: #73AA0C;
}
</style>
background-color css
<style>
a { background-color: #73AA0C; }
a { background-color: rgb(115,170,12); }
div.DivClassName
{
background-color: #73AA0C;
}
.BgClassName
{
background-color: #73AA0C;
}
</style>
border-color css
<style>
span { border-color: #73AA0C; }
span { border-color: rgb(115,170,12); }
td.TdClassName
{
border-color: #73AA0C;
}
.TagClassName
{
border-color: #73AA0C;
}
</style>