Shades of Christi #73A209
Tints of Christi #73A209
RGB
CMYK
RGB Variations
Color information
#73A209 (or 0x73A209) is known color: Christi. HEX triplet: 73, A2 and 09. RGB value is (115,162,9). Sum of RGB (Red+Green+Blue) = 115+162+9=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #73A209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A209 is #8C5DF6. Grayscale: #838383. Windows color (decimal): -9199095 or 631411. OLE color: 631411.
HSL color Cylindrical-coordinate representation of color #73A209: hue angle of 78.43º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73A209 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 9 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.36 |
| HSL | 78.43º | 0.89% | 0.34% | - |
| HSV(B) | 78.43º | 0.94% | 0.64% | - |
| XYZ | 20.04 | 29.51 | 4.9 | - |
| YUV | 130.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 9 | 0.29 | 0 | 0.94 | 0.36 | 78.43 | 0.89 | 0.34 |
| Hex | 73 | A2 | 9 | 1D | 0 | 5E | 24 | 4E | 59 | 22 |
| Octal | 163 | 242 | 11 | 35 | 0 | 136 | 44 | 116 | 131 | 42 |
| Binary | 1110011 | 10100010 | 1001 | 11101 | 0 | 1011110 | 100100 | 1001110 | 1011001 | 100010 |
Color Harmonies of #73A209
Complementary color
Monochromatic Colors of #73A209
Black with #73A209
Text Example
Text Example
White with #73A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A209; }
p { color: rgb(115,162,9); }
H1.HeaderClassName
{
color: #73A209;
}
.AnyTagClassName
{
color: #73A209;
}
</style>
background-color css
<style>
a { background-color: #73A209; }
a { background-color: rgb(115,162,9); }
div.DivClassName
{
background-color: #73A209;
}
.BgClassName
{
background-color: #73A209;
}
</style>
border-color css
<style>
span { border-color: #73A209; }
span { border-color: rgb(115,162,9); }
td.TdClassName
{
border-color: #73A209;
}
.TagClassName
{
border-color: #73A209;
}
</style>