Shades of Apple #76AC47
Tints of Apple #76AC47
RGB
CMYK
RGB Variations
Color information
#76AC47 (or 0x76AC47) is known color: Apple. HEX triplet: 76, AC and 47. RGB value is (118,172,71). Sum of RGB (Red+Green+Blue) = 118+172+71=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC47 is #8953B8. Grayscale: #909090. Windows color (decimal): -8999865 or 4697206. OLE color: 4697206.
HSL color Cylindrical-coordinate representation of color #76AC47: hue angle of 92.08º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76AC47 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 71 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.33 |
| HSL | 92.08º | 0.42% | 0.48% | - |
| HSV(B) | 92.08º | 0.59% | 0.67% | - |
| XYZ | 23.36 | 33.81 | 11.26 | - |
| YUV | 144.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 71 | 0.31 | 0 | 0.59 | 0.33 | 92.08 | 0.42 | 0.48 |
| Hex | 76 | AC | 47 | 1F | 0 | 3B | 21 | 5C | 2A | 30 |
| Octal | 166 | 254 | 107 | 37 | 0 | 73 | 41 | 134 | 52 | 60 |
| Binary | 1110110 | 10101100 | 1000111 | 11111 | 0 | 111011 | 100001 | 1011100 | 101010 | 110000 |
Color Harmonies of #76AC47
Complementary color
Monochromatic Colors of #76AC47
Black with #76AC47
Text Example
Text Example
White with #76AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC47; }
p { color: rgb(118,172,71); }
H1.HeaderClassName
{
color: #76AC47;
}
.AnyTagClassName
{
color: #76AC47;
}
</style>
background-color css
<style>
a { background-color: #76AC47; }
a { background-color: rgb(118,172,71); }
div.DivClassName
{
background-color: #76AC47;
}
.BgClassName
{
background-color: #76AC47;
}
</style>
border-color css
<style>
span { border-color: #76AC47; }
span { border-color: rgb(118,172,71); }
td.TdClassName
{
border-color: #76AC47;
}
.TagClassName
{
border-color: #76AC47;
}
</style>