Shades of Apple #76C83B
Tints of Apple #76C83B
RGB
CMYK
RGB Variations
Color information
#76C83B (or 0x76C83B) is known color: Apple. HEX triplet: 76, C8 and 3B. RGB value is (118,200,59). Sum of RGB (Red+Green+Blue) = 118+200+59=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83B is #8937C4. Grayscale: #9F9F9F. Windows color (decimal): -8992709 or 3917942. OLE color: 3917942.
HSL color Cylindrical-coordinate representation of color #76C83B: hue angle of 94.89º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76C83B is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 59 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.22 |
| HSL | 94.89º | 0.56% | 0.51% | - |
| HSV(B) | 94.89º | 0.71% | 0.78% | - |
| XYZ | 28.91 | 45.48 | 11.39 | - |
| YUV | 159.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 59 | 0.41 | 0 | 0.70 | 0.22 | 94.89 | 0.56 | 0.51 |
| Hex | 76 | C8 | 3B | 29 | 0 | 46 | 16 | 5F | 38 | 33 |
| Octal | 166 | 310 | 73 | 51 | 0 | 106 | 26 | 137 | 70 | 63 |
| Binary | 1110110 | 11001000 | 111011 | 101001 | 0 | 1000110 | 10110 | 1011111 | 111000 | 110011 |
Color Harmonies of #76C83B
Complementary color
Monochromatic Colors of #76C83B
Black with #76C83B
Text Example
Text Example
White with #76C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C83B; }
p { color: rgb(118,200,59); }
H1.HeaderClassName
{
color: #76C83B;
}
.AnyTagClassName
{
color: #76C83B;
}
</style>
background-color css
<style>
a { background-color: #76C83B; }
a { background-color: rgb(118,200,59); }
div.DivClassName
{
background-color: #76C83B;
}
.BgClassName
{
background-color: #76C83B;
}
</style>
border-color css
<style>
span { border-color: #76C83B; }
span { border-color: rgb(118,200,59); }
td.TdClassName
{
border-color: #76C83B;
}
.TagClassName
{
border-color: #76C83B;
}
</style>