Shades of Christi #73AD06
Tints of Christi #73AD06
RGB
CMYK
RGB Variations
Color information
#73AD06 (or 0x73AD06) is known color: Christi. HEX triplet: 73, AD and 06. RGB value is (115,173,6). Sum of RGB (Red+Green+Blue) = 115+173+6=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AD06 is #8C52F9. Grayscale: #898989. Windows color (decimal): -9196282 or 437619. OLE color: 437619.
HSL color Cylindrical-coordinate representation of color #73AD06: hue angle of 80.84º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73AD06 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.32 |
| HSL | 80.84º | 0.93% | 0.35% | - |
| HSV(B) | 80.84º | 0.97% | 0.68% | - |
| XYZ | 22.05 | 33.55 | 5.49 | - |
| YUV | 136.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 6 | 0.34 | 0 | 0.97 | 0.32 | 80.84 | 0.93 | 0.35 |
| Hex | 73 | AD | 6 | 22 | 0 | 61 | 20 | 51 | 5D | 23 |
| Octal | 163 | 255 | 6 | 42 | 0 | 141 | 40 | 121 | 135 | 43 |
| Binary | 1110011 | 10101101 | 110 | 100010 | 0 | 1100001 | 100000 | 1010001 | 1011101 | 100011 |
Color Harmonies of #73AD06
Complementary color
Monochromatic Colors of #73AD06
Black with #73AD06
Text Example
Text Example
White with #73AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD06; }
p { color: rgb(115,173,6); }
H1.HeaderClassName
{
color: #73AD06;
}
.AnyTagClassName
{
color: #73AD06;
}
</style>
background-color css
<style>
a { background-color: #73AD06; }
a { background-color: rgb(115,173,6); }
div.DivClassName
{
background-color: #73AD06;
}
.BgClassName
{
background-color: #73AD06;
}
</style>
border-color css
<style>
span { border-color: #73AD06; }
span { border-color: rgb(115,173,6); }
td.TdClassName
{
border-color: #73AD06;
}
.TagClassName
{
border-color: #73AD06;
}
</style>