Shades of Christi #73C60D
Tints of Christi #73C60D
RGB
CMYK
RGB Variations
Color information
#73C60D (or 0x73C60D) is known color: Christi. HEX triplet: 73, C6 and 0D. RGB value is (115,198,13). Sum of RGB (Red+Green+Blue) = 115+198+13=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #73C60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C60D is #8C39F2. Grayscale: #989898. Windows color (decimal): -9189875 or 902771. OLE color: 902771.
HSL color Cylindrical-coordinate representation of color #73C60D: hue angle of 86.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73C60D is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 13 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.22 |
| HSL | 86.92º | 0.88% | 0.41% | - |
| HSV(B) | 86.92º | 0.93% | 0.78% | - |
| XYZ | 27.34 | 44.06 | 7.44 | - |
| YUV | 152.09 | 49.5 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 13 | 0.42 | 0 | 0.93 | 0.22 | 86.92 | 0.88 | 0.41 |
| Hex | 73 | C6 | D | 2A | 0 | 5D | 16 | 57 | 58 | 29 |
| Octal | 163 | 306 | 15 | 52 | 0 | 135 | 26 | 127 | 130 | 51 |
| Binary | 1110011 | 11000110 | 1101 | 101010 | 0 | 1011101 | 10110 | 1010111 | 1011000 | 101001 |
Color Harmonies of #73C60D
Complementary color
Monochromatic Colors of #73C60D
Black with #73C60D
Text Example
Text Example
White with #73C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C60D; }
p { color: rgb(115,198,13); }
H1.HeaderClassName
{
color: #73C60D;
}
.AnyTagClassName
{
color: #73C60D;
}
</style>
background-color css
<style>
a { background-color: #73C60D; }
a { background-color: rgb(115,198,13); }
div.DivClassName
{
background-color: #73C60D;
}
.BgClassName
{
background-color: #73C60D;
}
</style>
border-color css
<style>
span { border-color: #73C60D; }
span { border-color: rgb(115,198,13); }
td.TdClassName
{
border-color: #73C60D;
}
.TagClassName
{
border-color: #73C60D;
}
</style>