Shades of Apple #76AA42
Tints of Apple #76AA42
RGB
CMYK
RGB Variations
Color information
#76AA42 (or 0x76AA42) is known color: Apple. HEX triplet: 76, AA and 42. RGB value is (118,170,66). Sum of RGB (Red+Green+Blue) = 118+170+66=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA42 is #8955BD. Grayscale: #8E8E8E. Windows color (decimal): -9000382 or 4369014. OLE color: 4369014.
HSL color Cylindrical-coordinate representation of color #76AA42: hue angle of 90º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76AA42 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 66 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.33 |
| HSL | 90º | 0.44% | 0.46% | - |
| HSV(B) | 90º | 0.61% | 0.67% | - |
| XYZ | 22.83 | 32.99 | 10.32 | - |
| YUV | 142.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 66 | 0.31 | 0 | 0.61 | 0.33 | 90 | 0.44 | 0.46 |
| Hex | 76 | AA | 42 | 1F | 0 | 3D | 21 | 5A | 2C | 2E |
| Octal | 166 | 252 | 102 | 37 | 0 | 75 | 41 | 132 | 54 | 56 |
| Binary | 1110110 | 10101010 | 1000010 | 11111 | 0 | 111101 | 100001 | 1011010 | 101100 | 101110 |
Color Harmonies of #76AA42
Complementary color
Monochromatic Colors of #76AA42
Black with #76AA42
Text Example
Text Example
White with #76AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA42; }
p { color: rgb(118,170,66); }
H1.HeaderClassName
{
color: #76AA42;
}
.AnyTagClassName
{
color: #76AA42;
}
</style>
background-color css
<style>
a { background-color: #76AA42; }
a { background-color: rgb(118,170,66); }
div.DivClassName
{
background-color: #76AA42;
}
.BgClassName
{
background-color: #76AA42;
}
</style>
border-color css
<style>
span { border-color: #76AA42; }
span { border-color: rgb(118,170,66); }
td.TdClassName
{
border-color: #76AA42;
}
.TagClassName
{
border-color: #76AA42;
}
</style>