Shades of Christi #73A003
Tints of Christi #73A003
RGB
CMYK
RGB Variations
Color information
#73A003 (or 0x73A003) is known color: Christi. HEX triplet: 73, A0 and 03. RGB value is (115,160,3). Sum of RGB (Red+Green+Blue) = 115+160+3=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #73A003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A003 is #8C5FFC. Grayscale: #818181. Windows color (decimal): -9199613 or 237683. OLE color: 237683.
HSL color Cylindrical-coordinate representation of color #73A003: hue angle of 77.2º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73A003 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.37 |
| HSL | 77.2º | 0.96% | 0.32% | - |
| HSV(B) | 77.2º | 0.98% | 0.63% | - |
| XYZ | 19.66 | 28.79 | 4.61 | - |
| YUV | 128.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 3 | 0.28 | 0 | 0.98 | 0.37 | 77.2 | 0.96 | 0.32 |
| Hex | 73 | A0 | 3 | 1C | 0 | 62 | 25 | 4D | 60 | 20 |
| Octal | 163 | 240 | 3 | 34 | 0 | 142 | 45 | 115 | 140 | 40 |
| Binary | 1110011 | 10100000 | 11 | 11100 | 0 | 1100010 | 100101 | 1001101 | 1100000 | 100000 |
Color Harmonies of #73A003
Complementary color
Monochromatic Colors of #73A003
Black with #73A003
Text Example
Text Example
White with #73A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A003; }
p { color: rgb(115,160,3); }
H1.HeaderClassName
{
color: #73A003;
}
.AnyTagClassName
{
color: #73A003;
}
</style>
background-color css
<style>
a { background-color: #73A003; }
a { background-color: rgb(115,160,3); }
div.DivClassName
{
background-color: #73A003;
}
.BgClassName
{
background-color: #73A003;
}
</style>
border-color css
<style>
span { border-color: #73A003; }
span { border-color: rgb(115,160,3); }
td.TdClassName
{
border-color: #73A003;
}
.TagClassName
{
border-color: #73A003;
}
</style>