Shades of Apple #60B32D
Tints of Apple #60B32D
RGB
CMYK
RGB Variations
Color information
#60B32D (or 0x60B32D) is known color: Apple. HEX triplet: 60, B3 and 2D. RGB value is (96,179,45). Sum of RGB (Red+Green+Blue) = 96+179+45=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #60B32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B32D is #9F4CD2. Grayscale: #8B8B8B. Windows color (decimal): -10439891 or 2995040. OLE color: 2995040.
HSL color Cylindrical-coordinate representation of color #60B32D: hue angle of 97.16º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B32D is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 45 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.30 |
| HSL | 97.16º | 0.6% | 0.44% | - |
| HSV(B) | 97.16º | 0.75% | 0.7% | - |
| XYZ | 21.42 | 34.92 | 8.09 | - |
| YUV | 138.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 45 | 0.46 | 0 | 0.75 | 0.30 | 97.16 | 0.6 | 0.44 |
| Hex | 60 | B3 | 2D | 2E | 0 | 4B | 1E | 61 | 3C | 2C |
| Octal | 140 | 263 | 55 | 56 | 0 | 113 | 36 | 141 | 74 | 54 |
| Binary | 1100000 | 10110011 | 101101 | 101110 | 0 | 1001011 | 11110 | 1100001 | 111100 | 101100 |
Color Harmonies of #60B32D
Complementary color
Monochromatic Colors of #60B32D
Black with #60B32D
Text Example
Text Example
White with #60B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B32D; }
p { color: rgb(96,179,45); }
H1.HeaderClassName
{
color: #60B32D;
}
.AnyTagClassName
{
color: #60B32D;
}
</style>
background-color css
<style>
a { background-color: #60B32D; }
a { background-color: rgb(96,179,45); }
div.DivClassName
{
background-color: #60B32D;
}
.BgClassName
{
background-color: #60B32D;
}
</style>
border-color css
<style>
span { border-color: #60B32D; }
span { border-color: rgb(96,179,45); }
td.TdClassName
{
border-color: #60B32D;
}
.TagClassName
{
border-color: #60B32D;
}
</style>