#70A540

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

Shades of Apple #70A540

Tints of Apple #70A540

Color information

#70A540 (or 0x70A540) is unknown color: approx Apple. HEX triplet: 70, A5 and 40. RGB value is (112,165,64). Sum of RGB (Red+Green+Blue) = 112+165+64=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #70A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A540 is #8F5ABF. Grayscale: #898989. Windows color (decimal): -9394880 or 4236656. OLE color: 4236656.

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

Color convert

RGB11216564-
CMYK0.3200.610.35
HSL91.49º44.1%44.9%-
HSV(B)91.49º61.21%64.71%-
XYZ21.0630.739.67-
YUV137.6486.44109.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 165 (64.84% from 255) = 48.39%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=32.84%
G=48.39%
B=18.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165640.3200.610.3591.4944.144.9
Hex70A5402003D235b2c2d
Octal16024510040075431335455
Binary111000010100101100000010000001111011000111011011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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