Shades of Apple #76AF4D
Tints of Apple #76AF4D
RGB
CMYK
RGB Variations
Color information
#76AF4D (or 0x76AF4D) is known color: Apple. HEX triplet: 76, AF and 4D. RGB value is (118,175,77). Sum of RGB (Red+Green+Blue) = 118+175+77=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF4D is #8950B2. Grayscale: #939393. Windows color (decimal): -8999091 or 5091190. OLE color: 5091190.
HSL color Cylindrical-coordinate representation of color #76AF4D: hue angle of 94.9º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76AF4D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 77 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.31 |
| HSL | 94.9º | 0.39% | 0.49% | - |
| HSV(B) | 94.9º | 0.56% | 0.69% | - |
| XYZ | 24.14 | 35.05 | 12.51 | - |
| YUV | 146.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 77 | 0.33 | 0 | 0.56 | 0.31 | 94.9 | 0.39 | 0.49 |
| Hex | 76 | AF | 4D | 21 | 0 | 38 | 1F | 5F | 27 | 31 |
| Octal | 166 | 257 | 115 | 41 | 0 | 70 | 37 | 137 | 47 | 61 |
| Binary | 1110110 | 10101111 | 1001101 | 100001 | 0 | 111000 | 11111 | 1011111 | 100111 | 110001 |
Color Harmonies of #76AF4D
Complementary color
Monochromatic Colors of #76AF4D
Black with #76AF4D
Text Example
Text Example
White with #76AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF4D; }
p { color: rgb(118,175,77); }
H1.HeaderClassName
{
color: #76AF4D;
}
.AnyTagClassName
{
color: #76AF4D;
}
</style>
background-color css
<style>
a { background-color: #76AF4D; }
a { background-color: rgb(118,175,77); }
div.DivClassName
{
background-color: #76AF4D;
}
.BgClassName
{
background-color: #76AF4D;
}
</style>
border-color css
<style>
span { border-color: #76AF4D; }
span { border-color: rgb(118,175,77); }
td.TdClassName
{
border-color: #76AF4D;
}
.TagClassName
{
border-color: #76AF4D;
}
</style>