Shades of Christi #73A729
Tints of Christi #73A729
RGB
CMYK
RGB Variations
Color information
#73A729 (or 0x73A729) is known color: Christi. HEX triplet: 73, A7 and 29. RGB value is (115,167,41). Sum of RGB (Red+Green+Blue) = 115+167+41=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #73A729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A729 is #8C58D6. Grayscale: #898989. Windows color (decimal): -9197783 or 2729843. OLE color: 2729843.
HSL color Cylindrical-coordinate representation of color #73A729: hue angle of 84.76º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73A729 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 41 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.35 |
| HSL | 84.76º | 0.61% | 0.41% | - |
| HSV(B) | 84.76º | 0.75% | 0.65% | - |
| XYZ | 21.29 | 31.44 | 7.04 | - |
| YUV | 137.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 41 | 0.31 | 0 | 0.75 | 0.35 | 84.76 | 0.61 | 0.41 |
| Hex | 73 | A7 | 29 | 1F | 0 | 4B | 23 | 55 | 3D | 29 |
| Octal | 163 | 247 | 51 | 37 | 0 | 113 | 43 | 125 | 75 | 51 |
| Binary | 1110011 | 10100111 | 101001 | 11111 | 0 | 1001011 | 100011 | 1010101 | 111101 | 101001 |
Color Harmonies of #73A729
Complementary color
Monochromatic Colors of #73A729
Black with #73A729
Text Example
Text Example
White with #73A729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A729; }
p { color: rgb(115,167,41); }
H1.HeaderClassName
{
color: #73A729;
}
.AnyTagClassName
{
color: #73A729;
}
</style>
background-color css
<style>
a { background-color: #73A729; }
a { background-color: rgb(115,167,41); }
div.DivClassName
{
background-color: #73A729;
}
.BgClassName
{
background-color: #73A729;
}
</style>
border-color css
<style>
span { border-color: #73A729; }
span { border-color: rgb(115,167,41); }
td.TdClassName
{
border-color: #73A729;
}
.TagClassName
{
border-color: #73A729;
}
</style>