Shades of Apple #76AF42
Tints of Apple #76AF42
RGB
CMYK
RGB Variations
Color information
#76AF42 (or 0x76AF42) is known color: Apple. HEX triplet: 76, AF and 42. RGB value is (118,175,66). Sum of RGB (Red+Green+Blue) = 118+175+66=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF42 is #8950BD. Grayscale: #919191. Windows color (decimal): -8999102 or 4370294. OLE color: 4370294.
HSL color Cylindrical-coordinate representation of color #76AF42: hue angle of 91.38º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76AF42 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 66 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.31 |
| HSL | 91.38º | 0.45% | 0.47% | - |
| HSV(B) | 91.38º | 0.62% | 0.69% | - |
| XYZ | 23.78 | 34.9 | 10.64 | - |
| YUV | 145.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 66 | 0.33 | 0 | 0.62 | 0.31 | 91.38 | 0.45 | 0.47 |
| Hex | 76 | AF | 42 | 21 | 0 | 3E | 1F | 5B | 2D | 2F |
| Octal | 166 | 257 | 102 | 41 | 0 | 76 | 37 | 133 | 55 | 57 |
| Binary | 1110110 | 10101111 | 1000010 | 100001 | 0 | 111110 | 11111 | 1011011 | 101101 | 101111 |
Color Harmonies of #76AF42
Complementary color
Monochromatic Colors of #76AF42
Black with #76AF42
Text Example
Text Example
White with #76AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF42; }
p { color: rgb(118,175,66); }
H1.HeaderClassName
{
color: #76AF42;
}
.AnyTagClassName
{
color: #76AF42;
}
</style>
background-color css
<style>
a { background-color: #76AF42; }
a { background-color: rgb(118,175,66); }
div.DivClassName
{
background-color: #76AF42;
}
.BgClassName
{
background-color: #76AF42;
}
</style>
border-color css
<style>
span { border-color: #76AF42; }
span { border-color: rgb(118,175,66); }
td.TdClassName
{
border-color: #76AF42;
}
.TagClassName
{
border-color: #76AF42;
}
</style>