Shades of Apple #60A04E
Tints of Apple #60A04E
RGB
CMYK
RGB Variations
Color information
#60A04E (or 0x60A04E) is known color: Apple. HEX triplet: 60, A0 and 4E. RGB value is (96,160,78). Sum of RGB (Red+Green+Blue) = 96+160+78=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #60A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A04E is #9F5FB1. Grayscale: #838383. Windows color (decimal): -10444722 or 5152864. OLE color: 5152864.
HSL color Cylindrical-coordinate representation of color #60A04E: hue angle of 106.83º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60A04E is Cyan = 0.4, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 78 | - |
| CMYK | 0.4 | 0 | 0.51 | 0.37 |
| HSL | 106.83º | 0.34% | 0.47% | - |
| HSV(B) | 106.83º | 0.51% | 0.63% | - |
| XYZ | 18.77 | 28.18 | 11.66 | - |
| YUV | 131.52 | 97.8 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 78 | 0.4 | 0 | 0.51 | 0.37 | 106.83 | 0.34 | 0.47 |
| Hex | 60 | A0 | 4E | 28 | 0 | 33 | 25 | 6B | 22 | 2F |
| Octal | 140 | 240 | 116 | 50 | 0 | 63 | 45 | 153 | 42 | 57 |
| Binary | 1100000 | 10100000 | 1001110 | 101000 | 0 | 110011 | 100101 | 1101011 | 100010 | 101111 |
Color Harmonies of #60A04E
Complementary color
Monochromatic Colors of #60A04E
Black with #60A04E
Text Example
Text Example
White with #60A04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A04E; }
p { color: rgb(96,160,78); }
H1.HeaderClassName
{
color: #60A04E;
}
.AnyTagClassName
{
color: #60A04E;
}
</style>
background-color css
<style>
a { background-color: #60A04E; }
a { background-color: rgb(96,160,78); }
div.DivClassName
{
background-color: #60A04E;
}
.BgClassName
{
background-color: #60A04E;
}
</style>
border-color css
<style>
span { border-color: #60A04E; }
span { border-color: rgb(96,160,78); }
td.TdClassName
{
border-color: #60A04E;
}
.TagClassName
{
border-color: #60A04E;
}
</style>