Shades of Apple #70AB49
Tints of Apple #70AB49
RGB
CMYK
RGB Variations
Color information
#70AB49 (or 0x70AB49) is known color: Apple. HEX triplet: 70, AB and 49. RGB value is (112,171,73). Sum of RGB (Red+Green+Blue) = 112+171+73=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB49 is #8F54B6. Grayscale: #8E8E8E. Windows color (decimal): -9393335 or 4828016. OLE color: 4828016.
HSL color Cylindrical-coordinate representation of color #70AB49: hue angle of 96.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70AB49 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 73 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.33 |
| HSL | 96.12º | 0.4% | 0.48% | - |
| HSV(B) | 96.12º | 0.57% | 0.67% | - |
| XYZ | 22.45 | 33.05 | 11.5 | - |
| YUV | 142.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 73 | 0.35 | 0 | 0.57 | 0.33 | 96.12 | 0.4 | 0.48 |
| Hex | 70 | AB | 49 | 23 | 0 | 39 | 21 | 60 | 28 | 30 |
| Octal | 160 | 253 | 111 | 43 | 0 | 71 | 41 | 140 | 50 | 60 |
| Binary | 1110000 | 10101011 | 1001001 | 100011 | 0 | 111001 | 100001 | 1100000 | 101000 | 110000 |
Color Harmonies of #70AB49
Complementary color
Monochromatic Colors of #70AB49
Black with #70AB49
Text Example
Text Example
White with #70AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB49; }
p { color: rgb(112,171,73); }
H1.HeaderClassName
{
color: #70AB49;
}
.AnyTagClassName
{
color: #70AB49;
}
</style>
background-color css
<style>
a { background-color: #70AB49; }
a { background-color: rgb(112,171,73); }
div.DivClassName
{
background-color: #70AB49;
}
.BgClassName
{
background-color: #70AB49;
}
</style>
border-color css
<style>
span { border-color: #70AB49; }
span { border-color: rgb(112,171,73); }
td.TdClassName
{
border-color: #70AB49;
}
.TagClassName
{
border-color: #70AB49;
}
</style>