Shades of Apple #73AE56
Tints of Apple #73AE56
RGB
CMYK
RGB Variations
Color information
#73AE56 (or 0x73AE56) is known color: Apple. HEX triplet: 73, AE and 56. RGB value is (115,174,86). Sum of RGB (Red+Green+Blue) = 115+174+86=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #73AE56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AE56 is #8C51A9. Grayscale: #929292. Windows color (decimal): -9195946 or 5680755. OLE color: 5680755.
HSL color Cylindrical-coordinate representation of color #73AE56: hue angle of 100.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73AE56 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 174 | 86 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.32 |
| HSL | 100.23º | 0.35% | 0.51% | - |
| HSV(B) | 100.23º | 0.51% | 0.68% | - |
| XYZ | 23.89 | 34.59 | 14.22 | - |
| YUV | 146.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 174 | 86 | 0.34 | 0 | 0.51 | 0.32 | 100.23 | 0.35 | 0.51 |
| Hex | 73 | AE | 56 | 22 | 0 | 33 | 20 | 64 | 23 | 33 |
| Octal | 163 | 256 | 126 | 42 | 0 | 63 | 40 | 144 | 43 | 63 |
| Binary | 1110011 | 10101110 | 1010110 | 100010 | 0 | 110011 | 100000 | 1100100 | 100011 | 110011 |
Color Harmonies of #73AE56
Complementary color
Monochromatic Colors of #73AE56
Black with #73AE56
Text Example
Text Example
White with #73AE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AE56; }
p { color: rgb(115,174,86); }
H1.HeaderClassName
{
color: #73AE56;
}
.AnyTagClassName
{
color: #73AE56;
}
</style>
background-color css
<style>
a { background-color: #73AE56; }
a { background-color: rgb(115,174,86); }
div.DivClassName
{
background-color: #73AE56;
}
.BgClassName
{
background-color: #73AE56;
}
</style>
border-color css
<style>
span { border-color: #73AE56; }
span { border-color: rgb(115,174,86); }
td.TdClassName
{
border-color: #73AE56;
}
.TagClassName
{
border-color: #73AE56;
}
</style>