Shades of Christi #73A429
Tints of Christi #73A429
RGB
CMYK
RGB Variations
Color information
#73A429 (or 0x73A429) is known color: Christi. HEX triplet: 73, A4 and 29. RGB value is (115,164,41). Sum of RGB (Red+Green+Blue) = 115+164+41=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #73A429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A429 is #8C5BD6. Grayscale: #878787. Windows color (decimal): -9198551 or 2729075. OLE color: 2729075.
HSL color Cylindrical-coordinate representation of color #73A429: hue angle of 83.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73A429 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 41 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.36 |
| HSL | 83.9º | 0.6% | 0.4% | - |
| HSV(B) | 83.9º | 0.75% | 0.64% | - |
| XYZ | 20.75 | 30.36 | 6.86 | - |
| YUV | 135.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 41 | 0.30 | 0 | 0.75 | 0.36 | 83.9 | 0.6 | 0.4 |
| Hex | 73 | A4 | 29 | 1E | 0 | 4B | 24 | 54 | 3C | 28 |
| Octal | 163 | 244 | 51 | 36 | 0 | 113 | 44 | 124 | 74 | 50 |
| Binary | 1110011 | 10100100 | 101001 | 11110 | 0 | 1001011 | 100100 | 1010100 | 111100 | 101000 |
Color Harmonies of #73A429
Complementary color
Monochromatic Colors of #73A429
Black with #73A429
Text Example
Text Example
White with #73A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A429; }
p { color: rgb(115,164,41); }
H1.HeaderClassName
{
color: #73A429;
}
.AnyTagClassName
{
color: #73A429;
}
</style>
background-color css
<style>
a { background-color: #73A429; }
a { background-color: rgb(115,164,41); }
div.DivClassName
{
background-color: #73A429;
}
.BgClassName
{
background-color: #73A429;
}
</style>
border-color css
<style>
span { border-color: #73A429; }
span { border-color: rgb(115,164,41); }
td.TdClassName
{
border-color: #73A429;
}
.TagClassName
{
border-color: #73A429;
}
</style>