Shades of Christi #73AD26
Tints of Christi #73AD26
RGB
CMYK
RGB Variations
Color information
#73AD26 (or 0x73AD26) is known color: Christi. HEX triplet: 73, AD and 26. RGB value is (115,173,38). Sum of RGB (Red+Green+Blue) = 115+173+38=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD26 is #8C52D9. Grayscale: #8C8C8C. Windows color (decimal): -9196250 or 2534771. OLE color: 2534771.
HSL color Cylindrical-coordinate representation of color #73AD26: hue angle of 85.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73AD26 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 38 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.32 |
| HSL | 85.78º | 0.64% | 0.41% | - |
| HSV(B) | 85.78º | 0.78% | 0.68% | - |
| XYZ | 22.36 | 33.67 | 7.15 | - |
| YUV | 140.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 38 | 0.34 | 0 | 0.78 | 0.32 | 85.78 | 0.64 | 0.41 |
| Hex | 73 | AD | 26 | 22 | 0 | 4E | 20 | 56 | 40 | 29 |
| Octal | 163 | 255 | 46 | 42 | 0 | 116 | 40 | 126 | 100 | 51 |
| Binary | 1110011 | 10101101 | 100110 | 100010 | 0 | 1001110 | 100000 | 1010110 | 1000000 | 101001 |
Color Harmonies of #73AD26
Complementary color
Monochromatic Colors of #73AD26
Black with #73AD26
Text Example
Text Example
White with #73AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD26; }
p { color: rgb(115,173,38); }
H1.HeaderClassName
{
color: #73AD26;
}
.AnyTagClassName
{
color: #73AD26;
}
</style>
background-color css
<style>
a { background-color: #73AD26; }
a { background-color: rgb(115,173,38); }
div.DivClassName
{
background-color: #73AD26;
}
.BgClassName
{
background-color: #73AD26;
}
</style>
border-color css
<style>
span { border-color: #73AD26; }
span { border-color: rgb(115,173,38); }
td.TdClassName
{
border-color: #73AD26;
}
.TagClassName
{
border-color: #73AD26;
}
</style>