Shades of Apple #60B72D
Tints of Apple #60B72D
RGB
CMYK
RGB Variations
Color information
#60B72D (or 0x60B72D) is known color: Apple. HEX triplet: 60, B7 and 2D. RGB value is (96,183,45). Sum of RGB (Red+Green+Blue) = 96+183+45=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #60B72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B72D is #9F48D2. Grayscale: #8D8D8D. Windows color (decimal): -10438867 or 2996064. OLE color: 2996064.
HSL color Cylindrical-coordinate representation of color #60B72D: hue angle of 97.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B72D is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 45 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.28 |
| HSL | 97.83º | 0.61% | 0.45% | - |
| HSV(B) | 97.83º | 0.75% | 0.72% | - |
| XYZ | 22.23 | 36.54 | 8.36 | - |
| YUV | 141.26 | 73.68 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 45 | 0.48 | 0 | 0.75 | 0.28 | 97.83 | 0.61 | 0.45 |
| Hex | 60 | B7 | 2D | 30 | 0 | 4B | 1C | 62 | 3D | 2D |
| Octal | 140 | 267 | 55 | 60 | 0 | 113 | 34 | 142 | 75 | 55 |
| Binary | 1100000 | 10110111 | 101101 | 110000 | 0 | 1001011 | 11100 | 1100010 | 111101 | 101101 |
Color Harmonies of #60B72D
Complementary color
Monochromatic Colors of #60B72D
Black with #60B72D
Text Example
Text Example
White with #60B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B72D; }
p { color: rgb(96,183,45); }
H1.HeaderClassName
{
color: #60B72D;
}
.AnyTagClassName
{
color: #60B72D;
}
</style>
background-color css
<style>
a { background-color: #60B72D; }
a { background-color: rgb(96,183,45); }
div.DivClassName
{
background-color: #60B72D;
}
.BgClassName
{
background-color: #60B72D;
}
</style>
border-color css
<style>
span { border-color: #60B72D; }
span { border-color: rgb(96,183,45); }
td.TdClassName
{
border-color: #60B72D;
}
.TagClassName
{
border-color: #60B72D;
}
</style>