Shades of Apple #76C63C
Tints of Apple #76C63C
RGB
CMYK
RGB Variations
Color information
#76C63C (or 0x76C63C) is known color: Apple. HEX triplet: 76, C6 and 3C. RGB value is (118,198,60). Sum of RGB (Red+Green+Blue) = 118+198+60=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 198 (77.73% from 255 or 52.66% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 198 - color contains mainly: green. Hex color #76C63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C63C is #8939C3. Grayscale: #9E9E9E. Windows color (decimal): -8993220 or 3982966. OLE color: 3982966.
HSL color Cylindrical-coordinate representation of color #76C63C: hue angle of 94.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76C63C is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 60 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.22 |
| HSL | 94.78º | 0.55% | 0.51% | - |
| HSV(B) | 94.78º | 0.7% | 0.78% | - |
| XYZ | 28.48 | 44.57 | 11.38 | - |
| YUV | 158.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 60 | 0.40 | 0 | 0.70 | 0.22 | 94.78 | 0.55 | 0.51 |
| Hex | 76 | C6 | 3C | 28 | 0 | 46 | 16 | 5F | 37 | 33 |
| Octal | 166 | 306 | 74 | 50 | 0 | 106 | 26 | 137 | 67 | 63 |
| Binary | 1110110 | 11000110 | 111100 | 101000 | 0 | 1000110 | 10110 | 1011111 | 110111 | 110011 |
Color Harmonies of #76C63C
Complementary color
Monochromatic Colors of #76C63C
Black with #76C63C
Text Example
Text Example
White with #76C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C63C; }
p { color: rgb(118,198,60); }
H1.HeaderClassName
{
color: #76C63C;
}
.AnyTagClassName
{
color: #76C63C;
}
</style>
background-color css
<style>
a { background-color: #76C63C; }
a { background-color: rgb(118,198,60); }
div.DivClassName
{
background-color: #76C63C;
}
.BgClassName
{
background-color: #76C63C;
}
</style>
border-color css
<style>
span { border-color: #76C63C; }
span { border-color: rgb(118,198,60); }
td.TdClassName
{
border-color: #76C63C;
}
.TagClassName
{
border-color: #76C63C;
}
</style>