Shades of Apple #60A63A
Tints of Apple #60A63A
RGB
CMYK
RGB Variations
Color information
#60A63A (or 0x60A63A) is known color: Apple. HEX triplet: 60, A6 and 3A. RGB value is (96,166,58). Sum of RGB (Red+Green+Blue) = 96+166+58=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #60A63A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A63A is #9F59C5. Grayscale: #858585. Windows color (decimal): -10443206 or 3843680. OLE color: 3843680.
HSL color Cylindrical-coordinate representation of color #60A63A: hue angle of 98.89º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60A63A is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 58 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.35 |
| HSL | 98.89º | 0.48% | 0.44% | - |
| HSV(B) | 98.89º | 0.65% | 0.65% | - |
| XYZ | 19.22 | 30.06 | 8.79 | - |
| YUV | 132.76 | 85.81 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 58 | 0.42 | 0 | 0.65 | 0.35 | 98.89 | 0.48 | 0.44 |
| Hex | 60 | A6 | 3A | 2A | 0 | 41 | 23 | 63 | 30 | 2C |
| Octal | 140 | 246 | 72 | 52 | 0 | 101 | 43 | 143 | 60 | 54 |
| Binary | 1100000 | 10100110 | 111010 | 101010 | 0 | 1000001 | 100011 | 1100011 | 110000 | 101100 |
Color Harmonies of #60A63A
Complementary color
Monochromatic Colors of #60A63A
Black with #60A63A
Text Example
Text Example
White with #60A63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A63A; }
p { color: rgb(96,166,58); }
H1.HeaderClassName
{
color: #60A63A;
}
.AnyTagClassName
{
color: #60A63A;
}
</style>
background-color css
<style>
a { background-color: #60A63A; }
a { background-color: rgb(96,166,58); }
div.DivClassName
{
background-color: #60A63A;
}
.BgClassName
{
background-color: #60A63A;
}
</style>
border-color css
<style>
span { border-color: #60A63A; }
span { border-color: rgb(96,166,58); }
td.TdClassName
{
border-color: #60A63A;
}
.TagClassName
{
border-color: #60A63A;
}
</style>