Shades of Christi #73C309
Tints of Christi #73C309
RGB
CMYK
RGB Variations
Color information
#73C309 (or 0x73C309) is known color: Christi. HEX triplet: 73, C3 and 09. RGB value is (115,195,9). Sum of RGB (Red+Green+Blue) = 115+195+9=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #73C309 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C309 is #8C3CF6. Grayscale: #969696. Windows color (decimal): -9190647 or 639859. OLE color: 639859.
HSL color Cylindrical-coordinate representation of color #73C309: hue angle of 85.81º 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 #73C309 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 195 | 9 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.24 |
| HSL | 85.81º | 0.91% | 0.4% | - |
| HSV(B) | 85.81º | 0.95% | 0.76% | - |
| XYZ | 26.63 | 42.69 | 7.1 | - |
| YUV | 149.88 | 48.5 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 195 | 9 | 0.41 | 0 | 0.95 | 0.24 | 85.81 | 0.91 | 0.4 |
| Hex | 73 | C3 | 9 | 29 | 0 | 5F | 18 | 56 | 5B | 28 |
| Octal | 163 | 303 | 11 | 51 | 0 | 137 | 30 | 126 | 133 | 50 |
| Binary | 1110011 | 11000011 | 1001 | 101001 | 0 | 1011111 | 11000 | 1010110 | 1011011 | 101000 |
Color Harmonies of #73C309
Complementary color
Monochromatic Colors of #73C309
Black with #73C309
Text Example
Text Example
White with #73C309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C309; }
p { color: rgb(115,195,9); }
H1.HeaderClassName
{
color: #73C309;
}
.AnyTagClassName
{
color: #73C309;
}
</style>
background-color css
<style>
a { background-color: #73C309; }
a { background-color: rgb(115,195,9); }
div.DivClassName
{
background-color: #73C309;
}
.BgClassName
{
background-color: #73C309;
}
</style>
border-color css
<style>
span { border-color: #73C309; }
span { border-color: rgb(115,195,9); }
td.TdClassName
{
border-color: #73C309;
}
.TagClassName
{
border-color: #73C309;
}
</style>