#70A343

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

Shades of Apple #70A343

Tints of Apple #70A343

Color information

#70A343 (or 0x70A343) is unknown color: approx Apple. HEX triplet: 70, A3 and 43. RGB value is (112,163,67). Sum of RGB (Red+Green+Blue) = 112+163+67=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #70A343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A343 is #8F5CBC. Grayscale: #898989. Windows color (decimal): -9395389 or 4432752. OLE color: 4432752.

HSL color Cylindrical-coordinate representation of color #70A343: hue angle of 91.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70A343 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB11216367-
CMYK0.3100.590.36
HSL91.88º41.74%45.1%-
HSV(B)91.88º58.9%63.92%-
XYZ20.7930.0410.01-
YUV136.8188.6110.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 67 (26.56% from 255) = 19.59%
R=32.75%
G=47.66%
B=19.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163670.3100.590.3691.8841.7445.1
Hex70A3431F03B245c2a2d
Octal16024310337073441345255
Binary11100001010001110000111111101110111001001011100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,67); }

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

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

 a { background-color: rgb(112,163,67); }

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

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

 span { border-color: rgb(112,163,67); }

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