#70A63E

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

Shades of Apple #70A63E

Tints of Apple #70A63E

Color information

#70A63E (or 0x70A63E) is unknown color: approx Apple. HEX triplet: 70, A6 and 3E. RGB value is (112,166,62). Sum of RGB (Red+Green+Blue) = 112+166+62=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #70A63E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A63E is #8F59C1. Grayscale: #8A8A8A. Windows color (decimal): -9394626 or 4105840. OLE color: 4105840.

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

Color convert

RGB11216662-
CMYK0.3300.630.35
HSL91.15º45.61%44.71%-
HSV(B)91.15º62.65%65.1%-
XYZ21.1931.069.44-
YUV13885.11109.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=32.94%
G=48.82%
B=18.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166620.3300.630.3591.1545.6144.71
Hex70A63E2103F235b2e2d
Octal1602467641077431335655
Binary11100001010011011111010000101111111000111011011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,62); }

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

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

 a { background-color: rgb(112,166,62); }

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

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

 span { border-color: rgb(112,166,62); }

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