Shades of Apple #76B241
Tints of Apple #76B241
RGB
CMYK
RGB Variations
Color information
#76B241 (or 0x76B241) is known color: Apple. HEX triplet: 76, B2 and 41. RGB value is (118,178,65). Sum of RGB (Red+Green+Blue) = 118+178+65=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #76B241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B241 is #894DBE. Grayscale: #939393. Windows color (decimal): -8998335 or 4305526. OLE color: 4305526.
HSL color Cylindrical-coordinate representation of color #76B241: hue angle of 91.86º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76B241 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 178 | 65 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.30 |
| HSL | 91.86º | 0.47% | 0.48% | - |
| HSV(B) | 91.86º | 0.63% | 0.7% | - |
| XYZ | 24.35 | 36.07 | 10.68 | - |
| YUV | 147.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 178 | 65 | 0.34 | 0 | 0.63 | 0.30 | 91.86 | 0.47 | 0.48 |
| Hex | 76 | B2 | 41 | 22 | 0 | 3F | 1E | 5C | 2F | 30 |
| Octal | 166 | 262 | 101 | 42 | 0 | 77 | 36 | 134 | 57 | 60 |
| Binary | 1110110 | 10110010 | 1000001 | 100010 | 0 | 111111 | 11110 | 1011100 | 101111 | 110000 |
Color Harmonies of #76B241
Complementary color
Monochromatic Colors of #76B241
Black with #76B241
Text Example
Text Example
White with #76B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B241; }
p { color: rgb(118,178,65); }
H1.HeaderClassName
{
color: #76B241;
}
.AnyTagClassName
{
color: #76B241;
}
</style>
background-color css
<style>
a { background-color: #76B241; }
a { background-color: rgb(118,178,65); }
div.DivClassName
{
background-color: #76B241;
}
.BgClassName
{
background-color: #76B241;
}
</style>
border-color css
<style>
span { border-color: #76B241; }
span { border-color: rgb(118,178,65); }
td.TdClassName
{
border-color: #76B241;
}
.TagClassName
{
border-color: #76B241;
}
</style>