Shades of Apple #73B949
Tints of Apple #73B949
RGB
CMYK
RGB Variations
Color information
#73B949 (or 0x73B949) is known color: Apple. HEX triplet: 73, B9 and 49. RGB value is (115,185,73). Sum of RGB (Red+Green+Blue) = 115+185+73=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #73B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B949 is #8C46B6. Grayscale: #979797. Windows color (decimal): -9193143 or 4831603. OLE color: 4831603.
HSL color Cylindrical-coordinate representation of color #73B949: hue angle of 97.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73B949 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 73 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.27 |
| HSL | 97.5º | 0.44% | 0.51% | - |
| HSV(B) | 97.5º | 0.61% | 0.73% | - |
| XYZ | 25.62 | 38.82 | 12.45 | - |
| YUV | 151.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 73 | 0.38 | 0 | 0.61 | 0.27 | 97.5 | 0.44 | 0.51 |
| Hex | 73 | B9 | 49 | 26 | 0 | 3D | 1B | 62 | 2C | 33 |
| Octal | 163 | 271 | 111 | 46 | 0 | 75 | 33 | 142 | 54 | 63 |
| Binary | 1110011 | 10111001 | 1001001 | 100110 | 0 | 111101 | 11011 | 1100010 | 101100 | 110011 |
Color Harmonies of #73B949
Complementary color
Monochromatic Colors of #73B949
Black with #73B949
Text Example
Text Example
White with #73B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B949; }
p { color: rgb(115,185,73); }
H1.HeaderClassName
{
color: #73B949;
}
.AnyTagClassName
{
color: #73B949;
}
</style>
background-color css
<style>
a { background-color: #73B949; }
a { background-color: rgb(115,185,73); }
div.DivClassName
{
background-color: #73B949;
}
.BgClassName
{
background-color: #73B949;
}
</style>
border-color css
<style>
span { border-color: #73B949; }
span { border-color: rgb(115,185,73); }
td.TdClassName
{
border-color: #73B949;
}
.TagClassName
{
border-color: #73B949;
}
</style>