Shades of Apple #60A959
Tints of Apple #60A959
RGB
CMYK
RGB Variations
Color information
#60A959 (or 0x60A959) is known color: Apple. HEX triplet: 60, A9 and 59. RGB value is (96,169,89). Sum of RGB (Red+Green+Blue) = 96+169+89=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #60A959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A959 is #9F56A6. Grayscale: #8A8A8A. Windows color (decimal): -10442407 or 5876064. OLE color: 5876064.
HSL color Cylindrical-coordinate representation of color #60A959: hue angle of 114.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60A959 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 169 | 89 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.34 |
| HSL | 114.75º | 0.32% | 0.51% | - |
| HSV(B) | 114.75º | 0.47% | 0.66% | - |
| XYZ | 20.82 | 31.58 | 14.45 | - |
| YUV | 138.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 89 | 0.43 | 0 | 0.47 | 0.34 | 114.75 | 0.32 | 0.51 |
| Hex | 60 | A9 | 59 | 2B | 0 | 2F | 22 | 73 | 20 | 33 |
| Octal | 140 | 251 | 131 | 53 | 0 | 57 | 42 | 163 | 40 | 63 |
| Binary | 1100000 | 10101001 | 1011001 | 101011 | 0 | 101111 | 100010 | 1110011 | 100000 | 110011 |
Color Harmonies of #60A959
Complementary color
Monochromatic Colors of #60A959
Black with #60A959
Text Example
Text Example
White with #60A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A959; }
p { color: rgb(96,169,89); }
H1.HeaderClassName
{
color: #60A959;
}
.AnyTagClassName
{
color: #60A959;
}
</style>
background-color css
<style>
a { background-color: #60A959; }
a { background-color: rgb(96,169,89); }
div.DivClassName
{
background-color: #60A959;
}
.BgClassName
{
background-color: #60A959;
}
</style>
border-color css
<style>
span { border-color: #60A959; }
span { border-color: rgb(96,169,89); }
td.TdClassName
{
border-color: #60A959;
}
.TagClassName
{
border-color: #60A959;
}
</style>