Shades of Christi #73A811
Tints of Christi #73A811
RGB
CMYK
RGB Variations
Color information
#73A811 (or 0x73A811) is known color: Christi. HEX triplet: 73, A8 and 11. RGB value is (115,168,17). Sum of RGB (Red+Green+Blue) = 115+168+17=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 168 (66.02% from 255 or 56% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 168 - color contains mainly: green. Hex color #73A811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A811 is #8C57EE. Grayscale: #878787. Windows color (decimal): -9197551 or 1157235. OLE color: 1157235.
HSL color Cylindrical-coordinate representation of color #73A811: hue angle of 81.06º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73A811 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 17 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.34 |
| HSL | 81.06º | 0.82% | 0.36% | - |
| HSV(B) | 81.06º | 0.9% | 0.66% | - |
| XYZ | 21.17 | 31.69 | 5.53 | - |
| YUV | 134.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 17 | 0.32 | 0 | 0.90 | 0.34 | 81.06 | 0.82 | 0.36 |
| Hex | 73 | A8 | 11 | 20 | 0 | 5A | 22 | 51 | 52 | 24 |
| Octal | 163 | 250 | 21 | 40 | 0 | 132 | 42 | 121 | 122 | 44 |
| Binary | 1110011 | 10101000 | 10001 | 100000 | 0 | 1011010 | 100010 | 1010001 | 1010010 | 100100 |
Color Harmonies of #73A811
Complementary color
Monochromatic Colors of #73A811
Black with #73A811
Text Example
Text Example
White with #73A811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A811; }
p { color: rgb(115,168,17); }
H1.HeaderClassName
{
color: #73A811;
}
.AnyTagClassName
{
color: #73A811;
}
</style>
background-color css
<style>
a { background-color: #73A811; }
a { background-color: rgb(115,168,17); }
div.DivClassName
{
background-color: #73A811;
}
.BgClassName
{
background-color: #73A811;
}
</style>
border-color css
<style>
span { border-color: #73A811; }
span { border-color: rgb(115,168,17); }
td.TdClassName
{
border-color: #73A811;
}
.TagClassName
{
border-color: #73A811;
}
</style>