Shades of Apple #73AD4D
Tints of Apple #73AD4D
RGB
CMYK
RGB Variations
Color information
#73AD4D (or 0x73AD4D) is known color: Apple. HEX triplet: 73, AD and 4D. RGB value is (115,173,77). Sum of RGB (Red+Green+Blue) = 115+173+77=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AD4D is #8C52B2. Grayscale: #919191. Windows color (decimal): -9196211 or 5090675. OLE color: 5090675.
HSL color Cylindrical-coordinate representation of color #73AD4D: hue angle of 96.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73AD4D is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 77 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.32 |
| HSL | 96.25º | 0.38% | 0.49% | - |
| HSV(B) | 96.25º | 0.55% | 0.68% | - |
| XYZ | 23.35 | 34.07 | 12.37 | - |
| YUV | 144.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 77 | 0.34 | 0 | 0.55 | 0.32 | 96.25 | 0.38 | 0.49 |
| Hex | 73 | AD | 4D | 22 | 0 | 37 | 20 | 60 | 26 | 31 |
| Octal | 163 | 255 | 115 | 42 | 0 | 67 | 40 | 140 | 46 | 61 |
| Binary | 1110011 | 10101101 | 1001101 | 100010 | 0 | 110111 | 100000 | 1100000 | 100110 | 110001 |
Color Harmonies of #73AD4D
Complementary color
Monochromatic Colors of #73AD4D
Black with #73AD4D
Text Example
Text Example
White with #73AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD4D; }
p { color: rgb(115,173,77); }
H1.HeaderClassName
{
color: #73AD4D;
}
.AnyTagClassName
{
color: #73AD4D;
}
</style>
background-color css
<style>
a { background-color: #73AD4D; }
a { background-color: rgb(115,173,77); }
div.DivClassName
{
background-color: #73AD4D;
}
.BgClassName
{
background-color: #73AD4D;
}
</style>
border-color css
<style>
span { border-color: #73AD4D; }
span { border-color: rgb(115,173,77); }
td.TdClassName
{
border-color: #73AD4D;
}
.TagClassName
{
border-color: #73AD4D;
}
</style>