Shades of Christi #73A420
Tints of Christi #73A420
RGB
CMYK
RGB Variations
Color information
#73A420 (or 0x73A420) is known color: Christi. HEX triplet: 73, A4 and 20. RGB value is (115,164,32). Sum of RGB (Red+Green+Blue) = 115+164+32=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #73A420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A420 is #8C5BDF. Grayscale: #868686. Windows color (decimal): -9198560 or 2139251. OLE color: 2139251.
HSL color Cylindrical-coordinate representation of color #73A420: hue angle of 82.27º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73A420 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 32 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.36 |
| HSL | 82.27º | 0.67% | 0.38% | - |
| HSV(B) | 82.27º | 0.8% | 0.64% | - |
| XYZ | 20.61 | 30.3 | 6.13 | - |
| YUV | 134.3 | 70.27 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 32 | 0.30 | 0 | 0.80 | 0.36 | 82.27 | 0.67 | 0.38 |
| Hex | 73 | A4 | 20 | 1E | 0 | 50 | 24 | 52 | 43 | 26 |
| Octal | 163 | 244 | 40 | 36 | 0 | 120 | 44 | 122 | 103 | 46 |
| Binary | 1110011 | 10100100 | 100000 | 11110 | 0 | 1010000 | 100100 | 1010010 | 1000011 | 100110 |
Color Harmonies of #73A420
Complementary color
Monochromatic Colors of #73A420
Black with #73A420
Text Example
Text Example
White with #73A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A420; }
p { color: rgb(115,164,32); }
H1.HeaderClassName
{
color: #73A420;
}
.AnyTagClassName
{
color: #73A420;
}
</style>
background-color css
<style>
a { background-color: #73A420; }
a { background-color: rgb(115,164,32); }
div.DivClassName
{
background-color: #73A420;
}
.BgClassName
{
background-color: #73A420;
}
</style>
border-color css
<style>
span { border-color: #73A420; }
span { border-color: rgb(115,164,32); }
td.TdClassName
{
border-color: #73A420;
}
.TagClassName
{
border-color: #73A420;
}
</style>