Shades of Christi #73A013
Tints of Christi #73A013
RGB
CMYK
RGB Variations
Color information
#73A013 (or 0x73A013) is known color: Christi. HEX triplet: 73, A0 and 13. RGB value is (115,160,19). Sum of RGB (Red+Green+Blue) = 115+160+19=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #73A013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A013 is #8C5FEC. Grayscale: #828282. Windows color (decimal): -9199597 or 1286259. OLE color: 1286259.
HSL color Cylindrical-coordinate representation of color #73A013: hue angle of 79.15º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73A013 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 19 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.37 |
| HSL | 79.15º | 0.79% | 0.35% | - |
| HSV(B) | 79.15º | 0.88% | 0.63% | - |
| XYZ | 19.76 | 28.83 | 5.14 | - |
| YUV | 130.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 19 | 0.28 | 0 | 0.88 | 0.37 | 79.15 | 0.79 | 0.35 |
| Hex | 73 | A0 | 13 | 1C | 0 | 58 | 25 | 4F | 4F | 23 |
| Octal | 163 | 240 | 23 | 34 | 0 | 130 | 45 | 117 | 117 | 43 |
| Binary | 1110011 | 10100000 | 10011 | 11100 | 0 | 1011000 | 100101 | 1001111 | 1001111 | 100011 |
Color Harmonies of #73A013
Complementary color
Monochromatic Colors of #73A013
Black with #73A013
Text Example
Text Example
White with #73A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A013; }
p { color: rgb(115,160,19); }
H1.HeaderClassName
{
color: #73A013;
}
.AnyTagClassName
{
color: #73A013;
}
</style>
background-color css
<style>
a { background-color: #73A013; }
a { background-color: rgb(115,160,19); }
div.DivClassName
{
background-color: #73A013;
}
.BgClassName
{
background-color: #73A013;
}
</style>
border-color css
<style>
span { border-color: #73A013; }
span { border-color: rgb(115,160,19); }
td.TdClassName
{
border-color: #73A013;
}
.TagClassName
{
border-color: #73A013;
}
</style>