Shades of Christi #73C606
Tints of Christi #73C606
RGB
CMYK
RGB Variations
Color information
#73C606 (or 0x73C606) is known color: Christi. HEX triplet: 73, C6 and 06. RGB value is (115,198,6). Sum of RGB (Red+Green+Blue) = 115+198+6=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #73C606 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73C606 is #8C39F9. Grayscale: #979797. Windows color (decimal): -9189882 or 444019. OLE color: 444019.
HSL color Cylindrical-coordinate representation of color #73C606: hue angle of 85.94º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73C606 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 198 | 6 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.22 |
| HSL | 85.94º | 0.94% | 0.4% | - |
| HSV(B) | 85.94º | 0.97% | 0.78% | - |
| XYZ | 27.3 | 44.05 | 7.24 | - |
| YUV | 151.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 198 | 6 | 0.42 | 0 | 0.97 | 0.22 | 85.94 | 0.94 | 0.4 |
| Hex | 73 | C6 | 6 | 2A | 0 | 61 | 16 | 56 | 5E | 28 |
| Octal | 163 | 306 | 6 | 52 | 0 | 141 | 26 | 126 | 136 | 50 |
| Binary | 1110011 | 11000110 | 110 | 101010 | 0 | 1100001 | 10110 | 1010110 | 1011110 | 101000 |
Color Harmonies of #73C606
Complementary color
Monochromatic Colors of #73C606
Black with #73C606
Text Example
Text Example
White with #73C606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C606; }
p { color: rgb(115,198,6); }
H1.HeaderClassName
{
color: #73C606;
}
.AnyTagClassName
{
color: #73C606;
}
</style>
background-color css
<style>
a { background-color: #73C606; }
a { background-color: rgb(115,198,6); }
div.DivClassName
{
background-color: #73C606;
}
.BgClassName
{
background-color: #73C606;
}
</style>
border-color css
<style>
span { border-color: #73C606; }
span { border-color: rgb(115,198,6); }
td.TdClassName
{
border-color: #73C606;
}
.TagClassName
{
border-color: #73C606;
}
</style>