#70A648

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

Shades of Apple #70A648

Tints of Apple #70A648

Color information

#70A648 (or 0x70A648) is unknown color: approx Apple. HEX triplet: 70, A6 and 48. RGB value is (112,166,72). Sum of RGB (Red+Green+Blue) = 112+166+72=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #70A648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A648 is #8F59B7. Grayscale: #8B8B8B. Windows color (decimal): -9394616 or 4761200. OLE color: 4761200.

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

Color convert

RGB11216672-
CMYK0.3300.570.35
HSL94.47º39.5%46.67%-
HSV(B)94.47º56.63%65.1%-
XYZ21.4931.1911.02-
YUV139.1490.11108.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 166 (65.23% from 255) = 47.43%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=32%
G=47.43%
B=20.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166720.3300.570.3594.4739.546.67
Hex70A64821039235e272f
Octal16024611041071431364757
Binary111000010100110100100010000101110011000111011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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