Shades of Apple #70A850
Tints of Apple #70A850
RGB
CMYK
RGB Variations
Color information
#70A850 (or 0x70A850) is known color: Apple. HEX triplet: 70, A8 and 50. RGB value is (112,168,80). Sum of RGB (Red+Green+Blue) = 112+168+80=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #70A850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A850 is #8F57AF. Grayscale: #8D8D8D. Windows color (decimal): -9394096 or 5286000. OLE color: 5286000.
HSL color Cylindrical-coordinate representation of color #70A850: hue angle of 98.18º 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 #70A850 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 80 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.34 |
| HSL | 98.18º | 0.35% | 0.49% | - |
| HSV(B) | 98.18º | 0.52% | 0.66% | - |
| XYZ | 22.13 | 32.03 | 12.61 | - |
| YUV | 141.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 80 | 0.33 | 0 | 0.52 | 0.34 | 98.18 | 0.35 | 0.49 |
| Hex | 70 | A8 | 50 | 21 | 0 | 34 | 22 | 62 | 23 | 31 |
| Octal | 160 | 250 | 120 | 41 | 0 | 64 | 42 | 142 | 43 | 61 |
| Binary | 1110000 | 10101000 | 1010000 | 100001 | 0 | 110100 | 100010 | 1100010 | 100011 | 110001 |
Color Harmonies of #70A850
Complementary color
Monochromatic Colors of #70A850
Black with #70A850
Text Example
Text Example
White with #70A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A850; }
p { color: rgb(112,168,80); }
H1.HeaderClassName
{
color: #70A850;
}
.AnyTagClassName
{
color: #70A850;
}
</style>
background-color css
<style>
a { background-color: #70A850; }
a { background-color: rgb(112,168,80); }
div.DivClassName
{
background-color: #70A850;
}
.BgClassName
{
background-color: #70A850;
}
</style>
border-color css
<style>
span { border-color: #70A850; }
span { border-color: rgb(112,168,80); }
td.TdClassName
{
border-color: #70A850;
}
.TagClassName
{
border-color: #70A850;
}
</style>