Shades of Christi #73A20D
Tints of Christi #73A20D
RGB
CMYK
RGB Variations
Color information
#73A20D (or 0x73A20D) is known color: Christi. HEX triplet: 73, A2 and 0D. RGB value is (115,162,13). Sum of RGB (Red+Green+Blue) = 115+162+13=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #73A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A20D is #8C5DF2. Grayscale: #838383. Windows color (decimal): -9199091 or 893555. OLE color: 893555.
HSL color Cylindrical-coordinate representation of color #73A20D: hue angle of 78.93º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73A20D is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 13 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.36 |
| HSL | 78.93º | 0.85% | 0.34% | - |
| HSV(B) | 78.93º | 0.92% | 0.64% | - |
| XYZ | 20.06 | 29.51 | 5.02 | - |
| YUV | 130.96 | 61.43 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 13 | 0.29 | 0 | 0.92 | 0.36 | 78.93 | 0.85 | 0.34 |
| Hex | 73 | A2 | D | 1D | 0 | 5C | 24 | 4F | 55 | 22 |
| Octal | 163 | 242 | 15 | 35 | 0 | 134 | 44 | 117 | 125 | 42 |
| Binary | 1110011 | 10100010 | 1101 | 11101 | 0 | 1011100 | 100100 | 1001111 | 1010101 | 100010 |
Color Harmonies of #73A20D
Complementary color
Monochromatic Colors of #73A20D
Black with #73A20D
Text Example
Text Example
White with #73A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A20D; }
p { color: rgb(115,162,13); }
H1.HeaderClassName
{
color: #73A20D;
}
.AnyTagClassName
{
color: #73A20D;
}
</style>
background-color css
<style>
a { background-color: #73A20D; }
a { background-color: rgb(115,162,13); }
div.DivClassName
{
background-color: #73A20D;
}
.BgClassName
{
background-color: #73A20D;
}
</style>
border-color css
<style>
span { border-color: #73A20D; }
span { border-color: rgb(115,162,13); }
td.TdClassName
{
border-color: #73A20D;
}
.TagClassName
{
border-color: #73A20D;
}
</style>