Shades of Christi #73A828
Tints of Christi #73A828
RGB
CMYK
RGB Variations
Color information
#73A828 (or 0x73A828) is known color: Christi. HEX triplet: 73, A8 and 28. RGB value is (115,168,40). Sum of RGB (Red+Green+Blue) = 115+168+40=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #73A828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A828 is #8C57D7. Grayscale: #8A8A8A. Windows color (decimal): -9197528 or 2664563. OLE color: 2664563.
HSL color Cylindrical-coordinate representation of color #73A828: hue angle of 84.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73A828 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 40 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.34 |
| HSL | 84.84º | 0.62% | 0.41% | - |
| HSV(B) | 84.84º | 0.76% | 0.66% | - |
| XYZ | 21.46 | 31.8 | 7.02 | - |
| YUV | 137.56 | 72.94 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 40 | 0.32 | 0 | 0.76 | 0.34 | 84.84 | 0.62 | 0.41 |
| Hex | 73 | A8 | 28 | 20 | 0 | 4C | 22 | 55 | 3E | 29 |
| Octal | 163 | 250 | 50 | 40 | 0 | 114 | 42 | 125 | 76 | 51 |
| Binary | 1110011 | 10101000 | 101000 | 100000 | 0 | 1001100 | 100010 | 1010101 | 111110 | 101001 |
Color Harmonies of #73A828
Complementary color
Monochromatic Colors of #73A828
Black with #73A828
Text Example
Text Example
White with #73A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A828; }
p { color: rgb(115,168,40); }
H1.HeaderClassName
{
color: #73A828;
}
.AnyTagClassName
{
color: #73A828;
}
</style>
background-color css
<style>
a { background-color: #73A828; }
a { background-color: rgb(115,168,40); }
div.DivClassName
{
background-color: #73A828;
}
.BgClassName
{
background-color: #73A828;
}
</style>
border-color css
<style>
span { border-color: #73A828; }
span { border-color: rgb(115,168,40); }
td.TdClassName
{
border-color: #73A828;
}
.TagClassName
{
border-color: #73A828;
}
</style>