Shades of Christi #73A90E
Tints of Christi #73A90E
RGB
CMYK
RGB Variations
Color information
#73A90E (or 0x73A90E) is known color: Christi. HEX triplet: 73, A9 and 0E. RGB value is (115,169,14). Sum of RGB (Red+Green+Blue) = 115+169+14=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #73A90E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A90E is #8C56F1. Grayscale: #878787. Windows color (decimal): -9197298 or 960883. OLE color: 960883.
HSL color Cylindrical-coordinate representation of color #73A90E: hue angle of 80.9º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73A90E is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 169 | 14 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.34 |
| HSL | 80.9º | 0.85% | 0.36% | - |
| HSV(B) | 80.9º | 0.92% | 0.66% | - |
| XYZ | 21.34 | 32.05 | 5.48 | - |
| YUV | 135.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 169 | 14 | 0.32 | 0 | 0.92 | 0.34 | 80.9 | 0.85 | 0.36 |
| Hex | 73 | A9 | E | 20 | 0 | 5C | 22 | 51 | 55 | 24 |
| Octal | 163 | 251 | 16 | 40 | 0 | 134 | 42 | 121 | 125 | 44 |
| Binary | 1110011 | 10101001 | 1110 | 100000 | 0 | 1011100 | 100010 | 1010001 | 1010101 | 100100 |
Color Harmonies of #73A90E
Complementary color
Monochromatic Colors of #73A90E
Black with #73A90E
Text Example
Text Example
White with #73A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A90E; }
p { color: rgb(115,169,14); }
H1.HeaderClassName
{
color: #73A90E;
}
.AnyTagClassName
{
color: #73A90E;
}
</style>
background-color css
<style>
a { background-color: #73A90E; }
a { background-color: rgb(115,169,14); }
div.DivClassName
{
background-color: #73A90E;
}
.BgClassName
{
background-color: #73A90E;
}
</style>
border-color css
<style>
span { border-color: #73A90E; }
span { border-color: rgb(115,169,14); }
td.TdClassName
{
border-color: #73A90E;
}
.TagClassName
{
border-color: #73A90E;
}
</style>