Shades of Apple #76AF4E
Tints of Apple #76AF4E
RGB
CMYK
RGB Variations
Color information
#76AF4E (or 0x76AF4E) is known color: Apple. HEX triplet: 76, AF and 4E. RGB value is (118,175,78). Sum of RGB (Red+Green+Blue) = 118+175+78=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF4E is #8950B1. Grayscale: #939393. Windows color (decimal): -8999090 or 5156726. OLE color: 5156726.
HSL color Cylindrical-coordinate representation of color #76AF4E: hue angle of 95.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76AF4E is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 78 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.31 |
| HSL | 95.26º | 0.38% | 0.5% | - |
| HSV(B) | 95.26º | 0.55% | 0.69% | - |
| XYZ | 24.18 | 35.06 | 12.7 | - |
| YUV | 146.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 78 | 0.33 | 0 | 0.55 | 0.31 | 95.26 | 0.38 | 0.5 |
| Hex | 76 | AF | 4E | 21 | 0 | 37 | 1F | 5F | 26 | 32 |
| Octal | 166 | 257 | 116 | 41 | 0 | 67 | 37 | 137 | 46 | 62 |
| Binary | 1110110 | 10101111 | 1001110 | 100001 | 0 | 110111 | 11111 | 1011111 | 100110 | 110010 |
Color Harmonies of #76AF4E
Complementary color
Monochromatic Colors of #76AF4E
Black with #76AF4E
Text Example
Text Example
White with #76AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF4E; }
p { color: rgb(118,175,78); }
H1.HeaderClassName
{
color: #76AF4E;
}
.AnyTagClassName
{
color: #76AF4E;
}
</style>
background-color css
<style>
a { background-color: #76AF4E; }
a { background-color: rgb(118,175,78); }
div.DivClassName
{
background-color: #76AF4E;
}
.BgClassName
{
background-color: #76AF4E;
}
</style>
border-color css
<style>
span { border-color: #76AF4E; }
span { border-color: rgb(118,175,78); }
td.TdClassName
{
border-color: #76AF4E;
}
.TagClassName
{
border-color: #76AF4E;
}
</style>