Shades of Apple #60A041
Tints of Apple #60A041
RGB
CMYK
RGB Variations
Color information
#60A041 (or 0x60A041) is known color: Apple. HEX triplet: 60, A0 and 41. RGB value is (96,160,65). Sum of RGB (Red+Green+Blue) = 96+160+65=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #60A041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A041 is #9F5FBE. Grayscale: #828282. Windows color (decimal): -10444735 or 4300896. OLE color: 4300896.
HSL color Cylindrical-coordinate representation of color #60A041: hue angle of 100.42º 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 #60A041 is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 65 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.37 |
| HSL | 100.42º | 0.42% | 0.44% | - |
| HSV(B) | 100.42º | 0.59% | 0.63% | - |
| XYZ | 18.35 | 28.01 | 9.44 | - |
| YUV | 130.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 65 | 0.4 | 0 | 0.59 | 0.37 | 100.42 | 0.42 | 0.44 |
| Hex | 60 | A0 | 41 | 28 | 0 | 3B | 25 | 64 | 2A | 2C |
| Octal | 140 | 240 | 101 | 50 | 0 | 73 | 45 | 144 | 52 | 54 |
| Binary | 1100000 | 10100000 | 1000001 | 101000 | 0 | 111011 | 100101 | 1100100 | 101010 | 101100 |
Color Harmonies of #60A041
Complementary color
Monochromatic Colors of #60A041
Black with #60A041
Text Example
Text Example
White with #60A041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A041; }
p { color: rgb(96,160,65); }
H1.HeaderClassName
{
color: #60A041;
}
.AnyTagClassName
{
color: #60A041;
}
</style>
background-color css
<style>
a { background-color: #60A041; }
a { background-color: rgb(96,160,65); }
div.DivClassName
{
background-color: #60A041;
}
.BgClassName
{
background-color: #60A041;
}
</style>
border-color css
<style>
span { border-color: #60A041; }
span { border-color: rgb(96,160,65); }
td.TdClassName
{
border-color: #60A041;
}
.TagClassName
{
border-color: #60A041;
}
</style>