Shades of Apple #60B747
Tints of Apple #60B747
RGB
CMYK
RGB Variations
Color information
#60B747 (or 0x60B747) is known color: Apple. HEX triplet: 60, B7 and 47. RGB value is (96,183,71). Sum of RGB (Red+Green+Blue) = 96+183+71=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #60B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B747 is #9F48B8. Grayscale: #909090. Windows color (decimal): -10438841 or 4700000. OLE color: 4700000.
HSL color Cylindrical-coordinate representation of color #60B747: hue angle of 106.61º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B747 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 71 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.28 |
| HSL | 106.61º | 0.44% | 0.5% | - |
| HSV(B) | 106.61º | 0.61% | 0.72% | - |
| XYZ | 22.89 | 36.81 | 11.86 | - |
| YUV | 144.22 | 86.68 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 71 | 0.48 | 0 | 0.61 | 0.28 | 106.61 | 0.44 | 0.5 |
| Hex | 60 | B7 | 47 | 30 | 0 | 3D | 1C | 6B | 2C | 32 |
| Octal | 140 | 267 | 107 | 60 | 0 | 75 | 34 | 153 | 54 | 62 |
| Binary | 1100000 | 10110111 | 1000111 | 110000 | 0 | 111101 | 11100 | 1101011 | 101100 | 110010 |
Color Harmonies of #60B747
Complementary color
Monochromatic Colors of #60B747
Black with #60B747
Text Example
Text Example
White with #60B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B747; }
p { color: rgb(96,183,71); }
H1.HeaderClassName
{
color: #60B747;
}
.AnyTagClassName
{
color: #60B747;
}
</style>
background-color css
<style>
a { background-color: #60B747; }
a { background-color: rgb(96,183,71); }
div.DivClassName
{
background-color: #60B747;
}
.BgClassName
{
background-color: #60B747;
}
</style>
border-color css
<style>
span { border-color: #60B747; }
span { border-color: rgb(96,183,71); }
td.TdClassName
{
border-color: #60B747;
}
.TagClassName
{
border-color: #60B747;
}
</style>