Shades of Apple #76C147
Tints of Apple #76C147
RGB
CMYK
RGB Variations
Color information
#76C147 (or 0x76C147) is known color: Apple. HEX triplet: 76, C1 and 47. RGB value is (118,193,71). Sum of RGB (Red+Green+Blue) = 118+193+71=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #76C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C147 is #893EB8. Grayscale: #9D9D9D. Windows color (decimal): -8994489 or 4702582. OLE color: 4702582.
HSL color Cylindrical-coordinate representation of color #76C147: hue angle of 96.89º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76C147 is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 71 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.24 |
| HSL | 96.89º | 0.5% | 0.52% | - |
| HSV(B) | 96.89º | 0.63% | 0.76% | - |
| XYZ | 27.68 | 42.45 | 12.7 | - |
| YUV | 156.67 | 79.65 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 71 | 0.39 | 0 | 0.63 | 0.24 | 96.89 | 0.5 | 0.52 |
| Hex | 76 | C1 | 47 | 27 | 0 | 3F | 18 | 61 | 32 | 34 |
| Octal | 166 | 301 | 107 | 47 | 0 | 77 | 30 | 141 | 62 | 64 |
| Binary | 1110110 | 11000001 | 1000111 | 100111 | 0 | 111111 | 11000 | 1100001 | 110010 | 110100 |
Color Harmonies of #76C147
Complementary color
Monochromatic Colors of #76C147
Black with #76C147
Text Example
Text Example
White with #76C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C147; }
p { color: rgb(118,193,71); }
H1.HeaderClassName
{
color: #76C147;
}
.AnyTagClassName
{
color: #76C147;
}
</style>
background-color css
<style>
a { background-color: #76C147; }
a { background-color: rgb(118,193,71); }
div.DivClassName
{
background-color: #76C147;
}
.BgClassName
{
background-color: #76C147;
}
</style>
border-color css
<style>
span { border-color: #76C147; }
span { border-color: rgb(118,193,71); }
td.TdClassName
{
border-color: #76C147;
}
.TagClassName
{
border-color: #76C147;
}
</style>