Shades of Apple #60AB3D
Tints of Apple #60AB3D
RGB
CMYK
RGB Variations
Color information
#60AB3D (or 0x60AB3D) is known color: Apple. HEX triplet: 60, AB and 3D. RGB value is (96,171,61). Sum of RGB (Red+Green+Blue) = 96+171+61=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AB3D is #9F54C2. Grayscale: #888888. Windows color (decimal): -10441923 or 4041568. OLE color: 4041568.
HSL color Cylindrical-coordinate representation of color #60AB3D: hue angle of 100.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60AB3D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 61 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.33 |
| HSL | 100.91º | 0.47% | 0.45% | - |
| HSV(B) | 100.91º | 0.64% | 0.67% | - |
| XYZ | 20.23 | 31.95 | 9.52 | - |
| YUV | 136.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 61 | 0.44 | 0 | 0.64 | 0.33 | 100.91 | 0.47 | 0.45 |
| Hex | 60 | AB | 3D | 2C | 0 | 40 | 21 | 65 | 2F | 2D |
| Octal | 140 | 253 | 75 | 54 | 0 | 100 | 41 | 145 | 57 | 55 |
| Binary | 1100000 | 10101011 | 111101 | 101100 | 0 | 1000000 | 100001 | 1100101 | 101111 | 101101 |
Color Harmonies of #60AB3D
Complementary color
Monochromatic Colors of #60AB3D
Black with #60AB3D
Text Example
Text Example
White with #60AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB3D; }
p { color: rgb(96,171,61); }
H1.HeaderClassName
{
color: #60AB3D;
}
.AnyTagClassName
{
color: #60AB3D;
}
</style>
background-color css
<style>
a { background-color: #60AB3D; }
a { background-color: rgb(96,171,61); }
div.DivClassName
{
background-color: #60AB3D;
}
.BgClassName
{
background-color: #60AB3D;
}
</style>
border-color css
<style>
span { border-color: #60AB3D; }
span { border-color: rgb(96,171,61); }
td.TdClassName
{
border-color: #60AB3D;
}
.TagClassName
{
border-color: #60AB3D;
}
</style>