Shades of Apple #70A94E
Tints of Apple #70A94E
RGB
CMYK
RGB Variations
Color information
#70A94E (or 0x70A94E) is known color: Apple. HEX triplet: 70, A9 and 4E. RGB value is (112,169,78). Sum of RGB (Red+Green+Blue) = 112+169+78=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #70A94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A94E is #8F56B1. Grayscale: #8D8D8D. Windows color (decimal): -9393842 or 5155184. OLE color: 5155184.
HSL color Cylindrical-coordinate representation of color #70A94E: hue angle of 97.58º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70A94E is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 78 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.34 |
| HSL | 97.58º | 0.37% | 0.48% | - |
| HSV(B) | 97.58º | 0.54% | 0.66% | - |
| XYZ | 22.25 | 32.37 | 12.28 | - |
| YUV | 141.58 | 92.12 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 78 | 0.34 | 0 | 0.54 | 0.34 | 97.58 | 0.37 | 0.48 |
| Hex | 70 | A9 | 4E | 22 | 0 | 36 | 22 | 62 | 25 | 30 |
| Octal | 160 | 251 | 116 | 42 | 0 | 66 | 42 | 142 | 45 | 60 |
| Binary | 1110000 | 10101001 | 1001110 | 100010 | 0 | 110110 | 100010 | 1100010 | 100101 | 110000 |
Color Harmonies of #70A94E
Complementary color
Monochromatic Colors of #70A94E
Black with #70A94E
Text Example
Text Example
White with #70A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A94E; }
p { color: rgb(112,169,78); }
H1.HeaderClassName
{
color: #70A94E;
}
.AnyTagClassName
{
color: #70A94E;
}
</style>
background-color css
<style>
a { background-color: #70A94E; }
a { background-color: rgb(112,169,78); }
div.DivClassName
{
background-color: #70A94E;
}
.BgClassName
{
background-color: #70A94E;
}
</style>
border-color css
<style>
span { border-color: #70A94E; }
span { border-color: rgb(112,169,78); }
td.TdClassName
{
border-color: #70A94E;
}
.TagClassName
{
border-color: #70A94E;
}
</style>