Shades of Apple #76BA40
Tints of Apple #76BA40
RGB
CMYK
RGB Variations
Color information
#76BA40 (or 0x76BA40) is known color: Apple. HEX triplet: 76, BA and 40. RGB value is (118,186,64). Sum of RGB (Red+Green+Blue) = 118+186+64=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA40 is #8945BF. Grayscale: #989898. Windows color (decimal): -8996288 or 4242038. OLE color: 4242038.
HSL color Cylindrical-coordinate representation of color #76BA40: hue angle of 93.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76BA40 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 64 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.27 |
| HSL | 93.44º | 0.49% | 0.49% | - |
| HSV(B) | 93.44º | 0.66% | 0.73% | - |
| XYZ | 25.96 | 39.34 | 11.08 | - |
| YUV | 151.76 | 78.47 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 64 | 0.37 | 0 | 0.66 | 0.27 | 93.44 | 0.49 | 0.49 |
| Hex | 76 | BA | 40 | 25 | 0 | 42 | 1B | 5D | 31 | 31 |
| Octal | 166 | 272 | 100 | 45 | 0 | 102 | 33 | 135 | 61 | 61 |
| Binary | 1110110 | 10111010 | 1000000 | 100101 | 0 | 1000010 | 11011 | 1011101 | 110001 | 110001 |
Color Harmonies of #76BA40
Complementary color
Monochromatic Colors of #76BA40
Black with #76BA40
Text Example
Text Example
White with #76BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA40; }
p { color: rgb(118,186,64); }
H1.HeaderClassName
{
color: #76BA40;
}
.AnyTagClassName
{
color: #76BA40;
}
</style>
background-color css
<style>
a { background-color: #76BA40; }
a { background-color: rgb(118,186,64); }
div.DivClassName
{
background-color: #76BA40;
}
.BgClassName
{
background-color: #76BA40;
}
</style>
border-color css
<style>
span { border-color: #76BA40; }
span { border-color: rgb(118,186,64); }
td.TdClassName
{
border-color: #76BA40;
}
.TagClassName
{
border-color: #76BA40;
}
</style>