#70A73F

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

Shades of Apple #70A73F

Tints of Apple #70A73F

Color information

#70A73F (or 0x70A73F) is unknown color: approx Apple. HEX triplet: 70, A7 and 3F. RGB value is (112,167,63). Sum of RGB (Red+Green+Blue) = 112+167+63=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #70A73F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A73F is #8F58C0. Grayscale: #8B8B8B. Windows color (decimal): -9394369 or 4171632. OLE color: 4171632.

HSL color Cylindrical-coordinate representation of color #70A73F: hue angle of 91.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70A73F is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB11216763-
CMYK0.3300.620.35
HSL91.73º45.22%45.1%-
HSV(B)91.73º62.28%65.49%-
XYZ21.431.449.64-
YUV138.785.28108.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 167 (65.62% from 255) = 48.83%
BLUE value IS 63 (25% from 255) = 18.42%
R=32.75%
G=48.83%
B=18.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167630.3300.620.3591.7345.2245.1
Hex70A73F2103E235c2d2d
Octal1602477741076431345555
Binary11100001010011111111110000101111101000111011100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,63); }

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

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

 a { background-color: rgb(112,167,63); }

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

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

 span { border-color: rgb(112,167,63); }

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