Shades of Apple #76C436
Tints of Apple #76C436
RGB
CMYK
RGB Variations
Color information
#76C436 (or 0x76C436) is known color: Apple. HEX triplet: 76, C4 and 36. RGB value is (118,196,54). Sum of RGB (Red+Green+Blue) = 118+196+54=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #76C436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C436 is #893BC9. Grayscale: #9C9C9C. Windows color (decimal): -8993738 or 3589238. OLE color: 3589238.
HSL color Cylindrical-coordinate representation of color #76C436: hue angle of 92.96º degrees, saturation: 0.57, 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 #76C436 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 54 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.23 |
| HSL | 92.96º | 0.57% | 0.49% | - |
| HSV(B) | 92.96º | 0.72% | 0.77% | - |
| XYZ | 27.88 | 43.6 | 10.44 | - |
| YUV | 156.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 54 | 0.40 | 0 | 0.72 | 0.23 | 92.96 | 0.57 | 0.49 |
| Hex | 76 | C4 | 36 | 28 | 0 | 48 | 17 | 5D | 39 | 31 |
| Octal | 166 | 304 | 66 | 50 | 0 | 110 | 27 | 135 | 71 | 61 |
| Binary | 1110110 | 11000100 | 110110 | 101000 | 0 | 1001000 | 10111 | 1011101 | 111001 | 110001 |
Color Harmonies of #76C436
Complementary color
Monochromatic Colors of #76C436
Black with #76C436
Text Example
Text Example
White with #76C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C436; }
p { color: rgb(118,196,54); }
H1.HeaderClassName
{
color: #76C436;
}
.AnyTagClassName
{
color: #76C436;
}
</style>
background-color css
<style>
a { background-color: #76C436; }
a { background-color: rgb(118,196,54); }
div.DivClassName
{
background-color: #76C436;
}
.BgClassName
{
background-color: #76C436;
}
</style>
border-color css
<style>
span { border-color: #76C436; }
span { border-color: rgb(118,196,54); }
td.TdClassName
{
border-color: #76C436;
}
.TagClassName
{
border-color: #76C436;
}
</style>