Shades of Apple #76AF4C
Tints of Apple #76AF4C
RGB
CMYK
RGB Variations
Color information
#76AF4C (or 0x76AF4C) is known color: Apple. HEX triplet: 76, AF and 4C. RGB value is (118,175,76). Sum of RGB (Red+Green+Blue) = 118+175+76=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF4C is #8950B3. Grayscale: #939393. Windows color (decimal): -8999092 or 5025654. OLE color: 5025654.
HSL color Cylindrical-coordinate representation of color #76AF4C: hue angle of 94.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76AF4C is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 76 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.31 |
| HSL | 94.55º | 0.39% | 0.49% | - |
| HSV(B) | 94.55º | 0.57% | 0.69% | - |
| XYZ | 24.11 | 35.03 | 12.33 | - |
| YUV | 146.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 76 | 0.33 | 0 | 0.57 | 0.31 | 94.55 | 0.39 | 0.49 |
| Hex | 76 | AF | 4C | 21 | 0 | 39 | 1F | 5F | 27 | 31 |
| Octal | 166 | 257 | 114 | 41 | 0 | 71 | 37 | 137 | 47 | 61 |
| Binary | 1110110 | 10101111 | 1001100 | 100001 | 0 | 111001 | 11111 | 1011111 | 100111 | 110001 |
Color Harmonies of #76AF4C
Complementary color
Monochromatic Colors of #76AF4C
Black with #76AF4C
Text Example
Text Example
White with #76AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF4C; }
p { color: rgb(118,175,76); }
H1.HeaderClassName
{
color: #76AF4C;
}
.AnyTagClassName
{
color: #76AF4C;
}
</style>
background-color css
<style>
a { background-color: #76AF4C; }
a { background-color: rgb(118,175,76); }
div.DivClassName
{
background-color: #76AF4C;
}
.BgClassName
{
background-color: #76AF4C;
}
</style>
border-color css
<style>
span { border-color: #76AF4C; }
span { border-color: rgb(118,175,76); }
td.TdClassName
{
border-color: #76AF4C;
}
.TagClassName
{
border-color: #76AF4C;
}
</style>