Shades of Apple #76C440
Tints of Apple #76C440
RGB
CMYK
RGB Variations
Color information
#76C440 (or 0x76C440) is known color: Apple. HEX triplet: 76, C4 and 40. RGB value is (118,196,64). Sum of RGB (Red+Green+Blue) = 118+196+64=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #76C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C440 is #893BBF. Grayscale: #9E9E9E. Windows color (decimal): -8993728 or 4244598. OLE color: 4244598.
HSL color Cylindrical-coordinate representation of color #76C440: hue angle of 95.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C440 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 64 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.23 |
| HSL | 95.45º | 0.53% | 0.51% | - |
| HSV(B) | 95.45º | 0.67% | 0.77% | - |
| XYZ | 28.14 | 43.7 | 11.8 | - |
| YUV | 157.63 | 75.16 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 64 | 0.40 | 0 | 0.67 | 0.23 | 95.45 | 0.53 | 0.51 |
| Hex | 76 | C4 | 40 | 28 | 0 | 43 | 17 | 5F | 35 | 33 |
| Octal | 166 | 304 | 100 | 50 | 0 | 103 | 27 | 137 | 65 | 63 |
| Binary | 1110110 | 11000100 | 1000000 | 101000 | 0 | 1000011 | 10111 | 1011111 | 110101 | 110011 |
Color Harmonies of #76C440
Complementary color
Monochromatic Colors of #76C440
Black with #76C440
Text Example
Text Example
White with #76C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C440; }
p { color: rgb(118,196,64); }
H1.HeaderClassName
{
color: #76C440;
}
.AnyTagClassName
{
color: #76C440;
}
</style>
background-color css
<style>
a { background-color: #76C440; }
a { background-color: rgb(118,196,64); }
div.DivClassName
{
background-color: #76C440;
}
.BgClassName
{
background-color: #76C440;
}
</style>
border-color css
<style>
span { border-color: #76C440; }
span { border-color: rgb(118,196,64); }
td.TdClassName
{
border-color: #76C440;
}
.TagClassName
{
border-color: #76C440;
}
</style>