Shades of Christi #73B305
Tints of Christi #73B305
RGB
CMYK
RGB Variations
Color information
#73B305 (or 0x73B305) is known color: Christi. HEX triplet: 73, B3 and 05. RGB value is (115,179,5). Sum of RGB (Red+Green+Blue) = 115+179+5=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #73B305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73B305 is #8C4CFA. Grayscale: #8C8C8C. Windows color (decimal): -9194747 or 373619. OLE color: 373619.
HSL color Cylindrical-coordinate representation of color #73B305: hue angle of 82.07º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73B305 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.30 |
| HSL | 82.07º | 0.95% | 0.36% | - |
| HSV(B) | 82.07º | 0.97% | 0.7% | - |
| XYZ | 23.22 | 35.9 | 5.85 | - |
| YUV | 140.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 5 | 0.36 | 0 | 0.97 | 0.30 | 82.07 | 0.95 | 0.36 |
| Hex | 73 | B3 | 5 | 24 | 0 | 61 | 1E | 52 | 5F | 24 |
| Octal | 163 | 263 | 5 | 44 | 0 | 141 | 36 | 122 | 137 | 44 |
| Binary | 1110011 | 10110011 | 101 | 100100 | 0 | 1100001 | 11110 | 1010010 | 1011111 | 100100 |
Color Harmonies of #73B305
Complementary color
Monochromatic Colors of #73B305
Black with #73B305
Text Example
Text Example
White with #73B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B305; }
p { color: rgb(115,179,5); }
H1.HeaderClassName
{
color: #73B305;
}
.AnyTagClassName
{
color: #73B305;
}
</style>
background-color css
<style>
a { background-color: #73B305; }
a { background-color: rgb(115,179,5); }
div.DivClassName
{
background-color: #73B305;
}
.BgClassName
{
background-color: #73B305;
}
</style>
border-color css
<style>
span { border-color: #73B305; }
span { border-color: rgb(115,179,5); }
td.TdClassName
{
border-color: #73B305;
}
.TagClassName
{
border-color: #73B305;
}
</style>