Shades of Apple #76C441
Tints of Apple #76C441
RGB
CMYK
RGB Variations
Color information
#76C441 (or 0x76C441) is known color: Apple. HEX triplet: 76, C4 and 41. RGB value is (118,196,65). Sum of RGB (Red+Green+Blue) = 118+196+65=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #76C441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C441 is #893BBE. Grayscale: #9E9E9E. Windows color (decimal): -8993727 or 4310134. OLE color: 4310134.
HSL color Cylindrical-coordinate representation of color #76C441: hue angle of 95.73º 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 #76C441 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 65 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.23 |
| HSL | 95.73º | 0.53% | 0.51% | - |
| HSV(B) | 95.73º | 0.67% | 0.77% | - |
| XYZ | 28.17 | 43.71 | 11.95 | - |
| YUV | 157.74 | 75.66 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 65 | 0.40 | 0 | 0.67 | 0.23 | 95.73 | 0.53 | 0.51 |
| Hex | 76 | C4 | 41 | 28 | 0 | 43 | 17 | 60 | 35 | 33 |
| Octal | 166 | 304 | 101 | 50 | 0 | 103 | 27 | 140 | 65 | 63 |
| Binary | 1110110 | 11000100 | 1000001 | 101000 | 0 | 1000011 | 10111 | 1100000 | 110101 | 110011 |
Color Harmonies of #76C441
Complementary color
Monochromatic Colors of #76C441
Black with #76C441
Text Example
Text Example
White with #76C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C441; }
p { color: rgb(118,196,65); }
H1.HeaderClassName
{
color: #76C441;
}
.AnyTagClassName
{
color: #76C441;
}
</style>
background-color css
<style>
a { background-color: #76C441; }
a { background-color: rgb(118,196,65); }
div.DivClassName
{
background-color: #76C441;
}
.BgClassName
{
background-color: #76C441;
}
</style>
border-color css
<style>
span { border-color: #76C441; }
span { border-color: rgb(118,196,65); }
td.TdClassName
{
border-color: #76C441;
}
.TagClassName
{
border-color: #76C441;
}
</style>