Shades of Apple #76BB3F
Tints of Apple #76BB3F
RGB
CMYK
RGB Variations
Color information
#76BB3F (or 0x76BB3F) is known color: Apple. HEX triplet: 76, BB and 3F. RGB value is (118,187,63). Sum of RGB (Red+Green+Blue) = 118+187+63=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB3F is #8944C0. Grayscale: #989898. Windows color (decimal): -8996033 or 4176758. OLE color: 4176758.
HSL color Cylindrical-coordinate representation of color #76BB3F: hue angle of 93.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76BB3F is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 63 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.27 |
| HSL | 93.39º | 0.5% | 0.49% | - |
| HSV(B) | 93.39º | 0.66% | 0.73% | - |
| XYZ | 26.14 | 39.75 | 11 | - |
| YUV | 152.23 | 77.64 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 63 | 0.37 | 0 | 0.66 | 0.27 | 93.39 | 0.5 | 0.49 |
| Hex | 76 | BB | 3F | 25 | 0 | 42 | 1B | 5D | 32 | 31 |
| Octal | 166 | 273 | 77 | 45 | 0 | 102 | 33 | 135 | 62 | 61 |
| Binary | 1110110 | 10111011 | 111111 | 100101 | 0 | 1000010 | 11011 | 1011101 | 110010 | 110001 |
Color Harmonies of #76BB3F
Complementary color
Monochromatic Colors of #76BB3F
Black with #76BB3F
Text Example
Text Example
White with #76BB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB3F; }
p { color: rgb(118,187,63); }
H1.HeaderClassName
{
color: #76BB3F;
}
.AnyTagClassName
{
color: #76BB3F;
}
</style>
background-color css
<style>
a { background-color: #76BB3F; }
a { background-color: rgb(118,187,63); }
div.DivClassName
{
background-color: #76BB3F;
}
.BgClassName
{
background-color: #76BB3F;
}
</style>
border-color css
<style>
span { border-color: #76BB3F; }
span { border-color: rgb(118,187,63); }
td.TdClassName
{
border-color: #76BB3F;
}
.TagClassName
{
border-color: #76BB3F;
}
</style>