Shades of Christi #73A710
Tints of Christi #73A710
RGB
CMYK
RGB Variations
Color information
#73A710 (or 0x73A710) is known color: Christi. HEX triplet: 73, A7 and 10. RGB value is (115,167,16). Sum of RGB (Red+Green+Blue) = 115+167+16=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #73A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A710 is #8C58EF. Grayscale: #868686. Windows color (decimal): -9197808 or 1091443. OLE color: 1091443.
HSL color Cylindrical-coordinate representation of color #73A710: hue angle of 80.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73A710 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 16 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.35 |
| HSL | 80.66º | 0.83% | 0.36% | - |
| HSV(B) | 80.66º | 0.9% | 0.65% | - |
| XYZ | 20.98 | 31.32 | 5.43 | - |
| YUV | 134.24 | 61.27 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 16 | 0.31 | 0 | 0.90 | 0.35 | 80.66 | 0.83 | 0.36 |
| Hex | 73 | A7 | 10 | 1F | 0 | 5A | 23 | 51 | 53 | 24 |
| Octal | 163 | 247 | 20 | 37 | 0 | 132 | 43 | 121 | 123 | 44 |
| Binary | 1110011 | 10100111 | 10000 | 11111 | 0 | 1011010 | 100011 | 1010001 | 1010011 | 100100 |
Color Harmonies of #73A710
Complementary color
Monochromatic Colors of #73A710
Black with #73A710
Text Example
Text Example
White with #73A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A710; }
p { color: rgb(115,167,16); }
H1.HeaderClassName
{
color: #73A710;
}
.AnyTagClassName
{
color: #73A710;
}
</style>
background-color css
<style>
a { background-color: #73A710; }
a { background-color: rgb(115,167,16); }
div.DivClassName
{
background-color: #73A710;
}
.BgClassName
{
background-color: #73A710;
}
</style>
border-color css
<style>
span { border-color: #73A710; }
span { border-color: rgb(115,167,16); }
td.TdClassName
{
border-color: #73A710;
}
.TagClassName
{
border-color: #73A710;
}
</style>