Shades of Apple #76C13C
Tints of Apple #76C13C
RGB
CMYK
RGB Variations
Color information
#76C13C (or 0x76C13C) is known color: Apple. HEX triplet: 76, C1 and 3C. RGB value is (118,193,60). Sum of RGB (Red+Green+Blue) = 118+193+60=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #76C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C13C is #893EC3. Grayscale: #9B9B9B. Windows color (decimal): -8994500 or 3981686. OLE color: 3981686.
HSL color Cylindrical-coordinate representation of color #76C13C: hue angle of 93.83º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76C13C is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 193 | 60 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.24 |
| HSL | 93.83º | 0.53% | 0.5% | - |
| HSV(B) | 93.83º | 0.69% | 0.76% | - |
| XYZ | 27.36 | 42.32 | 11 | - |
| YUV | 155.41 | 74.15 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 193 | 60 | 0.39 | 0 | 0.69 | 0.24 | 93.83 | 0.53 | 0.5 |
| Hex | 76 | C1 | 3C | 27 | 0 | 45 | 18 | 5E | 35 | 32 |
| Octal | 166 | 301 | 74 | 47 | 0 | 105 | 30 | 136 | 65 | 62 |
| Binary | 1110110 | 11000001 | 111100 | 100111 | 0 | 1000101 | 11000 | 1011110 | 110101 | 110010 |
Color Harmonies of #76C13C
Complementary color
Monochromatic Colors of #76C13C
Black with #76C13C
Text Example
Text Example
White with #76C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C13C; }
p { color: rgb(118,193,60); }
H1.HeaderClassName
{
color: #76C13C;
}
.AnyTagClassName
{
color: #76C13C;
}
</style>
background-color css
<style>
a { background-color: #76C13C; }
a { background-color: rgb(118,193,60); }
div.DivClassName
{
background-color: #76C13C;
}
.BgClassName
{
background-color: #76C13C;
}
</style>
border-color css
<style>
span { border-color: #76C13C; }
span { border-color: rgb(118,193,60); }
td.TdClassName
{
border-color: #76C13C;
}
.TagClassName
{
border-color: #76C13C;
}
</style>