Shades of Christi #73C00C
Tints of Christi #73C00C
RGB
CMYK
RGB Variations
Color information
#73C00C (or 0x73C00C) is known color: Christi. HEX triplet: 73, C0 and 0C. RGB value is (115,192,12). Sum of RGB (Red+Green+Blue) = 115+192+12=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #73C00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C00C is #8C3FF3. Grayscale: #959595. Windows color (decimal): -9191412 or 835699. OLE color: 835699.
HSL color Cylindrical-coordinate representation of color #73C00C: hue angle of 85.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73C00C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 192 | 12 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.25 |
| HSL | 85.67º | 0.88% | 0.4% | - |
| HSV(B) | 85.67º | 0.94% | 0.75% | - |
| XYZ | 25.99 | 41.37 | 6.96 | - |
| YUV | 148.46 | 50.99 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 12 | 0.40 | 0 | 0.94 | 0.25 | 85.67 | 0.88 | 0.4 |
| Hex | 73 | C0 | C | 28 | 0 | 5E | 19 | 56 | 58 | 28 |
| Octal | 163 | 300 | 14 | 50 | 0 | 136 | 31 | 126 | 130 | 50 |
| Binary | 1110011 | 11000000 | 1100 | 101000 | 0 | 1011110 | 11001 | 1010110 | 1011000 | 101000 |
Color Harmonies of #73C00C
Complementary color
Monochromatic Colors of #73C00C
Black with #73C00C
Text Example
Text Example
White with #73C00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C00C; }
p { color: rgb(115,192,12); }
H1.HeaderClassName
{
color: #73C00C;
}
.AnyTagClassName
{
color: #73C00C;
}
</style>
background-color css
<style>
a { background-color: #73C00C; }
a { background-color: rgb(115,192,12); }
div.DivClassName
{
background-color: #73C00C;
}
.BgClassName
{
background-color: #73C00C;
}
</style>
border-color css
<style>
span { border-color: #73C00C; }
span { border-color: rgb(115,192,12); }
td.TdClassName
{
border-color: #73C00C;
}
.TagClassName
{
border-color: #73C00C;
}
</style>