Shades of Apple #76C443
Tints of Apple #76C443
RGB
CMYK
RGB Variations
Color information
#76C443 (or 0x76C443) is known color: Apple. HEX triplet: 76, C4 and 43. RGB value is (118,196,67). Sum of RGB (Red+Green+Blue) = 118+196+67=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #76C443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C443 is #893BBC. Grayscale: #9E9E9E. Windows color (decimal): -8993725 or 4441206. OLE color: 4441206.
HSL color Cylindrical-coordinate representation of color #76C443: hue angle of 96.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76C443 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 196 | 67 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.23 |
| HSL | 96.28º | 0.52% | 0.52% | - |
| HSV(B) | 96.28º | 0.66% | 0.77% | - |
| XYZ | 28.22 | 43.74 | 12.26 | - |
| YUV | 157.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 67 | 0.40 | 0 | 0.66 | 0.23 | 96.28 | 0.52 | 0.52 |
| Hex | 76 | C4 | 43 | 28 | 0 | 42 | 17 | 60 | 34 | 34 |
| Octal | 166 | 304 | 103 | 50 | 0 | 102 | 27 | 140 | 64 | 64 |
| Binary | 1110110 | 11000100 | 1000011 | 101000 | 0 | 1000010 | 10111 | 1100000 | 110100 | 110100 |
Color Harmonies of #76C443
Complementary color
Monochromatic Colors of #76C443
Black with #76C443
Text Example
Text Example
White with #76C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C443; }
p { color: rgb(118,196,67); }
H1.HeaderClassName
{
color: #76C443;
}
.AnyTagClassName
{
color: #76C443;
}
</style>
background-color css
<style>
a { background-color: #76C443; }
a { background-color: rgb(118,196,67); }
div.DivClassName
{
background-color: #76C443;
}
.BgClassName
{
background-color: #76C443;
}
</style>
border-color css
<style>
span { border-color: #76C443; }
span { border-color: rgb(118,196,67); }
td.TdClassName
{
border-color: #76C443;
}
.TagClassName
{
border-color: #76C443;
}
</style>