Shades of Apple #76B150
Tints of Apple #76B150
RGB
CMYK
RGB Variations
Color information
#76B150 (or 0x76B150) is known color: Apple. HEX triplet: 76, B1 and 50. RGB value is (118,177,80). Sum of RGB (Red+Green+Blue) = 118+177+80=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #76B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B150 is #894EAF. Grayscale: #949494. Windows color (decimal): -8998576 or 5288310. OLE color: 5288310.
HSL color Cylindrical-coordinate representation of color #76B150: hue angle of 96.49º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76B150 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 177 | 80 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.31 |
| HSL | 96.49º | 0.38% | 0.5% | - |
| HSV(B) | 96.49º | 0.55% | 0.69% | - |
| XYZ | 24.64 | 35.88 | 13.22 | - |
| YUV | 148.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 80 | 0.33 | 0 | 0.55 | 0.31 | 96.49 | 0.38 | 0.5 |
| Hex | 76 | B1 | 50 | 21 | 0 | 37 | 1F | 60 | 26 | 32 |
| Octal | 166 | 261 | 120 | 41 | 0 | 67 | 37 | 140 | 46 | 62 |
| Binary | 1110110 | 10110001 | 1010000 | 100001 | 0 | 110111 | 11111 | 1100000 | 100110 | 110010 |
Color Harmonies of #76B150
Complementary color
Monochromatic Colors of #76B150
Black with #76B150
Text Example
Text Example
White with #76B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B150; }
p { color: rgb(118,177,80); }
H1.HeaderClassName
{
color: #76B150;
}
.AnyTagClassName
{
color: #76B150;
}
</style>
background-color css
<style>
a { background-color: #76B150; }
a { background-color: rgb(118,177,80); }
div.DivClassName
{
background-color: #76B150;
}
.BgClassName
{
background-color: #76B150;
}
</style>
border-color css
<style>
span { border-color: #76B150; }
span { border-color: rgb(118,177,80); }
td.TdClassName
{
border-color: #76B150;
}
.TagClassName
{
border-color: #76B150;
}
</style>