Shades of Christi #73AD0F
Tints of Christi #73AD0F
RGB
CMYK
RGB Variations
Color information
#73AD0F (or 0x73AD0F) is known color: Christi. HEX triplet: 73, AD and 0F. RGB value is (115,173,15). Sum of RGB (Red+Green+Blue) = 115+173+15=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AD0F is #8C52F0. Grayscale: #8A8A8A. Windows color (decimal): -9196273 or 1027443. OLE color: 1027443.
HSL color Cylindrical-coordinate representation of color #73AD0F: hue angle of 82.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73AD0F is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 15 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.32 |
| HSL | 82.03º | 0.84% | 0.37% | - |
| HSV(B) | 82.03º | 0.91% | 0.68% | - |
| XYZ | 22.1 | 33.57 | 5.77 | - |
| YUV | 137.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 15 | 0.34 | 0 | 0.91 | 0.32 | 82.03 | 0.84 | 0.37 |
| Hex | 73 | AD | F | 22 | 0 | 5B | 20 | 52 | 54 | 25 |
| Octal | 163 | 255 | 17 | 42 | 0 | 133 | 40 | 122 | 124 | 45 |
| Binary | 1110011 | 10101101 | 1111 | 100010 | 0 | 1011011 | 100000 | 1010010 | 1010100 | 100101 |
Color Harmonies of #73AD0F
Complementary color
Monochromatic Colors of #73AD0F
Black with #73AD0F
Text Example
Text Example
White with #73AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD0F; }
p { color: rgb(115,173,15); }
H1.HeaderClassName
{
color: #73AD0F;
}
.AnyTagClassName
{
color: #73AD0F;
}
</style>
background-color css
<style>
a { background-color: #73AD0F; }
a { background-color: rgb(115,173,15); }
div.DivClassName
{
background-color: #73AD0F;
}
.BgClassName
{
background-color: #73AD0F;
}
</style>
border-color css
<style>
span { border-color: #73AD0F; }
span { border-color: rgb(115,173,15); }
td.TdClassName
{
border-color: #73AD0F;
}
.TagClassName
{
border-color: #73AD0F;
}
</style>