Shades of Christi #73B218
Tints of Christi #73B218
RGB
CMYK
RGB Variations
Color information
#73B218 (or 0x73B218) is known color: Christi. HEX triplet: 73, B2 and 18. RGB value is (115,178,24). Sum of RGB (Red+Green+Blue) = 115+178+24=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #73B218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73B218 is #8C4DE7. Grayscale: #8E8E8E. Windows color (decimal): -9194984 or 1618547. OLE color: 1618547.
HSL color Cylindrical-coordinate representation of color #73B218: hue angle of 84.55º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73B218 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 24 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.30 |
| HSL | 84.55º | 0.76% | 0.4% | - |
| HSV(B) | 84.55º | 0.87% | 0.7% | - |
| XYZ | 23.16 | 35.55 | 6.51 | - |
| YUV | 141.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 24 | 0.35 | 0 | 0.87 | 0.30 | 84.55 | 0.76 | 0.4 |
| Hex | 73 | B2 | 18 | 23 | 0 | 57 | 1E | 55 | 4C | 28 |
| Octal | 163 | 262 | 30 | 43 | 0 | 127 | 36 | 125 | 114 | 50 |
| Binary | 1110011 | 10110010 | 11000 | 100011 | 0 | 1010111 | 11110 | 1010101 | 1001100 | 101000 |
Color Harmonies of #73B218
Complementary color
Monochromatic Colors of #73B218
Black with #73B218
Text Example
Text Example
White with #73B218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B218; }
p { color: rgb(115,178,24); }
H1.HeaderClassName
{
color: #73B218;
}
.AnyTagClassName
{
color: #73B218;
}
</style>
background-color css
<style>
a { background-color: #73B218; }
a { background-color: rgb(115,178,24); }
div.DivClassName
{
background-color: #73B218;
}
.BgClassName
{
background-color: #73B218;
}
</style>
border-color css
<style>
span { border-color: #73B218; }
span { border-color: rgb(115,178,24); }
td.TdClassName
{
border-color: #73B218;
}
.TagClassName
{
border-color: #73B218;
}
</style>