Shades of Christi #73AD0C
Tints of Christi #73AD0C
RGB
CMYK
RGB Variations
Color information
#73AD0C (or 0x73AD0C) is known color: Christi. HEX triplet: 73, AD and 0C. RGB value is (115,173,12). Sum of RGB (Red+Green+Blue) = 115+173+12=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AD0C is #8C52F3. Grayscale: #898989. Windows color (decimal): -9196276 or 830835. OLE color: 830835.
HSL color Cylindrical-coordinate representation of color #73AD0C: hue angle of 81.61º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73AD0C is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 12 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.32 |
| HSL | 81.61º | 0.87% | 0.36% | - |
| HSV(B) | 81.61º | 0.93% | 0.68% | - |
| XYZ | 22.08 | 33.56 | 5.66 | - |
| YUV | 137.3 | 57.28 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 12 | 0.34 | 0 | 0.93 | 0.32 | 81.61 | 0.87 | 0.36 |
| Hex | 73 | AD | C | 22 | 0 | 5D | 20 | 52 | 57 | 24 |
| Octal | 163 | 255 | 14 | 42 | 0 | 135 | 40 | 122 | 127 | 44 |
| Binary | 1110011 | 10101101 | 1100 | 100010 | 0 | 1011101 | 100000 | 1010010 | 1010111 | 100100 |
Color Harmonies of #73AD0C
Complementary color
Monochromatic Colors of #73AD0C
Black with #73AD0C
Text Example
Text Example
White with #73AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD0C; }
p { color: rgb(115,173,12); }
H1.HeaderClassName
{
color: #73AD0C;
}
.AnyTagClassName
{
color: #73AD0C;
}
</style>
background-color css
<style>
a { background-color: #73AD0C; }
a { background-color: rgb(115,173,12); }
div.DivClassName
{
background-color: #73AD0C;
}
.BgClassName
{
background-color: #73AD0C;
}
</style>
border-color css
<style>
span { border-color: #73AD0C; }
span { border-color: rgb(115,173,12); }
td.TdClassName
{
border-color: #73AD0C;
}
.TagClassName
{
border-color: #73AD0C;
}
</style>