Shades of Christi #73C109
Tints of Christi #73C109
RGB
CMYK
RGB Variations
Color information
#73C109 (or 0x73C109) is known color: Christi. HEX triplet: 73, C1 and 09. RGB value is (115,193,9). Sum of RGB (Red+Green+Blue) = 115+193+9=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #73C109 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C109 is #8C3EF6. Grayscale: #959595. Windows color (decimal): -9191159 or 639347. OLE color: 639347.
HSL color Cylindrical-coordinate representation of color #73C109: hue angle of 85.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73C109 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 193 | 9 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.24 |
| HSL | 85.43º | 0.91% | 0.4% | - |
| HSV(B) | 85.43º | 0.95% | 0.76% | - |
| XYZ | 26.19 | 41.8 | 6.95 | - |
| YUV | 148.7 | 49.16 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 193 | 9 | 0.40 | 0 | 0.95 | 0.24 | 85.43 | 0.91 | 0.4 |
| Hex | 73 | C1 | 9 | 28 | 0 | 5F | 18 | 55 | 5B | 28 |
| Octal | 163 | 301 | 11 | 50 | 0 | 137 | 30 | 125 | 133 | 50 |
| Binary | 1110011 | 11000001 | 1001 | 101000 | 0 | 1011111 | 11000 | 1010101 | 1011011 | 101000 |
Color Harmonies of #73C109
Complementary color
Monochromatic Colors of #73C109
Black with #73C109
Text Example
Text Example
White with #73C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C109; }
p { color: rgb(115,193,9); }
H1.HeaderClassName
{
color: #73C109;
}
.AnyTagClassName
{
color: #73C109;
}
</style>
background-color css
<style>
a { background-color: #73C109; }
a { background-color: rgb(115,193,9); }
div.DivClassName
{
background-color: #73C109;
}
.BgClassName
{
background-color: #73C109;
}
</style>
border-color css
<style>
span { border-color: #73C109; }
span { border-color: rgb(115,193,9); }
td.TdClassName
{
border-color: #73C109;
}
.TagClassName
{
border-color: #73C109;
}
</style>