Shades of Christi #73A217
Tints of Christi #73A217
RGB
CMYK
RGB Variations
Color information
#73A217 (or 0x73A217) is known color: Christi. HEX triplet: 73, A2 and 17. RGB value is (115,162,23). Sum of RGB (Red+Green+Blue) = 115+162+23=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #73A217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A217 is #8C5DE8. Grayscale: #848484. Windows color (decimal): -9199081 or 1548915. OLE color: 1548915.
HSL color Cylindrical-coordinate representation of color #73A217: hue angle of 80.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73A217 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 23 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.36 |
| HSL | 80.29º | 0.75% | 0.36% | - |
| HSV(B) | 80.29º | 0.86% | 0.64% | - |
| XYZ | 20.15 | 29.55 | 5.45 | - |
| YUV | 132.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 23 | 0.29 | 0 | 0.86 | 0.36 | 80.29 | 0.75 | 0.36 |
| Hex | 73 | A2 | 17 | 1D | 0 | 56 | 24 | 50 | 4B | 24 |
| Octal | 163 | 242 | 27 | 35 | 0 | 126 | 44 | 120 | 113 | 44 |
| Binary | 1110011 | 10100010 | 10111 | 11101 | 0 | 1010110 | 100100 | 1010000 | 1001011 | 100100 |
Color Harmonies of #73A217
Complementary color
Monochromatic Colors of #73A217
Black with #73A217
Text Example
Text Example
White with #73A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A217; }
p { color: rgb(115,162,23); }
H1.HeaderClassName
{
color: #73A217;
}
.AnyTagClassName
{
color: #73A217;
}
</style>
background-color css
<style>
a { background-color: #73A217; }
a { background-color: rgb(115,162,23); }
div.DivClassName
{
background-color: #73A217;
}
.BgClassName
{
background-color: #73A217;
}
</style>
border-color css
<style>
span { border-color: #73A217; }
span { border-color: rgb(115,162,23); }
td.TdClassName
{
border-color: #73A217;
}
.TagClassName
{
border-color: #73A217;
}
</style>