Shades of Apple #60B73C
Tints of Apple #60B73C
RGB
CMYK
RGB Variations
Color information
#60B73C (or 0x60B73C) is known color: Apple. HEX triplet: 60, B7 and 3C. RGB value is (96,183,60). Sum of RGB (Red+Green+Blue) = 96+183+60=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #60B73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B73C is #9F48C3. Grayscale: #8F8F8F. Windows color (decimal): -10438852 or 3979104. OLE color: 3979104.
HSL color Cylindrical-coordinate representation of color #60B73C: hue angle of 102.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60B73C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 60 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.28 |
| HSL | 102.44º | 0.51% | 0.48% | - |
| HSV(B) | 102.44º | 0.67% | 0.72% | - |
| XYZ | 22.57 | 36.68 | 10.17 | - |
| YUV | 142.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 60 | 0.48 | 0 | 0.67 | 0.28 | 102.44 | 0.51 | 0.48 |
| Hex | 60 | B7 | 3C | 30 | 0 | 43 | 1C | 66 | 33 | 30 |
| Octal | 140 | 267 | 74 | 60 | 0 | 103 | 34 | 146 | 63 | 60 |
| Binary | 1100000 | 10110111 | 111100 | 110000 | 0 | 1000011 | 11100 | 1100110 | 110011 | 110000 |
Color Harmonies of #60B73C
Complementary color
Monochromatic Colors of #60B73C
Black with #60B73C
Text Example
Text Example
White with #60B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B73C; }
p { color: rgb(96,183,60); }
H1.HeaderClassName
{
color: #60B73C;
}
.AnyTagClassName
{
color: #60B73C;
}
</style>
background-color css
<style>
a { background-color: #60B73C; }
a { background-color: rgb(96,183,60); }
div.DivClassName
{
background-color: #60B73C;
}
.BgClassName
{
background-color: #60B73C;
}
</style>
border-color css
<style>
span { border-color: #60B73C; }
span { border-color: rgb(96,183,60); }
td.TdClassName
{
border-color: #60B73C;
}
.TagClassName
{
border-color: #60B73C;
}
</style>