Shades of Apple #70A84C
Tints of Apple #70A84C
RGB
CMYK
RGB Variations
Color information
#70A84C (or 0x70A84C) is known color: Apple. HEX triplet: 70, A8 and 4C. RGB value is (112,168,76). Sum of RGB (Red+Green+Blue) = 112+168+76=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #70A84C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A84C is #8F57B3. Grayscale: #8D8D8D. Windows color (decimal): -9394100 or 5023856. OLE color: 5023856.
HSL color Cylindrical-coordinate representation of color #70A84C: hue angle of 96.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70A84C is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 168 | 76 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.34 |
| HSL | 96.52º | 0.38% | 0.48% | - |
| HSV(B) | 96.52º | 0.55% | 0.66% | - |
| XYZ | 21.99 | 31.97 | 11.85 | - |
| YUV | 140.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 168 | 76 | 0.33 | 0 | 0.55 | 0.34 | 96.52 | 0.38 | 0.48 |
| Hex | 70 | A8 | 4C | 21 | 0 | 37 | 22 | 61 | 26 | 30 |
| Octal | 160 | 250 | 114 | 41 | 0 | 67 | 42 | 141 | 46 | 60 |
| Binary | 1110000 | 10101000 | 1001100 | 100001 | 0 | 110111 | 100010 | 1100001 | 100110 | 110000 |
Color Harmonies of #70A84C
Complementary color
Monochromatic Colors of #70A84C
Black with #70A84C
Text Example
Text Example
White with #70A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A84C; }
p { color: rgb(112,168,76); }
H1.HeaderClassName
{
color: #70A84C;
}
.AnyTagClassName
{
color: #70A84C;
}
</style>
background-color css
<style>
a { background-color: #70A84C; }
a { background-color: rgb(112,168,76); }
div.DivClassName
{
background-color: #70A84C;
}
.BgClassName
{
background-color: #70A84C;
}
</style>
border-color css
<style>
span { border-color: #70A84C; }
span { border-color: rgb(112,168,76); }
td.TdClassName
{
border-color: #70A84C;
}
.TagClassName
{
border-color: #70A84C;
}
</style>