Shades of Apple #60B74F
Tints of Apple #60B74F
RGB
CMYK
RGB Variations
Color information
#60B74F (or 0x60B74F) is known color: Apple. HEX triplet: 60, B7 and 4F. RGB value is (96,183,79). Sum of RGB (Red+Green+Blue) = 96+183+79=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #60B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B74F is #9F48B0. Grayscale: #919191. Windows color (decimal): -10438833 or 5224288. OLE color: 5224288.
HSL color Cylindrical-coordinate representation of color #60B74F: hue angle of 110.19º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60B74F is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 79 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.28 |
| HSL | 110.19º | 0.42% | 0.51% | - |
| HSV(B) | 110.19º | 0.57% | 0.72% | - |
| XYZ | 23.17 | 36.92 | 13.3 | - |
| YUV | 145.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 79 | 0.48 | 0 | 0.57 | 0.28 | 110.19 | 0.42 | 0.51 |
| Hex | 60 | B7 | 4F | 30 | 0 | 39 | 1C | 6E | 2A | 33 |
| Octal | 140 | 267 | 117 | 60 | 0 | 71 | 34 | 156 | 52 | 63 |
| Binary | 1100000 | 10110111 | 1001111 | 110000 | 0 | 111001 | 11100 | 1101110 | 101010 | 110011 |
Color Harmonies of #60B74F
Complementary color
Monochromatic Colors of #60B74F
Black with #60B74F
Text Example
Text Example
White with #60B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B74F; }
p { color: rgb(96,183,79); }
H1.HeaderClassName
{
color: #60B74F;
}
.AnyTagClassName
{
color: #60B74F;
}
</style>
background-color css
<style>
a { background-color: #60B74F; }
a { background-color: rgb(96,183,79); }
div.DivClassName
{
background-color: #60B74F;
}
.BgClassName
{
background-color: #60B74F;
}
</style>
border-color css
<style>
span { border-color: #60B74F; }
span { border-color: rgb(96,183,79); }
td.TdClassName
{
border-color: #60B74F;
}
.TagClassName
{
border-color: #60B74F;
}
</style>