Shades of Apple #60A641
Tints of Apple #60A641
RGB
CMYK
RGB Variations
Color information
#60A641 (or 0x60A641) is known color: Apple. HEX triplet: 60, A6 and 41. RGB value is (96,166,65). Sum of RGB (Red+Green+Blue) = 96+166+65=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #60A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A641 is #9F59BE. Grayscale: #858585. Windows color (decimal): -10443199 or 4302432. OLE color: 4302432.
HSL color Cylindrical-coordinate representation of color #60A641: hue angle of 101.58º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60A641 is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 65 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.35 |
| HSL | 101.58º | 0.44% | 0.45% | - |
| HSV(B) | 101.58º | 0.61% | 0.65% | - |
| XYZ | 19.41 | 30.14 | 9.8 | - |
| YUV | 133.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 65 | 0.42 | 0 | 0.61 | 0.35 | 101.58 | 0.44 | 0.45 |
| Hex | 60 | A6 | 41 | 2A | 0 | 3D | 23 | 66 | 2C | 2D |
| Octal | 140 | 246 | 101 | 52 | 0 | 75 | 43 | 146 | 54 | 55 |
| Binary | 1100000 | 10100110 | 1000001 | 101010 | 0 | 111101 | 100011 | 1100110 | 101100 | 101101 |
Color Harmonies of #60A641
Complementary color
Monochromatic Colors of #60A641
Black with #60A641
Text Example
Text Example
White with #60A641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A641; }
p { color: rgb(96,166,65); }
H1.HeaderClassName
{
color: #60A641;
}
.AnyTagClassName
{
color: #60A641;
}
</style>
background-color css
<style>
a { background-color: #60A641; }
a { background-color: rgb(96,166,65); }
div.DivClassName
{
background-color: #60A641;
}
.BgClassName
{
background-color: #60A641;
}
</style>
border-color css
<style>
span { border-color: #60A641; }
span { border-color: rgb(96,166,65); }
td.TdClassName
{
border-color: #60A641;
}
.TagClassName
{
border-color: #60A641;
}
</style>