Shades of Christi #73A521
Tints of Christi #73A521
RGB
CMYK
RGB Variations
Color information
#73A521 (or 0x73A521) is known color: Christi. HEX triplet: 73, A5 and 21. RGB value is (115,165,33). Sum of RGB (Red+Green+Blue) = 115+165+33=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #73A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A521 is #8C5ADE. Grayscale: #878787. Windows color (decimal): -9198303 or 2205043. OLE color: 2205043.
HSL color Cylindrical-coordinate representation of color #73A521: hue angle of 82.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73A521 is Cyan = 0.30, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 165 | 33 | - |
| CMYK | 0.30 | 0 | 0.8 | 0.35 |
| HSL | 82.73º | 0.67% | 0.39% | - |
| HSV(B) | 82.73º | 0.8% | 0.65% | - |
| XYZ | 20.8 | 30.66 | 6.26 | - |
| YUV | 135 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 165 | 33 | 0.30 | 0 | 0.8 | 0.35 | 82.73 | 0.67 | 0.39 |
| Hex | 73 | A5 | 21 | 1E | 0 | 50 | 23 | 53 | 43 | 27 |
| Octal | 163 | 245 | 41 | 36 | 0 | 120 | 43 | 123 | 103 | 47 |
| Binary | 1110011 | 10100101 | 100001 | 11110 | 0 | 1010000 | 100011 | 1010011 | 1000011 | 100111 |
Color Harmonies of #73A521
Complementary color
Monochromatic Colors of #73A521
Black with #73A521
Text Example
Text Example
White with #73A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A521; }
p { color: rgb(115,165,33); }
H1.HeaderClassName
{
color: #73A521;
}
.AnyTagClassName
{
color: #73A521;
}
</style>
background-color css
<style>
a { background-color: #73A521; }
a { background-color: rgb(115,165,33); }
div.DivClassName
{
background-color: #73A521;
}
.BgClassName
{
background-color: #73A521;
}
</style>
border-color css
<style>
span { border-color: #73A521; }
span { border-color: rgb(115,165,33); }
td.TdClassName
{
border-color: #73A521;
}
.TagClassName
{
border-color: #73A521;
}
</style>