Shades of Apple #73AD3E
Tints of Apple #73AD3E
RGB
CMYK
RGB Variations
Color information
#73AD3E (or 0x73AD3E) is known color: Apple. HEX triplet: 73, AD and 3E. RGB value is (115,173,62). Sum of RGB (Red+Green+Blue) = 115+173+62=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD3E is #8C52C1. Grayscale: #8F8F8F. Windows color (decimal): -9196226 or 4107635. OLE color: 4107635.
HSL color Cylindrical-coordinate representation of color #73AD3E: hue angle of 91.35º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73AD3E is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 62 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.32 |
| HSL | 91.35º | 0.47% | 0.46% | - |
| HSV(B) | 91.35º | 0.64% | 0.68% | - |
| XYZ | 22.88 | 33.88 | 9.89 | - |
| YUV | 143 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 62 | 0.34 | 0 | 0.64 | 0.32 | 91.35 | 0.47 | 0.46 |
| Hex | 73 | AD | 3E | 22 | 0 | 40 | 20 | 5B | 2F | 2E |
| Octal | 163 | 255 | 76 | 42 | 0 | 100 | 40 | 133 | 57 | 56 |
| Binary | 1110011 | 10101101 | 111110 | 100010 | 0 | 1000000 | 100000 | 1011011 | 101111 | 101110 |
Color Harmonies of #73AD3E
Complementary color
Monochromatic Colors of #73AD3E
Black with #73AD3E
Text Example
Text Example
White with #73AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD3E; }
p { color: rgb(115,173,62); }
H1.HeaderClassName
{
color: #73AD3E;
}
.AnyTagClassName
{
color: #73AD3E;
}
</style>
background-color css
<style>
a { background-color: #73AD3E; }
a { background-color: rgb(115,173,62); }
div.DivClassName
{
background-color: #73AD3E;
}
.BgClassName
{
background-color: #73AD3E;
}
</style>
border-color css
<style>
span { border-color: #73AD3E; }
span { border-color: rgb(115,173,62); }
td.TdClassName
{
border-color: #73AD3E;
}
.TagClassName
{
border-color: #73AD3E;
}
</style>