Shades of Apple #76BA43
Tints of Apple #76BA43
RGB
CMYK
RGB Variations
Color information
#76BA43 (or 0x76BA43) is known color: Apple. HEX triplet: 76, BA and 43. RGB value is (118,186,67). Sum of RGB (Red+Green+Blue) = 118+186+67=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA43 is #8945BC. Grayscale: #989898. Windows color (decimal): -8996285 or 4438646. OLE color: 4438646.
HSL color Cylindrical-coordinate representation of color #76BA43: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76BA43 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 67 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.27 |
| HSL | 94.29º | 0.47% | 0.5% | - |
| HSV(B) | 94.29º | 0.64% | 0.73% | - |
| XYZ | 26.04 | 39.37 | 11.54 | - |
| YUV | 152.1 | 79.97 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 67 | 0.37 | 0 | 0.64 | 0.27 | 94.29 | 0.47 | 0.5 |
| Hex | 76 | BA | 43 | 25 | 0 | 40 | 1B | 5E | 2F | 32 |
| Octal | 166 | 272 | 103 | 45 | 0 | 100 | 33 | 136 | 57 | 62 |
| Binary | 1110110 | 10111010 | 1000011 | 100101 | 0 | 1000000 | 11011 | 1011110 | 101111 | 110010 |
Color Harmonies of #76BA43
Complementary color
Monochromatic Colors of #76BA43
Black with #76BA43
Text Example
Text Example
White with #76BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA43; }
p { color: rgb(118,186,67); }
H1.HeaderClassName
{
color: #76BA43;
}
.AnyTagClassName
{
color: #76BA43;
}
</style>
background-color css
<style>
a { background-color: #76BA43; }
a { background-color: rgb(118,186,67); }
div.DivClassName
{
background-color: #76BA43;
}
.BgClassName
{
background-color: #76BA43;
}
</style>
border-color css
<style>
span { border-color: #76BA43; }
span { border-color: rgb(118,186,67); }
td.TdClassName
{
border-color: #76BA43;
}
.TagClassName
{
border-color: #76BA43;
}
</style>