Shades of Apple #76B350
Tints of Apple #76B350
RGB
CMYK
RGB Variations
Color information
#76B350 (or 0x76B350) is known color: Apple. HEX triplet: 76, B3 and 50. RGB value is (118,179,80). Sum of RGB (Red+Green+Blue) = 118+179+80=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #76B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B350 is #894CAF. Grayscale: #959595. Windows color (decimal): -8998064 or 5288822. OLE color: 5288822.
HSL color Cylindrical-coordinate representation of color #76B350: hue angle of 96.97º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76B350 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 80 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.30 |
| HSL | 96.97º | 0.39% | 0.51% | - |
| HSV(B) | 96.97º | 0.55% | 0.7% | - |
| XYZ | 25.04 | 36.67 | 13.35 | - |
| YUV | 149.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 80 | 0.34 | 0 | 0.55 | 0.30 | 96.97 | 0.39 | 0.51 |
| Hex | 76 | B3 | 50 | 22 | 0 | 37 | 1E | 61 | 27 | 33 |
| Octal | 166 | 263 | 120 | 42 | 0 | 67 | 36 | 141 | 47 | 63 |
| Binary | 1110110 | 10110011 | 1010000 | 100010 | 0 | 110111 | 11110 | 1100001 | 100111 | 110011 |
Color Harmonies of #76B350
Complementary color
Monochromatic Colors of #76B350
Black with #76B350
Text Example
Text Example
White with #76B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B350; }
p { color: rgb(118,179,80); }
H1.HeaderClassName
{
color: #76B350;
}
.AnyTagClassName
{
color: #76B350;
}
</style>
background-color css
<style>
a { background-color: #76B350; }
a { background-color: rgb(118,179,80); }
div.DivClassName
{
background-color: #76B350;
}
.BgClassName
{
background-color: #76B350;
}
</style>
border-color css
<style>
span { border-color: #76B350; }
span { border-color: rgb(118,179,80); }
td.TdClassName
{
border-color: #76B350;
}
.TagClassName
{
border-color: #76B350;
}
</style>