Shades of Christi #73A112
Tints of Christi #73A112
RGB
CMYK
RGB Variations
Color information
#73A112 (or 0x73A112) is known color: Christi. HEX triplet: 73, A1 and 12. RGB value is (115,161,18). Sum of RGB (Red+Green+Blue) = 115+161+18=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #73A112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A112 is #8C5EED. Grayscale: #838383. Windows color (decimal): -9199342 or 1220979. OLE color: 1220979.
HSL color Cylindrical-coordinate representation of color #73A112: hue angle of 79.3º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73A112 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 18 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.37 |
| HSL | 79.3º | 0.8% | 0.35% | - |
| HSV(B) | 79.3º | 0.89% | 0.63% | - |
| XYZ | 19.92 | 29.18 | 5.15 | - |
| YUV | 130.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 18 | 0.29 | 0 | 0.89 | 0.37 | 79.3 | 0.8 | 0.35 |
| Hex | 73 | A1 | 12 | 1D | 0 | 59 | 25 | 4F | 50 | 23 |
| Octal | 163 | 241 | 22 | 35 | 0 | 131 | 45 | 117 | 120 | 43 |
| Binary | 1110011 | 10100001 | 10010 | 11101 | 0 | 1011001 | 100101 | 1001111 | 1010000 | 100011 |
Color Harmonies of #73A112
Complementary color
Monochromatic Colors of #73A112
Black with #73A112
Text Example
Text Example
White with #73A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A112; }
p { color: rgb(115,161,18); }
H1.HeaderClassName
{
color: #73A112;
}
.AnyTagClassName
{
color: #73A112;
}
</style>
background-color css
<style>
a { background-color: #73A112; }
a { background-color: rgb(115,161,18); }
div.DivClassName
{
background-color: #73A112;
}
.BgClassName
{
background-color: #73A112;
}
</style>
border-color css
<style>
span { border-color: #73A112; }
span { border-color: rgb(115,161,18); }
td.TdClassName
{
border-color: #73A112;
}
.TagClassName
{
border-color: #73A112;
}
</style>