Shades of Christi #73B914
Tints of Christi #73B914
RGB
CMYK
RGB Variations
Color information
#73B914 (or 0x73B914) is known color: Christi. HEX triplet: 73, B9 and 14. RGB value is (115,185,20). Sum of RGB (Red+Green+Blue) = 115+185+20=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #73B914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B914 is #8C46EB. Grayscale: #919191. Windows color (decimal): -9193196 or 1358195. OLE color: 1358195.
HSL color Cylindrical-coordinate representation of color #73B914: hue angle of 85.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73B914 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 20 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.27 |
| HSL | 85.45º | 0.8% | 0.4% | - |
| HSV(B) | 85.45º | 0.89% | 0.73% | - |
| XYZ | 24.55 | 38.39 | 6.78 | - |
| YUV | 145.26 | 57.31 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 20 | 0.38 | 0 | 0.89 | 0.27 | 85.45 | 0.8 | 0.4 |
| Hex | 73 | B9 | 14 | 26 | 0 | 59 | 1B | 55 | 50 | 28 |
| Octal | 163 | 271 | 24 | 46 | 0 | 131 | 33 | 125 | 120 | 50 |
| Binary | 1110011 | 10111001 | 10100 | 100110 | 0 | 1011001 | 11011 | 1010101 | 1010000 | 101000 |
Color Harmonies of #73B914
Complementary color
Monochromatic Colors of #73B914
Black with #73B914
Text Example
Text Example
White with #73B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B914; }
p { color: rgb(115,185,20); }
H1.HeaderClassName
{
color: #73B914;
}
.AnyTagClassName
{
color: #73B914;
}
</style>
background-color css
<style>
a { background-color: #73B914; }
a { background-color: rgb(115,185,20); }
div.DivClassName
{
background-color: #73B914;
}
.BgClassName
{
background-color: #73B914;
}
</style>
border-color css
<style>
span { border-color: #73B914; }
span { border-color: rgb(115,185,20); }
td.TdClassName
{
border-color: #73B914;
}
.TagClassName
{
border-color: #73B914;
}
</style>