Shades of Christi #73A712
Tints of Christi #73A712
RGB
CMYK
RGB Variations
Color information
#73A712 (or 0x73A712) is known color: Christi. HEX triplet: 73, A7 and 12. RGB value is (115,167,18). Sum of RGB (Red+Green+Blue) = 115+167+18=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #73A712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73A712 is #8C58ED. Grayscale: #878787. Windows color (decimal): -9197806 or 1222515. OLE color: 1222515.
HSL color Cylindrical-coordinate representation of color #73A712: hue angle of 80.94º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73A712 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 167 | 18 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.35 |
| HSL | 80.94º | 0.81% | 0.36% | - |
| HSV(B) | 80.94º | 0.89% | 0.65% | - |
| XYZ | 21 | 31.33 | 5.51 | - |
| YUV | 134.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 167 | 18 | 0.31 | 0 | 0.89 | 0.35 | 80.94 | 0.81 | 0.36 |
| Hex | 73 | A7 | 12 | 1F | 0 | 59 | 23 | 51 | 51 | 24 |
| Octal | 163 | 247 | 22 | 37 | 0 | 131 | 43 | 121 | 121 | 44 |
| Binary | 1110011 | 10100111 | 10010 | 11111 | 0 | 1011001 | 100011 | 1010001 | 1010001 | 100100 |
Color Harmonies of #73A712
Complementary color
Monochromatic Colors of #73A712
Black with #73A712
Text Example
Text Example
White with #73A712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A712; }
p { color: rgb(115,167,18); }
H1.HeaderClassName
{
color: #73A712;
}
.AnyTagClassName
{
color: #73A712;
}
</style>
background-color css
<style>
a { background-color: #73A712; }
a { background-color: rgb(115,167,18); }
div.DivClassName
{
background-color: #73A712;
}
.BgClassName
{
background-color: #73A712;
}
</style>
border-color css
<style>
span { border-color: #73A712; }
span { border-color: rgb(115,167,18); }
td.TdClassName
{
border-color: #73A712;
}
.TagClassName
{
border-color: #73A712;
}
</style>