Shades of Apple #60A835
Tints of Apple #60A835
RGB
CMYK
RGB Variations
Color information
#60A835 (or 0x60A835) is known color: Apple. HEX triplet: 60, A8 and 35. RGB value is (96,168,53). Sum of RGB (Red+Green+Blue) = 96+168+53=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #60A835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A835 is #9F57CA. Grayscale: #858585. Windows color (decimal): -10442699 or 3516512. OLE color: 3516512.
HSL color Cylindrical-coordinate representation of color #60A835: hue angle of 97.57º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60A835 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 53 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.34 |
| HSL | 97.57º | 0.52% | 0.43% | - |
| HSV(B) | 97.57º | 0.68% | 0.66% | - |
| XYZ | 19.47 | 30.75 | 8.28 | - |
| YUV | 133.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 53 | 0.43 | 0 | 0.68 | 0.34 | 97.57 | 0.52 | 0.43 |
| Hex | 60 | A8 | 35 | 2B | 0 | 44 | 22 | 62 | 34 | 2B |
| Octal | 140 | 250 | 65 | 53 | 0 | 104 | 42 | 142 | 64 | 53 |
| Binary | 1100000 | 10101000 | 110101 | 101011 | 0 | 1000100 | 100010 | 1100010 | 110100 | 101011 |
Color Harmonies of #60A835
Complementary color
Monochromatic Colors of #60A835
Black with #60A835
Text Example
Text Example
White with #60A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A835; }
p { color: rgb(96,168,53); }
H1.HeaderClassName
{
color: #60A835;
}
.AnyTagClassName
{
color: #60A835;
}
</style>
background-color css
<style>
a { background-color: #60A835; }
a { background-color: rgb(96,168,53); }
div.DivClassName
{
background-color: #60A835;
}
.BgClassName
{
background-color: #60A835;
}
</style>
border-color css
<style>
span { border-color: #60A835; }
span { border-color: rgb(96,168,53); }
td.TdClassName
{
border-color: #60A835;
}
.TagClassName
{
border-color: #60A835;
}
</style>