Shades of Apple #70A851
Tints of Apple #70A851
RGB
CMYK
RGB Variations
Color information
#70A851 (or 0x70A851) is known color: Apple. HEX triplet: 70, A8 and 51. RGB value is (112,168,81). Sum of RGB (Red+Green+Blue) = 112+168+81=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 168 (66.02% from 255 or 46.54% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 168 - color contains mainly: green. Hex color #70A851 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A851 is #8F57AE. Grayscale: #8D8D8D. Windows color (decimal): -9394095 or 5351536. OLE color: 5351536.
HSL color Cylindrical-coordinate representation of color #70A851: hue angle of 98.62º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A851 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 81 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.34 |
| HSL | 98.62º | 0.35% | 0.49% | - |
| HSV(B) | 98.62º | 0.52% | 0.66% | - |
| XYZ | 22.17 | 32.04 | 12.8 | - |
| YUV | 141.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 81 | 0.33 | 0 | 0.52 | 0.34 | 98.62 | 0.35 | 0.49 |
| Hex | 70 | A8 | 51 | 21 | 0 | 34 | 22 | 63 | 23 | 31 |
| Octal | 160 | 250 | 121 | 41 | 0 | 64 | 42 | 143 | 43 | 61 |
| Binary | 1110000 | 10101000 | 1010001 | 100001 | 0 | 110100 | 100010 | 1100011 | 100011 | 110001 |
Color Harmonies of #70A851
Complementary color
Monochromatic Colors of #70A851
Black with #70A851
Text Example
Text Example
White with #70A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A851; }
p { color: rgb(112,168,81); }
H1.HeaderClassName
{
color: #70A851;
}
.AnyTagClassName
{
color: #70A851;
}
</style>
background-color css
<style>
a { background-color: #70A851; }
a { background-color: rgb(112,168,81); }
div.DivClassName
{
background-color: #70A851;
}
.BgClassName
{
background-color: #70A851;
}
</style>
border-color css
<style>
span { border-color: #70A851; }
span { border-color: rgb(112,168,81); }
td.TdClassName
{
border-color: #70A851;
}
.TagClassName
{
border-color: #70A851;
}
</style>