Shades of Apple #60AA47
Tints of Apple #60AA47
RGB
CMYK
RGB Variations
Color information
#60AA47 (or 0x60AA47) is known color: Apple. HEX triplet: 60, AA and 47. RGB value is (96,170,71). Sum of RGB (Red+Green+Blue) = 96+170+71=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA47 is #9F55B8. Grayscale: #888888. Windows color (decimal): -10442169 or 4696672. OLE color: 4696672.
HSL color Cylindrical-coordinate representation of color #60AA47: hue angle of 104.85º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60AA47 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 170 | 71 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.33 |
| HSL | 104.85º | 0.41% | 0.47% | - |
| HSV(B) | 104.85º | 0.58% | 0.67% | - |
| XYZ | 20.34 | 31.69 | 11.01 | - |
| YUV | 136.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 71 | 0.44 | 0 | 0.58 | 0.33 | 104.85 | 0.41 | 0.47 |
| Hex | 60 | AA | 47 | 2C | 0 | 3A | 21 | 69 | 29 | 2F |
| Octal | 140 | 252 | 107 | 54 | 0 | 72 | 41 | 151 | 51 | 57 |
| Binary | 1100000 | 10101010 | 1000111 | 101100 | 0 | 111010 | 100001 | 1101001 | 101001 | 101111 |
Color Harmonies of #60AA47
Complementary color
Monochromatic Colors of #60AA47
Black with #60AA47
Text Example
Text Example
White with #60AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AA47; }
p { color: rgb(96,170,71); }
H1.HeaderClassName
{
color: #60AA47;
}
.AnyTagClassName
{
color: #60AA47;
}
</style>
background-color css
<style>
a { background-color: #60AA47; }
a { background-color: rgb(96,170,71); }
div.DivClassName
{
background-color: #60AA47;
}
.BgClassName
{
background-color: #60AA47;
}
</style>
border-color css
<style>
span { border-color: #60AA47; }
span { border-color: rgb(96,170,71); }
td.TdClassName
{
border-color: #60AA47;
}
.TagClassName
{
border-color: #60AA47;
}
</style>