Shades of Christi #73A40F
Tints of Christi #73A40F
RGB
CMYK
RGB Variations
Color information
#73A40F (or 0x73A40F) is known color: Christi. HEX triplet: 73, A4 and 0F. RGB value is (115,164,15). Sum of RGB (Red+Green+Blue) = 115+164+15=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #73A40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A40F is #8C5BF0. Grayscale: #848484. Windows color (decimal): -9198577 or 1025139. OLE color: 1025139.
HSL color Cylindrical-coordinate representation of color #73A40F: hue angle of 79.73º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73A40F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 15 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.36 |
| HSL | 79.73º | 0.83% | 0.35% | - |
| HSV(B) | 79.73º | 0.91% | 0.64% | - |
| XYZ | 20.43 | 30.23 | 5.21 | - |
| YUV | 132.36 | 61.77 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 15 | 0.30 | 0 | 0.91 | 0.36 | 79.73 | 0.83 | 0.35 |
| Hex | 73 | A4 | F | 1E | 0 | 5B | 24 | 50 | 53 | 23 |
| Octal | 163 | 244 | 17 | 36 | 0 | 133 | 44 | 120 | 123 | 43 |
| Binary | 1110011 | 10100100 | 1111 | 11110 | 0 | 1011011 | 100100 | 1010000 | 1010011 | 100011 |
Color Harmonies of #73A40F
Complementary color
Monochromatic Colors of #73A40F
Black with #73A40F
Text Example
Text Example
White with #73A40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A40F; }
p { color: rgb(115,164,15); }
H1.HeaderClassName
{
color: #73A40F;
}
.AnyTagClassName
{
color: #73A40F;
}
</style>
background-color css
<style>
a { background-color: #73A40F; }
a { background-color: rgb(115,164,15); }
div.DivClassName
{
background-color: #73A40F;
}
.BgClassName
{
background-color: #73A40F;
}
</style>
border-color css
<style>
span { border-color: #73A40F; }
span { border-color: rgb(115,164,15); }
td.TdClassName
{
border-color: #73A40F;
}
.TagClassName
{
border-color: #73A40F;
}
</style>