Shades of Christi #73A00D
Tints of Christi #73A00D
RGB
CMYK
RGB Variations
Color information
#73A00D (or 0x73A00D) is known color: Christi. HEX triplet: 73, A0 and 0D. RGB value is (115,160,13). Sum of RGB (Red+Green+Blue) = 115+160+13=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #73A00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A00D is #8C5FF2. Grayscale: #828282. Windows color (decimal): -9199603 or 893043. OLE color: 893043.
HSL color Cylindrical-coordinate representation of color #73A00D: hue angle of 78.37º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73A00D is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 13 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.37 |
| HSL | 78.37º | 0.85% | 0.34% | - |
| HSV(B) | 78.37º | 0.92% | 0.63% | - |
| XYZ | 19.71 | 28.82 | 4.9 | - |
| YUV | 129.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 13 | 0.28 | 0 | 0.92 | 0.37 | 78.37 | 0.85 | 0.34 |
| Hex | 73 | A0 | D | 1C | 0 | 5C | 25 | 4E | 55 | 22 |
| Octal | 163 | 240 | 15 | 34 | 0 | 134 | 45 | 116 | 125 | 42 |
| Binary | 1110011 | 10100000 | 1101 | 11100 | 0 | 1011100 | 100101 | 1001110 | 1010101 | 100010 |
Color Harmonies of #73A00D
Complementary color
Monochromatic Colors of #73A00D
Black with #73A00D
Text Example
Text Example
White with #73A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A00D; }
p { color: rgb(115,160,13); }
H1.HeaderClassName
{
color: #73A00D;
}
.AnyTagClassName
{
color: #73A00D;
}
</style>
background-color css
<style>
a { background-color: #73A00D; }
a { background-color: rgb(115,160,13); }
div.DivClassName
{
background-color: #73A00D;
}
.BgClassName
{
background-color: #73A00D;
}
</style>
border-color css
<style>
span { border-color: #73A00D; }
span { border-color: rgb(115,160,13); }
td.TdClassName
{
border-color: #73A00D;
}
.TagClassName
{
border-color: #73A00D;
}
</style>