Shades of Apple #73AF56
Tints of Apple #73AF56
RGB
CMYK
RGB Variations
Color information
#73AF56 (or 0x73AF56) is known color: Apple. HEX triplet: 73, AF and 56. RGB value is (115,175,86). Sum of RGB (Red+Green+Blue) = 115+175+86=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF56 is #8C50A9. Grayscale: #939393. Windows color (decimal): -9195690 or 5681011. OLE color: 5681011.
HSL color Cylindrical-coordinate representation of color #73AF56: hue angle of 100.45º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73AF56 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 86 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.31 |
| HSL | 100.45º | 0.36% | 0.51% | - |
| HSV(B) | 100.45º | 0.51% | 0.69% | - |
| XYZ | 24.08 | 34.98 | 14.29 | - |
| YUV | 146.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 86 | 0.34 | 0 | 0.51 | 0.31 | 100.45 | 0.36 | 0.51 |
| Hex | 73 | AF | 56 | 22 | 0 | 33 | 1F | 64 | 24 | 33 |
| Octal | 163 | 257 | 126 | 42 | 0 | 63 | 37 | 144 | 44 | 63 |
| Binary | 1110011 | 10101111 | 1010110 | 100010 | 0 | 110011 | 11111 | 1100100 | 100100 | 110011 |
Color Harmonies of #73AF56
Complementary color
Monochromatic Colors of #73AF56
Black with #73AF56
Text Example
Text Example
White with #73AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF56; }
p { color: rgb(115,175,86); }
H1.HeaderClassName
{
color: #73AF56;
}
.AnyTagClassName
{
color: #73AF56;
}
</style>
background-color css
<style>
a { background-color: #73AF56; }
a { background-color: rgb(115,175,86); }
div.DivClassName
{
background-color: #73AF56;
}
.BgClassName
{
background-color: #73AF56;
}
</style>
border-color css
<style>
span { border-color: #73AF56; }
span { border-color: rgb(115,175,86); }
td.TdClassName
{
border-color: #73AF56;
}
.TagClassName
{
border-color: #73AF56;
}
</style>