Shades of Apple #60B656
Tints of Apple #60B656
RGB
CMYK
RGB Variations
Color information
#60B656 (or 0x60B656) is known color: Apple. HEX triplet: 60, B6 and 56. RGB value is (96,182,86). Sum of RGB (Red+Green+Blue) = 96+182+86=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #60B656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B656 is #9F49A9. Grayscale: #919191. Windows color (decimal): -10439082 or 5682784. OLE color: 5682784.
HSL color Cylindrical-coordinate representation of color #60B656: hue angle of 113.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60B656 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 182 | 86 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.29 |
| HSL | 113.75º | 0.4% | 0.53% | - |
| HSV(B) | 113.75º | 0.53% | 0.71% | - |
| XYZ | 23.23 | 36.61 | 14.65 | - |
| YUV | 145.34 | 94.51 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 182 | 86 | 0.47 | 0 | 0.53 | 0.29 | 113.75 | 0.4 | 0.53 |
| Hex | 60 | B6 | 56 | 2F | 0 | 35 | 1D | 72 | 28 | 35 |
| Octal | 140 | 266 | 126 | 57 | 0 | 65 | 35 | 162 | 50 | 65 |
| Binary | 1100000 | 10110110 | 1010110 | 101111 | 0 | 110101 | 11101 | 1110010 | 101000 | 110101 |
Color Harmonies of #60B656
Complementary color
Monochromatic Colors of #60B656
Black with #60B656
Text Example
Text Example
White with #60B656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B656; }
p { color: rgb(96,182,86); }
H1.HeaderClassName
{
color: #60B656;
}
.AnyTagClassName
{
color: #60B656;
}
</style>
background-color css
<style>
a { background-color: #60B656; }
a { background-color: rgb(96,182,86); }
div.DivClassName
{
background-color: #60B656;
}
.BgClassName
{
background-color: #60B656;
}
</style>
border-color css
<style>
span { border-color: #60B656; }
span { border-color: rgb(96,182,86); }
td.TdClassName
{
border-color: #60B656;
}
.TagClassName
{
border-color: #60B656;
}
</style>