Shades of Christi #73C60C
Tints of Christi #73C60C
RGB
CMYK
RGB Variations
Color information
#73C60C (or 0x73C60C) is known color: Christi. HEX triplet: 73, C6 and 0C. RGB value is (115,198,12). Sum of RGB (Red+Green+Blue) = 115+198+12=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #73C60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C60C is #8C39F3. Grayscale: #989898. Windows color (decimal): -9189876 or 837235. OLE color: 837235.
HSL color Cylindrical-coordinate representation of color #73C60C: hue angle of 86.77º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73C60C is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 12 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.22 |
| HSL | 86.77º | 0.89% | 0.41% | - |
| HSV(B) | 86.77º | 0.94% | 0.78% | - |
| XYZ | 27.33 | 44.06 | 7.41 | - |
| YUV | 151.98 | 49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 12 | 0.42 | 0 | 0.94 | 0.22 | 86.77 | 0.89 | 0.41 |
| Hex | 73 | C6 | C | 2A | 0 | 5E | 16 | 57 | 59 | 29 |
| Octal | 163 | 306 | 14 | 52 | 0 | 136 | 26 | 127 | 131 | 51 |
| Binary | 1110011 | 11000110 | 1100 | 101010 | 0 | 1011110 | 10110 | 1010111 | 1011001 | 101001 |
Color Harmonies of #73C60C
Complementary color
Monochromatic Colors of #73C60C
Black with #73C60C
Text Example
Text Example
White with #73C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C60C; }
p { color: rgb(115,198,12); }
H1.HeaderClassName
{
color: #73C60C;
}
.AnyTagClassName
{
color: #73C60C;
}
</style>
background-color css
<style>
a { background-color: #73C60C; }
a { background-color: rgb(115,198,12); }
div.DivClassName
{
background-color: #73C60C;
}
.BgClassName
{
background-color: #73C60C;
}
</style>
border-color css
<style>
span { border-color: #73C60C; }
span { border-color: rgb(115,198,12); }
td.TdClassName
{
border-color: #73C60C;
}
.TagClassName
{
border-color: #73C60C;
}
</style>