Shades of Apple #76BB3E
Tints of Apple #76BB3E
RGB
CMYK
RGB Variations
Color information
#76BB3E (or 0x76BB3E) is known color: Apple. HEX triplet: 76, BB and 3E. RGB value is (118,187,62). Sum of RGB (Red+Green+Blue) = 118+187+62=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 187 (73.44% from 255 or 50.95% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB3E is #8944C1. Grayscale: #989898. Windows color (decimal): -8996034 or 4111222. OLE color: 4111222.
HSL color Cylindrical-coordinate representation of color #76BB3E: hue angle of 93.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76BB3E is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 62 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.27 |
| HSL | 93.12º | 0.5% | 0.49% | - |
| HSV(B) | 93.12º | 0.67% | 0.73% | - |
| XYZ | 26.11 | 39.74 | 10.85 | - |
| YUV | 152.12 | 77.14 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 62 | 0.37 | 0 | 0.67 | 0.27 | 93.12 | 0.5 | 0.49 |
| Hex | 76 | BB | 3E | 25 | 0 | 43 | 1B | 5D | 32 | 31 |
| Octal | 166 | 273 | 76 | 45 | 0 | 103 | 33 | 135 | 62 | 61 |
| Binary | 1110110 | 10111011 | 111110 | 100101 | 0 | 1000011 | 11011 | 1011101 | 110010 | 110001 |
Color Harmonies of #76BB3E
Complementary color
Monochromatic Colors of #76BB3E
Black with #76BB3E
Text Example
Text Example
White with #76BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB3E; }
p { color: rgb(118,187,62); }
H1.HeaderClassName
{
color: #76BB3E;
}
.AnyTagClassName
{
color: #76BB3E;
}
</style>
background-color css
<style>
a { background-color: #76BB3E; }
a { background-color: rgb(118,187,62); }
div.DivClassName
{
background-color: #76BB3E;
}
.BgClassName
{
background-color: #76BB3E;
}
</style>
border-color css
<style>
span { border-color: #76BB3E; }
span { border-color: rgb(118,187,62); }
td.TdClassName
{
border-color: #76BB3E;
}
.TagClassName
{
border-color: #76BB3E;
}
</style>