Shades of Apple #60A042
Tints of Apple #60A042
RGB
CMYK
RGB Variations
Color information
#60A042 (or 0x60A042) is known color: Apple. HEX triplet: 60, A0 and 42. RGB value is (96,160,66). Sum of RGB (Red+Green+Blue) = 96+160+66=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #60A042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A042 is #9F5FBD. Grayscale: #828282. Windows color (decimal): -10444734 or 4366432. OLE color: 4366432.
HSL color Cylindrical-coordinate representation of color #60A042: hue angle of 100.85º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60A042 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 66 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.37 |
| HSL | 100.85º | 0.42% | 0.44% | - |
| HSV(B) | 100.85º | 0.59% | 0.63% | - |
| XYZ | 18.38 | 28.02 | 9.59 | - |
| YUV | 130.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 66 | 0.4 | 0 | 0.59 | 0.37 | 100.85 | 0.42 | 0.44 |
| Hex | 60 | A0 | 42 | 28 | 0 | 3B | 25 | 65 | 2A | 2C |
| Octal | 140 | 240 | 102 | 50 | 0 | 73 | 45 | 145 | 52 | 54 |
| Binary | 1100000 | 10100000 | 1000010 | 101000 | 0 | 111011 | 100101 | 1100101 | 101010 | 101100 |
Color Harmonies of #60A042
Complementary color
Monochromatic Colors of #60A042
Black with #60A042
Text Example
Text Example
White with #60A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A042; }
p { color: rgb(96,160,66); }
H1.HeaderClassName
{
color: #60A042;
}
.AnyTagClassName
{
color: #60A042;
}
</style>
background-color css
<style>
a { background-color: #60A042; }
a { background-color: rgb(96,160,66); }
div.DivClassName
{
background-color: #60A042;
}
.BgClassName
{
background-color: #60A042;
}
</style>
border-color css
<style>
span { border-color: #60A042; }
span { border-color: rgb(96,160,66); }
td.TdClassName
{
border-color: #60A042;
}
.TagClassName
{
border-color: #60A042;
}
</style>