#70A548

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

Shades of Apple #70A548

Tints of Apple #70A548

Color information

#70A548 (or 0x70A548) is unknown color: approx Apple. HEX triplet: 70, A5 and 48. RGB value is (112,165,72). Sum of RGB (Red+Green+Blue) = 112+165+72=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #70A548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A548 is #8F5AB7. Grayscale: #8A8A8A. Windows color (decimal): -9394872 or 4760944. OLE color: 4760944.

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

Color convert

RGB11216572-
CMYK0.3200.560.35
HSL94.19º39.24%46.47%-
HSV(B)94.19º56.36%64.71%-
XYZ21.3130.8210.96-
YUV138.5590.44109.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 72 (28.52% from 255) = 20.63%
R=32.09%
G=47.28%
B=20.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165720.3200.560.3594.1939.2446.47
Hex70A54820038235e272e
Octal16024511040070431364756
Binary111000010100101100100010000001110001000111011110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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