Shades of Apple #76BE3F
Tints of Apple #76BE3F
RGB
CMYK
RGB Variations
Color information
#76BE3F (or 0x76BE3F) is known color: Apple. HEX triplet: 76, BE and 3F. RGB value is (118,190,63). Sum of RGB (Red+Green+Blue) = 118+190+63=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE3F is #8941C0. Grayscale: #9A9A9A. Windows color (decimal): -8995265 or 4177526. OLE color: 4177526.
HSL color Cylindrical-coordinate representation of color #76BE3F: hue angle of 94.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76BE3F is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 63 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.25 |
| HSL | 94.02º | 0.5% | 0.5% | - |
| HSV(B) | 94.02º | 0.67% | 0.75% | - |
| XYZ | 26.78 | 41.04 | 11.21 | - |
| YUV | 153.99 | 76.65 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 63 | 0.38 | 0 | 0.67 | 0.25 | 94.02 | 0.5 | 0.5 |
| Hex | 76 | BE | 3F | 26 | 0 | 43 | 19 | 5E | 32 | 32 |
| Octal | 166 | 276 | 77 | 46 | 0 | 103 | 31 | 136 | 62 | 62 |
| Binary | 1110110 | 10111110 | 111111 | 100110 | 0 | 1000011 | 11001 | 1011110 | 110010 | 110010 |
Color Harmonies of #76BE3F
Complementary color
Monochromatic Colors of #76BE3F
Black with #76BE3F
Text Example
Text Example
White with #76BE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE3F; }
p { color: rgb(118,190,63); }
H1.HeaderClassName
{
color: #76BE3F;
}
.AnyTagClassName
{
color: #76BE3F;
}
</style>
background-color css
<style>
a { background-color: #76BE3F; }
a { background-color: rgb(118,190,63); }
div.DivClassName
{
background-color: #76BE3F;
}
.BgClassName
{
background-color: #76BE3F;
}
</style>
border-color css
<style>
span { border-color: #76BE3F; }
span { border-color: rgb(118,190,63); }
td.TdClassName
{
border-color: #76BE3F;
}
.TagClassName
{
border-color: #76BE3F;
}
</style>