Shades of Apple #60AF56
Tints of Apple #60AF56
RGB
CMYK
RGB Variations
Color information
#60AF56 (or 0x60AF56) is known color: Apple. HEX triplet: 60, AF and 56. RGB value is (96,175,86). Sum of RGB (Red+Green+Blue) = 96+175+86=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AF56 is #9F50A9. Grayscale: #8D8D8D. Windows color (decimal): -10440874 or 5680992. OLE color: 5680992.
HSL color Cylindrical-coordinate representation of color #60AF56: hue angle of 113.26º 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 #60AF56 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 86 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.31 |
| HSL | 113.26º | 0.36% | 0.51% | - |
| HSV(B) | 113.26º | 0.51% | 0.69% | - |
| XYZ | 21.83 | 33.82 | 14.18 | - |
| YUV | 141.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 86 | 0.45 | 0 | 0.51 | 0.31 | 113.26 | 0.36 | 0.51 |
| Hex | 60 | AF | 56 | 2D | 0 | 33 | 1F | 71 | 24 | 33 |
| Octal | 140 | 257 | 126 | 55 | 0 | 63 | 37 | 161 | 44 | 63 |
| Binary | 1100000 | 10101111 | 1010110 | 101101 | 0 | 110011 | 11111 | 1110001 | 100100 | 110011 |
Color Harmonies of #60AF56
Complementary color
Monochromatic Colors of #60AF56
Black with #60AF56
Text Example
Text Example
White with #60AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF56; }
p { color: rgb(96,175,86); }
H1.HeaderClassName
{
color: #60AF56;
}
.AnyTagClassName
{
color: #60AF56;
}
</style>
background-color css
<style>
a { background-color: #60AF56; }
a { background-color: rgb(96,175,86); }
div.DivClassName
{
background-color: #60AF56;
}
.BgClassName
{
background-color: #60AF56;
}
</style>
border-color css
<style>
span { border-color: #60AF56; }
span { border-color: rgb(96,175,86); }
td.TdClassName
{
border-color: #60AF56;
}
.TagClassName
{
border-color: #60AF56;
}
</style>