Shades of Apple #60A346
Tints of Apple #60A346
RGB
CMYK
RGB Variations
Color information
#60A346 (or 0x60A346) is known color: Apple. HEX triplet: 60, A3 and 46. RGB value is (96,163,70). Sum of RGB (Red+Green+Blue) = 96+163+70=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #60A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A346 is #9F5CB9. Grayscale: #848484. Windows color (decimal): -10443962 or 4629344. OLE color: 4629344.
HSL color Cylindrical-coordinate representation of color #60A346: hue angle of 103.23º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A346 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 70 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.36 |
| HSL | 103.23º | 0.4% | 0.46% | - |
| HSV(B) | 103.23º | 0.57% | 0.64% | - |
| XYZ | 19.03 | 29.12 | 10.41 | - |
| YUV | 132.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 70 | 0.41 | 0 | 0.57 | 0.36 | 103.23 | 0.4 | 0.46 |
| Hex | 60 | A3 | 46 | 29 | 0 | 39 | 24 | 67 | 28 | 2E |
| Octal | 140 | 243 | 106 | 51 | 0 | 71 | 44 | 147 | 50 | 56 |
| Binary | 1100000 | 10100011 | 1000110 | 101001 | 0 | 111001 | 100100 | 1100111 | 101000 | 101110 |
Color Harmonies of #60A346
Complementary color
Monochromatic Colors of #60A346
Black with #60A346
Text Example
Text Example
White with #60A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A346; }
p { color: rgb(96,163,70); }
H1.HeaderClassName
{
color: #60A346;
}
.AnyTagClassName
{
color: #60A346;
}
</style>
background-color css
<style>
a { background-color: #60A346; }
a { background-color: rgb(96,163,70); }
div.DivClassName
{
background-color: #60A346;
}
.BgClassName
{
background-color: #60A346;
}
</style>
border-color css
<style>
span { border-color: #60A346; }
span { border-color: rgb(96,163,70); }
td.TdClassName
{
border-color: #60A346;
}
.TagClassName
{
border-color: #60A346;
}
</style>