Shades of Apple #76B746
Tints of Apple #76B746
RGB
CMYK
RGB Variations
Color information
#76B746 (or 0x76B746) is known color: Apple. HEX triplet: 76, B7 and 46. RGB value is (118,183,70). Sum of RGB (Red+Green+Blue) = 118+183+70=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #76B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B746 is #8948B9. Grayscale: #979797. Windows color (decimal): -8997050 or 4634486. OLE color: 4634486.
HSL color Cylindrical-coordinate representation of color #76B746: hue angle of 94.51º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76B746 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 183 | 70 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.28 |
| HSL | 94.51º | 0.45% | 0.5% | - |
| HSV(B) | 94.51º | 0.62% | 0.72% | - |
| XYZ | 25.51 | 38.16 | 11.82 | - |
| YUV | 150.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 70 | 0.36 | 0 | 0.62 | 0.28 | 94.51 | 0.45 | 0.5 |
| Hex | 76 | B7 | 46 | 24 | 0 | 3E | 1C | 5F | 2D | 32 |
| Octal | 166 | 267 | 106 | 44 | 0 | 76 | 34 | 137 | 55 | 62 |
| Binary | 1110110 | 10110111 | 1000110 | 100100 | 0 | 111110 | 11100 | 1011111 | 101101 | 110010 |
Color Harmonies of #76B746
Complementary color
Monochromatic Colors of #76B746
Black with #76B746
Text Example
Text Example
White with #76B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B746; }
p { color: rgb(118,183,70); }
H1.HeaderClassName
{
color: #76B746;
}
.AnyTagClassName
{
color: #76B746;
}
</style>
background-color css
<style>
a { background-color: #76B746; }
a { background-color: rgb(118,183,70); }
div.DivClassName
{
background-color: #76B746;
}
.BgClassName
{
background-color: #76B746;
}
</style>
border-color css
<style>
span { border-color: #76B746; }
span { border-color: rgb(118,183,70); }
td.TdClassName
{
border-color: #76B746;
}
.TagClassName
{
border-color: #76B746;
}
</style>