#70A649

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

Shades of Apple #70A649

Tints of Apple #70A649

Color information

#70A649 (or 0x70A649) is unknown color: approx Apple. HEX triplet: 70, A6 and 49. RGB value is (112,166,73). Sum of RGB (Red+Green+Blue) = 112+166+73=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #70A649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A649 is #8F59B6. Grayscale: #8B8B8B. Windows color (decimal): -9394615 or 4826736. OLE color: 4826736.

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

Color convert

RGB11216673-
CMYK0.3300.560.35
HSL94.84º38.91%46.86%-
HSV(B)94.84º56.02%65.1%-
XYZ21.5231.211.19-
YUV139.2590.61108.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=31.91%
G=47.29%
B=20.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166730.3300.560.3594.8438.9146.86
Hex70A64921038235f272f
Octal16024611141070431374757
Binary111000010100110100100110000101110001000111011111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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