Shades of Christi #73B815
Tints of Christi #73B815
RGB
CMYK
RGB Variations
Color information
#73B815 (or 0x73B815) is known color: Christi. HEX triplet: 73, B8 and 15. RGB value is (115,184,21). Sum of RGB (Red+Green+Blue) = 115+184+21=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 184 (72.27% from 255 or 57.5% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 184 - color contains mainly: green. Hex color #73B815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B815 is #8C47EA. Grayscale: #919191. Windows color (decimal): -9193451 or 1423475. OLE color: 1423475.
HSL color Cylindrical-coordinate representation of color #73B815: hue angle of 85.4º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73B815 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 21 | - |
| CMYK | 0.38 | 0 | 0.89 | 0.28 |
| HSL | 85.4º | 0.8% | 0.4% | - |
| HSV(B) | 85.4º | 0.89% | 0.72% | - |
| XYZ | 24.35 | 37.98 | 6.76 | - |
| YUV | 144.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 21 | 0.38 | 0 | 0.89 | 0.28 | 85.4 | 0.8 | 0.4 |
| Hex | 73 | B8 | 15 | 26 | 0 | 59 | 1C | 55 | 50 | 28 |
| Octal | 163 | 270 | 25 | 46 | 0 | 131 | 34 | 125 | 120 | 50 |
| Binary | 1110011 | 10111000 | 10101 | 100110 | 0 | 1011001 | 11100 | 1010101 | 1010000 | 101000 |
Color Harmonies of #73B815
Complementary color
Monochromatic Colors of #73B815
Black with #73B815
Text Example
Text Example
White with #73B815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B815; }
p { color: rgb(115,184,21); }
H1.HeaderClassName
{
color: #73B815;
}
.AnyTagClassName
{
color: #73B815;
}
</style>
background-color css
<style>
a { background-color: #73B815; }
a { background-color: rgb(115,184,21); }
div.DivClassName
{
background-color: #73B815;
}
.BgClassName
{
background-color: #73B815;
}
</style>
border-color css
<style>
span { border-color: #73B815; }
span { border-color: rgb(115,184,21); }
td.TdClassName
{
border-color: #73B815;
}
.TagClassName
{
border-color: #73B815;
}
</style>