#70A84D

Color #70A84D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70A84D

Tints of Apple #70A84D

Color information

#70A84D (or 0x70A84D) is unknown color: approx Apple. HEX triplet: 70, A8 and 4D. RGB value is (112,168,77). Sum of RGB (Red+Green+Blue) = 112+168+77=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #70A84D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A84D is #8F57B2. Grayscale: #8D8D8D. Windows color (decimal): -9394099 or 5089392. OLE color: 5089392.

HSL color Cylindrical-coordinate representation of color #70A84D: hue angle of 96.92º 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 #70A84D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB11216877-
CMYK0.3300.540.34
HSL96.92º37.14%48.04%-
HSV(B)96.92º54.17%65.88%-
XYZ22.0231.9912.03-
YUV140.8891.95107.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 168 (66.02% from 255) = 47.06%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=31.37%
G=47.06%
B=21.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168770.3300.540.3496.9237.1448.04
Hex70A84D2103622612530
Octal16025011541066421414560
Binary111000010101000100110110000101101101000101100001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A84D; }

 p { color: rgb(112,168,77); }

 H1.HeaderClassName
 {
   color: #70A84D;
 }
 .AnyTagClassName
 {
   color: #70A84D;
 }
</style>
background-color css

<style>
 a { background-color: #70A84D; }

 a { background-color: rgb(112,168,77); }

 div.DivClassName
 {
   background-color: #70A84D;
 }
 .BgClassName
 {
   background-color: #70A84D;
 }
</style>
border-color css

<style>
 span { border-color: #70A84D; }

 span { border-color: rgb(112,168,77); }

 td.TdClassName
 {
   border-color: #70A84D;
 }
 .TagClassName
 {
   border-color: #70A84D;
 }
</style>