Shades of Apple #70AB47
Tints of Apple #70AB47
RGB
CMYK
RGB Variations
Color information
#70AB47 (or 0x70AB47) is known color: Apple. HEX triplet: 70, AB and 47. RGB value is (112,171,71). Sum of RGB (Red+Green+Blue) = 112+171+71=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB47 is #8F54B8. Grayscale: #8E8E8E. Windows color (decimal): -9393337 or 4696944. OLE color: 4696944.
HSL color Cylindrical-coordinate representation of color #70AB47: hue angle of 95.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70AB47 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 71 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.33 |
| HSL | 95.4º | 0.41% | 0.47% | - |
| HSV(B) | 95.4º | 0.58% | 0.67% | - |
| XYZ | 22.38 | 33.03 | 11.16 | - |
| YUV | 141.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 71 | 0.35 | 0 | 0.58 | 0.33 | 95.4 | 0.41 | 0.47 |
| Hex | 70 | AB | 47 | 23 | 0 | 3A | 21 | 5F | 29 | 2F |
| Octal | 160 | 253 | 107 | 43 | 0 | 72 | 41 | 137 | 51 | 57 |
| Binary | 1110000 | 10101011 | 1000111 | 100011 | 0 | 111010 | 100001 | 1011111 | 101001 | 101111 |
Color Harmonies of #70AB47
Complementary color
Monochromatic Colors of #70AB47
Black with #70AB47
Text Example
Text Example
White with #70AB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB47; }
p { color: rgb(112,171,71); }
H1.HeaderClassName
{
color: #70AB47;
}
.AnyTagClassName
{
color: #70AB47;
}
</style>
background-color css
<style>
a { background-color: #70AB47; }
a { background-color: rgb(112,171,71); }
div.DivClassName
{
background-color: #70AB47;
}
.BgClassName
{
background-color: #70AB47;
}
</style>
border-color css
<style>
span { border-color: #70AB47; }
span { border-color: rgb(112,171,71); }
td.TdClassName
{
border-color: #70AB47;
}
.TagClassName
{
border-color: #70AB47;
}
</style>