Shades of Apple #76BA3B
Tints of Apple #76BA3B
RGB
CMYK
RGB Variations
Color information
#76BA3B (or 0x76BA3B) is known color: Apple. HEX triplet: 76, BA and 3B. RGB value is (118,186,59). Sum of RGB (Red+Green+Blue) = 118+186+59=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA3B is #8945C4. Grayscale: #979797. Windows color (decimal): -8996293 or 3914358. OLE color: 3914358.
HSL color Cylindrical-coordinate representation of color #76BA3B: hue angle of 92.13º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76BA3B is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 59 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.27 |
| HSL | 92.13º | 0.52% | 0.48% | - |
| HSV(B) | 92.13º | 0.68% | 0.73% | - |
| XYZ | 25.82 | 39.29 | 10.36 | - |
| YUV | 151.19 | 75.97 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 59 | 0.37 | 0 | 0.68 | 0.27 | 92.13 | 0.52 | 0.48 |
| Hex | 76 | BA | 3B | 25 | 0 | 44 | 1B | 5C | 34 | 30 |
| Octal | 166 | 272 | 73 | 45 | 0 | 104 | 33 | 134 | 64 | 60 |
| Binary | 1110110 | 10111010 | 111011 | 100101 | 0 | 1000100 | 11011 | 1011100 | 110100 | 110000 |
Color Harmonies of #76BA3B
Complementary color
Monochromatic Colors of #76BA3B
Black with #76BA3B
Text Example
Text Example
White with #76BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA3B; }
p { color: rgb(118,186,59); }
H1.HeaderClassName
{
color: #76BA3B;
}
.AnyTagClassName
{
color: #76BA3B;
}
</style>
background-color css
<style>
a { background-color: #76BA3B; }
a { background-color: rgb(118,186,59); }
div.DivClassName
{
background-color: #76BA3B;
}
.BgClassName
{
background-color: #76BA3B;
}
</style>
border-color css
<style>
span { border-color: #76BA3B; }
span { border-color: rgb(118,186,59); }
td.TdClassName
{
border-color: #76BA3B;
}
.TagClassName
{
border-color: #76BA3B;
}
</style>