Shades of Apple #60B753
Tints of Apple #60B753
RGB
CMYK
RGB Variations
Color information
#60B753 (or 0x60B753) is known color: Apple. HEX triplet: 60, B7 and 53. RGB value is (96,183,83). Sum of RGB (Red+Green+Blue) = 96+183+83=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #60B753 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B753 is #9F48AC. Grayscale: #919191. Windows color (decimal): -10438829 or 5486432. OLE color: 5486432.
HSL color Cylindrical-coordinate representation of color #60B753: hue angle of 112.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B753 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 83 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.28 |
| HSL | 112.2º | 0.41% | 0.52% | - |
| HSV(B) | 112.2º | 0.55% | 0.72% | - |
| XYZ | 23.32 | 36.98 | 14.09 | - |
| YUV | 145.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 83 | 0.48 | 0 | 0.55 | 0.28 | 112.2 | 0.41 | 0.52 |
| Hex | 60 | B7 | 53 | 30 | 0 | 37 | 1C | 70 | 29 | 34 |
| Octal | 140 | 267 | 123 | 60 | 0 | 67 | 34 | 160 | 51 | 64 |
| Binary | 1100000 | 10110111 | 1010011 | 110000 | 0 | 110111 | 11100 | 1110000 | 101001 | 110100 |
Color Harmonies of #60B753
Complementary color
Monochromatic Colors of #60B753
Black with #60B753
Text Example
Text Example
White with #60B753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B753; }
p { color: rgb(96,183,83); }
H1.HeaderClassName
{
color: #60B753;
}
.AnyTagClassName
{
color: #60B753;
}
</style>
background-color css
<style>
a { background-color: #60B753; }
a { background-color: rgb(96,183,83); }
div.DivClassName
{
background-color: #60B753;
}
.BgClassName
{
background-color: #60B753;
}
</style>
border-color css
<style>
span { border-color: #60B753; }
span { border-color: rgb(96,183,83); }
td.TdClassName
{
border-color: #60B753;
}
.TagClassName
{
border-color: #60B753;
}
</style>