Shades of Apple #76C13F
Tints of Apple #76C13F
RGB
CMYK
RGB Variations
Color information
#76C13F (or 0x76C13F) is known color: Apple. HEX triplet: 76, C1 and 3F. RGB value is (118,193,63). Sum of RGB (Red+Green+Blue) = 118+193+63=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #76C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C13F is #893EC0. Grayscale: #9C9C9C. Windows color (decimal): -8994497 or 4178294. OLE color: 4178294.
HSL color Cylindrical-coordinate representation of color #76C13F: hue angle of 94.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C13F is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 63 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.24 |
| HSL | 94.62º | 0.51% | 0.5% | - |
| HSV(B) | 94.62º | 0.67% | 0.76% | - |
| XYZ | 27.44 | 42.35 | 11.43 | - |
| YUV | 155.76 | 75.65 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 63 | 0.39 | 0 | 0.67 | 0.24 | 94.62 | 0.51 | 0.5 |
| Hex | 76 | C1 | 3F | 27 | 0 | 43 | 18 | 5F | 33 | 32 |
| Octal | 166 | 301 | 77 | 47 | 0 | 103 | 30 | 137 | 63 | 62 |
| Binary | 1110110 | 11000001 | 111111 | 100111 | 0 | 1000011 | 11000 | 1011111 | 110011 | 110010 |
Color Harmonies of #76C13F
Complementary color
Monochromatic Colors of #76C13F
Black with #76C13F
Text Example
Text Example
White with #76C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C13F; }
p { color: rgb(118,193,63); }
H1.HeaderClassName
{
color: #76C13F;
}
.AnyTagClassName
{
color: #76C13F;
}
</style>
background-color css
<style>
a { background-color: #76C13F; }
a { background-color: rgb(118,193,63); }
div.DivClassName
{
background-color: #76C13F;
}
.BgClassName
{
background-color: #76C13F;
}
</style>
border-color css
<style>
span { border-color: #76C13F; }
span { border-color: rgb(118,193,63); }
td.TdClassName
{
border-color: #76C13F;
}
.TagClassName
{
border-color: #76C13F;
}
</style>