Shades of Apple #60AB59
Tints of Apple #60AB59
RGB
CMYK
RGB Variations
Color information
#60AB59 (or 0x60AB59) is known color: Apple. HEX triplet: 60, AB and 59. RGB value is (96,171,89). Sum of RGB (Red+Green+Blue) = 96+171+89=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AB59 is #9F54A6. Grayscale: #8B8B8B. Windows color (decimal): -10441895 or 5876576. OLE color: 5876576.
HSL color Cylindrical-coordinate representation of color #60AB59: hue angle of 114.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60AB59 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 89 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.33 |
| HSL | 114.88º | 0.33% | 0.51% | - |
| HSV(B) | 114.88º | 0.48% | 0.67% | - |
| XYZ | 21.19 | 32.33 | 14.58 | - |
| YUV | 139.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 89 | 0.44 | 0 | 0.48 | 0.33 | 114.88 | 0.33 | 0.51 |
| Hex | 60 | AB | 59 | 2C | 0 | 30 | 21 | 73 | 21 | 33 |
| Octal | 140 | 253 | 131 | 54 | 0 | 60 | 41 | 163 | 41 | 63 |
| Binary | 1100000 | 10101011 | 1011001 | 101100 | 0 | 110000 | 100001 | 1110011 | 100001 | 110011 |
Color Harmonies of #60AB59
Complementary color
Monochromatic Colors of #60AB59
Black with #60AB59
Text Example
Text Example
White with #60AB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB59; }
p { color: rgb(96,171,89); }
H1.HeaderClassName
{
color: #60AB59;
}
.AnyTagClassName
{
color: #60AB59;
}
</style>
background-color css
<style>
a { background-color: #60AB59; }
a { background-color: rgb(96,171,89); }
div.DivClassName
{
background-color: #60AB59;
}
.BgClassName
{
background-color: #60AB59;
}
</style>
border-color css
<style>
span { border-color: #60AB59; }
span { border-color: rgb(96,171,89); }
td.TdClassName
{
border-color: #60AB59;
}
.TagClassName
{
border-color: #60AB59;
}
</style>