Shades of Apple #60A344
Tints of Apple #60A344
RGB
CMYK
RGB Variations
Color information
#60A344 (or 0x60A344) is known color: Apple. HEX triplet: 60, A3 and 44. RGB value is (96,163,68). Sum of RGB (Red+Green+Blue) = 96+163+68=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #60A344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A344 is #9F5CBB. Grayscale: #848484. Windows color (decimal): -10443964 or 4498272. OLE color: 4498272.
HSL color Cylindrical-coordinate representation of color #60A344: hue angle of 102.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A344 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 68 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.36 |
| HSL | 102.32º | 0.41% | 0.45% | - |
| HSV(B) | 102.32º | 0.58% | 0.64% | - |
| XYZ | 18.96 | 29.1 | 10.09 | - |
| YUV | 132.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 68 | 0.41 | 0 | 0.58 | 0.36 | 102.32 | 0.41 | 0.45 |
| Hex | 60 | A3 | 44 | 29 | 0 | 3A | 24 | 66 | 29 | 2D |
| Octal | 140 | 243 | 104 | 51 | 0 | 72 | 44 | 146 | 51 | 55 |
| Binary | 1100000 | 10100011 | 1000100 | 101001 | 0 | 111010 | 100100 | 1100110 | 101001 | 101101 |
Color Harmonies of #60A344
Complementary color
Monochromatic Colors of #60A344
Black with #60A344
Text Example
Text Example
White with #60A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A344; }
p { color: rgb(96,163,68); }
H1.HeaderClassName
{
color: #60A344;
}
.AnyTagClassName
{
color: #60A344;
}
</style>
background-color css
<style>
a { background-color: #60A344; }
a { background-color: rgb(96,163,68); }
div.DivClassName
{
background-color: #60A344;
}
.BgClassName
{
background-color: #60A344;
}
</style>
border-color css
<style>
span { border-color: #60A344; }
span { border-color: rgb(96,163,68); }
td.TdClassName
{
border-color: #60A344;
}
.TagClassName
{
border-color: #60A344;
}
</style>