Shades of Apple #76C83F
Tints of Apple #76C83F
RGB
CMYK
RGB Variations
Color information
#76C83F (or 0x76C83F) is known color: Apple. HEX triplet: 76, C8 and 3F. RGB value is (118,200,63). Sum of RGB (Red+Green+Blue) = 118+200+63=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83F is #8937C0. Grayscale: #A0A0A0. Windows color (decimal): -8992705 or 4180086. OLE color: 4180086.
HSL color Cylindrical-coordinate representation of color #76C83F: hue angle of 95.91º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C83F is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 63 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.22 |
| HSL | 95.91º | 0.55% | 0.52% | - |
| HSV(B) | 95.91º | 0.69% | 0.78% | - |
| XYZ | 29.02 | 45.52 | 11.96 | - |
| YUV | 159.86 | 73.33 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 63 | 0.41 | 0 | 0.68 | 0.22 | 95.91 | 0.55 | 0.52 |
| Hex | 76 | C8 | 3F | 29 | 0 | 44 | 16 | 60 | 37 | 34 |
| Octal | 166 | 310 | 77 | 51 | 0 | 104 | 26 | 140 | 67 | 64 |
| Binary | 1110110 | 11001000 | 111111 | 101001 | 0 | 1000100 | 10110 | 1100000 | 110111 | 110100 |
Color Harmonies of #76C83F
Complementary color
Monochromatic Colors of #76C83F
Black with #76C83F
Text Example
Text Example
White with #76C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C83F; }
p { color: rgb(118,200,63); }
H1.HeaderClassName
{
color: #76C83F;
}
.AnyTagClassName
{
color: #76C83F;
}
</style>
background-color css
<style>
a { background-color: #76C83F; }
a { background-color: rgb(118,200,63); }
div.DivClassName
{
background-color: #76C83F;
}
.BgClassName
{
background-color: #76C83F;
}
</style>
border-color css
<style>
span { border-color: #76C83F; }
span { border-color: rgb(118,200,63); }
td.TdClassName
{
border-color: #76C83F;
}
.TagClassName
{
border-color: #76C83F;
}
</style>