Shades of Apple #70AA46
Tints of Apple #70AA46
RGB
CMYK
RGB Variations
Color information
#70AA46 (or 0x70AA46) is known color: Apple. HEX triplet: 70, AA and 46. RGB value is (112,170,70). Sum of RGB (Red+Green+Blue) = 112+170+70=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA46 is #8F55B9. Grayscale: #8D8D8D. Windows color (decimal): -9393594 or 4631152. OLE color: 4631152.
HSL color Cylindrical-coordinate representation of color #70AA46: hue angle of 94.8º 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 #70AA46 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 70 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.33 |
| HSL | 94.8º | 0.42% | 0.47% | - |
| HSV(B) | 94.8º | 0.59% | 0.67% | - |
| XYZ | 22.16 | 32.64 | 10.93 | - |
| YUV | 141.26 | 87.78 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 70 | 0.34 | 0 | 0.59 | 0.33 | 94.8 | 0.42 | 0.47 |
| Hex | 70 | AA | 46 | 22 | 0 | 3B | 21 | 5F | 2A | 2F |
| Octal | 160 | 252 | 106 | 42 | 0 | 73 | 41 | 137 | 52 | 57 |
| Binary | 1110000 | 10101010 | 1000110 | 100010 | 0 | 111011 | 100001 | 1011111 | 101010 | 101111 |
Color Harmonies of #70AA46
Complementary color
Monochromatic Colors of #70AA46
Black with #70AA46
Text Example
Text Example
White with #70AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AA46; }
p { color: rgb(112,170,70); }
H1.HeaderClassName
{
color: #70AA46;
}
.AnyTagClassName
{
color: #70AA46;
}
</style>
background-color css
<style>
a { background-color: #70AA46; }
a { background-color: rgb(112,170,70); }
div.DivClassName
{
background-color: #70AA46;
}
.BgClassName
{
background-color: #70AA46;
}
</style>
border-color css
<style>
span { border-color: #70AA46; }
span { border-color: rgb(112,170,70); }
td.TdClassName
{
border-color: #70AA46;
}
.TagClassName
{
border-color: #70AA46;
}
</style>