Shades of Christi #73B70C
Tints of Christi #73B70C
RGB
CMYK
RGB Variations
Color information
#73B70C (or 0x73B70C) is known color: Christi. HEX triplet: 73, B7 and 0C. RGB value is (115,183,12). Sum of RGB (Red+Green+Blue) = 115+183+12=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #73B70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B70C is #8C48F3. Grayscale: #8F8F8F. Windows color (decimal): -9193716 or 833395. OLE color: 833395.
HSL color Cylindrical-coordinate representation of color #73B70C: hue angle of 83.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73B70C is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 12 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.28 |
| HSL | 83.86º | 0.88% | 0.38% | - |
| HSV(B) | 83.86º | 0.93% | 0.72% | - |
| XYZ | 24.07 | 37.54 | 6.32 | - |
| YUV | 143.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 12 | 0.37 | 0 | 0.93 | 0.28 | 83.86 | 0.88 | 0.38 |
| Hex | 73 | B7 | C | 25 | 0 | 5D | 1C | 54 | 58 | 26 |
| Octal | 163 | 267 | 14 | 45 | 0 | 135 | 34 | 124 | 130 | 46 |
| Binary | 1110011 | 10110111 | 1100 | 100101 | 0 | 1011101 | 11100 | 1010100 | 1011000 | 100110 |
Color Harmonies of #73B70C
Complementary color
Monochromatic Colors of #73B70C
Black with #73B70C
Text Example
Text Example
White with #73B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B70C; }
p { color: rgb(115,183,12); }
H1.HeaderClassName
{
color: #73B70C;
}
.AnyTagClassName
{
color: #73B70C;
}
</style>
background-color css
<style>
a { background-color: #73B70C; }
a { background-color: rgb(115,183,12); }
div.DivClassName
{
background-color: #73B70C;
}
.BgClassName
{
background-color: #73B70C;
}
</style>
border-color css
<style>
span { border-color: #73B70C; }
span { border-color: rgb(115,183,12); }
td.TdClassName
{
border-color: #73B70C;
}
.TagClassName
{
border-color: #73B70C;
}
</style>