Shades of Christi #73A41B
Tints of Christi #73A41B
RGB
CMYK
RGB Variations
Color information
#73A41B (or 0x73A41B) is known color: Christi. HEX triplet: 73, A4 and 1B. RGB value is (115,164,27). Sum of RGB (Red+Green+Blue) = 115+164+27=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #73A41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A41B is #8C5BE4. Grayscale: #868686. Windows color (decimal): -9198565 or 1811571. OLE color: 1811571.
HSL color Cylindrical-coordinate representation of color #73A41B: hue angle of 81.46º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73A41B is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 27 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.36 |
| HSL | 81.46º | 0.72% | 0.37% | - |
| HSV(B) | 81.46º | 0.84% | 0.64% | - |
| XYZ | 20.54 | 30.27 | 5.8 | - |
| YUV | 133.73 | 67.77 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 27 | 0.30 | 0 | 0.84 | 0.36 | 81.46 | 0.72 | 0.37 |
| Hex | 73 | A4 | 1B | 1E | 0 | 54 | 24 | 51 | 48 | 25 |
| Octal | 163 | 244 | 33 | 36 | 0 | 124 | 44 | 121 | 110 | 45 |
| Binary | 1110011 | 10100100 | 11011 | 11110 | 0 | 1010100 | 100100 | 1010001 | 1001000 | 100101 |
Color Harmonies of #73A41B
Complementary color
Monochromatic Colors of #73A41B
Black with #73A41B
Text Example
Text Example
White with #73A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A41B; }
p { color: rgb(115,164,27); }
H1.HeaderClassName
{
color: #73A41B;
}
.AnyTagClassName
{
color: #73A41B;
}
</style>
background-color css
<style>
a { background-color: #73A41B; }
a { background-color: rgb(115,164,27); }
div.DivClassName
{
background-color: #73A41B;
}
.BgClassName
{
background-color: #73A41B;
}
</style>
border-color css
<style>
span { border-color: #73A41B; }
span { border-color: rgb(115,164,27); }
td.TdClassName
{
border-color: #73A41B;
}
.TagClassName
{
border-color: #73A41B;
}
</style>