Shades of Christi #73A31C
Tints of Christi #73A31C
RGB
CMYK
RGB Variations
Color information
#73A31C (or 0x73A31C) is known color: Christi. HEX triplet: 73, A3 and 1C. RGB value is (115,163,28). Sum of RGB (Red+Green+Blue) = 115+163+28=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #73A31C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A31C is #8C5CE3. Grayscale: #858585. Windows color (decimal): -9198820 or 1876851. OLE color: 1876851.
HSL color Cylindrical-coordinate representation of color #73A31C: hue angle of 81.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73A31C is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 163 | 28 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.36 |
| HSL | 81.33º | 0.71% | 0.37% | - |
| HSV(B) | 81.33º | 0.83% | 0.64% | - |
| XYZ | 20.38 | 29.92 | 5.8 | - |
| YUV | 133.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 163 | 28 | 0.29 | 0 | 0.83 | 0.36 | 81.33 | 0.71 | 0.37 |
| Hex | 73 | A3 | 1C | 1D | 0 | 53 | 24 | 51 | 47 | 25 |
| Octal | 163 | 243 | 34 | 35 | 0 | 123 | 44 | 121 | 107 | 45 |
| Binary | 1110011 | 10100011 | 11100 | 11101 | 0 | 1010011 | 100100 | 1010001 | 1000111 | 100101 |
Color Harmonies of #73A31C
Complementary color
Monochromatic Colors of #73A31C
Black with #73A31C
Text Example
Text Example
White with #73A31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A31C; }
p { color: rgb(115,163,28); }
H1.HeaderClassName
{
color: #73A31C;
}
.AnyTagClassName
{
color: #73A31C;
}
</style>
background-color css
<style>
a { background-color: #73A31C; }
a { background-color: rgb(115,163,28); }
div.DivClassName
{
background-color: #73A31C;
}
.BgClassName
{
background-color: #73A31C;
}
</style>
border-color css
<style>
span { border-color: #73A31C; }
span { border-color: rgb(115,163,28); }
td.TdClassName
{
border-color: #73A31C;
}
.TagClassName
{
border-color: #73A31C;
}
</style>