Shades of Apple #76BA41
Tints of Apple #76BA41
RGB
CMYK
RGB Variations
Color information
#76BA41 (or 0x76BA41) is known color: Apple. HEX triplet: 76, BA and 41. RGB value is (118,186,65). Sum of RGB (Red+Green+Blue) = 118+186+65=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA41 is #8945BE. Grayscale: #989898. Windows color (decimal): -8996287 or 4307574. OLE color: 4307574.
HSL color Cylindrical-coordinate representation of color #76BA41: hue angle of 93.72º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76BA41 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 65 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.27 |
| HSL | 93.72º | 0.48% | 0.49% | - |
| HSV(B) | 93.72º | 0.65% | 0.73% | - |
| XYZ | 25.98 | 39.35 | 11.23 | - |
| YUV | 151.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 65 | 0.37 | 0 | 0.65 | 0.27 | 93.72 | 0.48 | 0.49 |
| Hex | 76 | BA | 41 | 25 | 0 | 41 | 1B | 5E | 30 | 31 |
| Octal | 166 | 272 | 101 | 45 | 0 | 101 | 33 | 136 | 60 | 61 |
| Binary | 1110110 | 10111010 | 1000001 | 100101 | 0 | 1000001 | 11011 | 1011110 | 110000 | 110001 |
Color Harmonies of #76BA41
Complementary color
Monochromatic Colors of #76BA41
Black with #76BA41
Text Example
Text Example
White with #76BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA41; }
p { color: rgb(118,186,65); }
H1.HeaderClassName
{
color: #76BA41;
}
.AnyTagClassName
{
color: #76BA41;
}
</style>
background-color css
<style>
a { background-color: #76BA41; }
a { background-color: rgb(118,186,65); }
div.DivClassName
{
background-color: #76BA41;
}
.BgClassName
{
background-color: #76BA41;
}
</style>
border-color css
<style>
span { border-color: #76BA41; }
span { border-color: rgb(118,186,65); }
td.TdClassName
{
border-color: #76BA41;
}
.TagClassName
{
border-color: #76BA41;
}
</style>