Shades of Christi #73C609
Tints of Christi #73C609
RGB
CMYK
RGB Variations
Color information
#73C609 (or 0x73C609) is known color: Christi. HEX triplet: 73, C6 and 09. RGB value is (115,198,9). Sum of RGB (Red+Green+Blue) = 115+198+9=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #73C609 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C609 is #8C39F6. Grayscale: #989898. Windows color (decimal): -9189879 or 640627. OLE color: 640627.
HSL color Cylindrical-coordinate representation of color #73C609: hue angle of 86.35º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73C609 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 9 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.22 |
| HSL | 86.35º | 0.91% | 0.41% | - |
| HSV(B) | 86.35º | 0.95% | 0.78% | - |
| XYZ | 27.31 | 44.05 | 7.32 | - |
| YUV | 151.64 | 47.5 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 9 | 0.42 | 0 | 0.95 | 0.22 | 86.35 | 0.91 | 0.41 |
| Hex | 73 | C6 | 9 | 2A | 0 | 5F | 16 | 56 | 5B | 29 |
| Octal | 163 | 306 | 11 | 52 | 0 | 137 | 26 | 126 | 133 | 51 |
| Binary | 1110011 | 11000110 | 1001 | 101010 | 0 | 1011111 | 10110 | 1010110 | 1011011 | 101001 |
Color Harmonies of #73C609
Complementary color
Monochromatic Colors of #73C609
Black with #73C609
Text Example
Text Example
White with #73C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C609; }
p { color: rgb(115,198,9); }
H1.HeaderClassName
{
color: #73C609;
}
.AnyTagClassName
{
color: #73C609;
}
</style>
background-color css
<style>
a { background-color: #73C609; }
a { background-color: rgb(115,198,9); }
div.DivClassName
{
background-color: #73C609;
}
.BgClassName
{
background-color: #73C609;
}
</style>
border-color css
<style>
span { border-color: #73C609; }
span { border-color: rgb(115,198,9); }
td.TdClassName
{
border-color: #73C609;
}
.TagClassName
{
border-color: #73C609;
}
</style>