#70A53E

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

Shades of Apple #70A53E

Tints of Apple #70A53E

Color information

#70A53E (or 0x70A53E) is unknown color: approx Apple. HEX triplet: 70, A5 and 3E. RGB value is (112,165,62). Sum of RGB (Red+Green+Blue) = 112+165+62=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #70A53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A53E is #8F5AC1. Grayscale: #898989. Windows color (decimal): -9394882 or 4105584. OLE color: 4105584.

HSL color Cylindrical-coordinate representation of color #70A53E: hue angle of 90.87º 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 #70A53E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB11216562-
CMYK0.3200.620.35
HSL90.87º45.37%44.51%-
HSV(B)90.87º62.42%64.71%-
XYZ21.0130.79.38-
YUV137.4185.44109.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=33.04%
G=48.67%
B=18.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165620.3200.620.3590.8745.3744.51
Hex70A53E2003E235b2d2d
Octal1602457640076431335555
Binary11100001010010111111010000001111101000111011011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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