Shades of Christi #73A012
Tints of Christi #73A012
RGB
CMYK
RGB Variations
Color information
#73A012 (or 0x73A012) is known color: Christi. HEX triplet: 73, A0 and 12. RGB value is (115,160,18). Sum of RGB (Red+Green+Blue) = 115+160+18=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #73A012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A012 is #8C5FED. Grayscale: #828282. Windows color (decimal): -9199598 or 1220723. OLE color: 1220723.
HSL color Cylindrical-coordinate representation of color #73A012: hue angle of 79.01º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73A012 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 18 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.37 |
| HSL | 79.01º | 0.8% | 0.35% | - |
| HSV(B) | 79.01º | 0.89% | 0.63% | - |
| XYZ | 19.75 | 28.83 | 5.1 | - |
| YUV | 130.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 18 | 0.28 | 0 | 0.89 | 0.37 | 79.01 | 0.8 | 0.35 |
| Hex | 73 | A0 | 12 | 1C | 0 | 59 | 25 | 4F | 50 | 23 |
| Octal | 163 | 240 | 22 | 34 | 0 | 131 | 45 | 117 | 120 | 43 |
| Binary | 1110011 | 10100000 | 10010 | 11100 | 0 | 1011001 | 100101 | 1001111 | 1010000 | 100011 |
Color Harmonies of #73A012
Complementary color
Monochromatic Colors of #73A012
Black with #73A012
Text Example
Text Example
White with #73A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A012; }
p { color: rgb(115,160,18); }
H1.HeaderClassName
{
color: #73A012;
}
.AnyTagClassName
{
color: #73A012;
}
</style>
background-color css
<style>
a { background-color: #73A012; }
a { background-color: rgb(115,160,18); }
div.DivClassName
{
background-color: #73A012;
}
.BgClassName
{
background-color: #73A012;
}
</style>
border-color css
<style>
span { border-color: #73A012; }
span { border-color: rgb(115,160,18); }
td.TdClassName
{
border-color: #73A012;
}
.TagClassName
{
border-color: #73A012;
}
</style>