Shades of Apple #71AA46
Tints of Apple #71AA46
RGB
CMYK
RGB Variations
Color information
#71AA46 (or 0x71AA46) is known color: Apple. HEX triplet: 71, AA and 46. RGB value is (113,170,70). Sum of RGB (Red+Green+Blue) = 113+170+70=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA46 is #8E55B9. Grayscale: #8D8D8D. Windows color (decimal): -9328058 or 4631153. OLE color: 4631153.
HSL color Cylindrical-coordinate representation of color #71AA46: hue angle of 94.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71AA46 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 70 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.33 |
| HSL | 94.2º | 0.42% | 0.47% | - |
| HSV(B) | 94.2º | 0.59% | 0.67% | - |
| XYZ | 22.29 | 32.7 | 10.93 | - |
| YUV | 141.56 | 87.62 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 70 | 0.34 | 0 | 0.59 | 0.33 | 94.2 | 0.42 | 0.47 |
| Hex | 71 | AA | 46 | 22 | 0 | 3B | 21 | 5E | 2A | 2F |
| Octal | 161 | 252 | 106 | 42 | 0 | 73 | 41 | 136 | 52 | 57 |
| Binary | 1110001 | 10101010 | 1000110 | 100010 | 0 | 111011 | 100001 | 1011110 | 101010 | 101111 |
Color Harmonies of #71AA46
Complementary color
Monochromatic Colors of #71AA46
Black with #71AA46
Text Example
Text Example
White with #71AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA46; }
p { color: rgb(113,170,70); }
H1.HeaderClassName
{
color: #71AA46;
}
.AnyTagClassName
{
color: #71AA46;
}
</style>
background-color css
<style>
a { background-color: #71AA46; }
a { background-color: rgb(113,170,70); }
div.DivClassName
{
background-color: #71AA46;
}
.BgClassName
{
background-color: #71AA46;
}
</style>
border-color css
<style>
span { border-color: #71AA46; }
span { border-color: rgb(113,170,70); }
td.TdClassName
{
border-color: #71AA46;
}
.TagClassName
{
border-color: #71AA46;
}
</style>