Shades of Apple #76C437
Tints of Apple #76C437
RGB
CMYK
RGB Variations
Color information
#76C437 (or 0x76C437) is known color: Apple. HEX triplet: 76, C4 and 37. RGB value is (118,196,55). Sum of RGB (Red+Green+Blue) = 118+196+55=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #76C437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C437 is #893BC8. Grayscale: #9D9D9D. Windows color (decimal): -8993737 or 3654774. OLE color: 3654774.
HSL color Cylindrical-coordinate representation of color #76C437: hue angle of 93.19º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76C437 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 55 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.23 |
| HSL | 93.19º | 0.56% | 0.49% | - |
| HSV(B) | 93.19º | 0.72% | 0.77% | - |
| XYZ | 27.9 | 43.61 | 10.56 | - |
| YUV | 156.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 55 | 0.40 | 0 | 0.72 | 0.23 | 93.19 | 0.56 | 0.49 |
| Hex | 76 | C4 | 37 | 28 | 0 | 48 | 17 | 5D | 38 | 31 |
| Octal | 166 | 304 | 67 | 50 | 0 | 110 | 27 | 135 | 70 | 61 |
| Binary | 1110110 | 11000100 | 110111 | 101000 | 0 | 1001000 | 10111 | 1011101 | 111000 | 110001 |
Color Harmonies of #76C437
Complementary color
Monochromatic Colors of #76C437
Black with #76C437
Text Example
Text Example
White with #76C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C437; }
p { color: rgb(118,196,55); }
H1.HeaderClassName
{
color: #76C437;
}
.AnyTagClassName
{
color: #76C437;
}
</style>
background-color css
<style>
a { background-color: #76C437; }
a { background-color: rgb(118,196,55); }
div.DivClassName
{
background-color: #76C437;
}
.BgClassName
{
background-color: #76C437;
}
</style>
border-color css
<style>
span { border-color: #76C437; }
span { border-color: rgb(118,196,55); }
td.TdClassName
{
border-color: #76C437;
}
.TagClassName
{
border-color: #76C437;
}
</style>