Shades of Christi #73B517
Tints of Christi #73B517
RGB
CMYK
RGB Variations
Color information
#73B517 (or 0x73B517) is known color: Christi. HEX triplet: 73, B5 and 17. RGB value is (115,181,23). Sum of RGB (Red+Green+Blue) = 115+181+23=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #73B517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B517 is #8C4AE8. Grayscale: #8F8F8F. Windows color (decimal): -9194217 or 1553779. OLE color: 1553779.
HSL color Cylindrical-coordinate representation of color #73B517: hue angle of 85.06º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73B517 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 23 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.29 |
| HSL | 85.06º | 0.77% | 0.4% | - |
| HSV(B) | 85.06º | 0.87% | 0.71% | - |
| XYZ | 23.75 | 36.75 | 6.65 | - |
| YUV | 143.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 23 | 0.36 | 0 | 0.87 | 0.29 | 85.06 | 0.77 | 0.4 |
| Hex | 73 | B5 | 17 | 24 | 0 | 57 | 1D | 55 | 4D | 28 |
| Octal | 163 | 265 | 27 | 44 | 0 | 127 | 35 | 125 | 115 | 50 |
| Binary | 1110011 | 10110101 | 10111 | 100100 | 0 | 1010111 | 11101 | 1010101 | 1001101 | 101000 |
Color Harmonies of #73B517
Complementary color
Monochromatic Colors of #73B517
Black with #73B517
Text Example
Text Example
White with #73B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B517; }
p { color: rgb(115,181,23); }
H1.HeaderClassName
{
color: #73B517;
}
.AnyTagClassName
{
color: #73B517;
}
</style>
background-color css
<style>
a { background-color: #73B517; }
a { background-color: rgb(115,181,23); }
div.DivClassName
{
background-color: #73B517;
}
.BgClassName
{
background-color: #73B517;
}
</style>
border-color css
<style>
span { border-color: #73B517; }
span { border-color: rgb(115,181,23); }
td.TdClassName
{
border-color: #73B517;
}
.TagClassName
{
border-color: #73B517;
}
</style>