Shades of Christi #73C60A
Tints of Christi #73C60A
RGB
CMYK
RGB Variations
Color information
#73C60A (or 0x73C60A) is known color: Christi. HEX triplet: 73, C6 and 0A. RGB value is (115,198,10). Sum of RGB (Red+Green+Blue) = 115+198+10=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #73C60A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C60A is #8C39F5. Grayscale: #989898. Windows color (decimal): -9189878 or 706163. OLE color: 706163.
HSL color Cylindrical-coordinate representation of color #73C60A: hue angle of 86.49º degrees, saturation: 0.9, 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 #73C60A is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 10 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.22 |
| HSL | 86.49º | 0.9% | 0.41% | - |
| HSV(B) | 86.49º | 0.95% | 0.78% | - |
| XYZ | 27.32 | 44.05 | 7.35 | - |
| YUV | 151.75 | 48 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 10 | 0.42 | 0 | 0.95 | 0.22 | 86.49 | 0.9 | 0.41 |
| Hex | 73 | C6 | A | 2A | 0 | 5F | 16 | 56 | 5A | 29 |
| Octal | 163 | 306 | 12 | 52 | 0 | 137 | 26 | 126 | 132 | 51 |
| Binary | 1110011 | 11000110 | 1010 | 101010 | 0 | 1011111 | 10110 | 1010110 | 1011010 | 101001 |
Color Harmonies of #73C60A
Complementary color
Monochromatic Colors of #73C60A
Black with #73C60A
Text Example
Text Example
White with #73C60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C60A; }
p { color: rgb(115,198,10); }
H1.HeaderClassName
{
color: #73C60A;
}
.AnyTagClassName
{
color: #73C60A;
}
</style>
background-color css
<style>
a { background-color: #73C60A; }
a { background-color: rgb(115,198,10); }
div.DivClassName
{
background-color: #73C60A;
}
.BgClassName
{
background-color: #73C60A;
}
</style>
border-color css
<style>
span { border-color: #73C60A; }
span { border-color: rgb(115,198,10); }
td.TdClassName
{
border-color: #73C60A;
}
.TagClassName
{
border-color: #73C60A;
}
</style>