#70AA41

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

Shades of Apple #70AA41

Tints of Apple #70AA41

Color information

#70AA41 (or 0x70AA41) is unknown color: approx Apple. HEX triplet: 70, AA and 41. RGB value is (112,170,65). Sum of RGB (Red+Green+Blue) = 112+170+65=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA41 is #8F55BE. Grayscale: #8D8D8D. Windows color (decimal): -9393599 or 4303472. OLE color: 4303472.

HSL color Cylindrical-coordinate representation of color #70AA41: hue angle of 93.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70AA41 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB11217065-
CMYK0.3400.620.33
HSL93.14º44.68%46.08%-
HSV(B)93.14º61.76%66.67%-
XYZ22.0132.5810.13-
YUV140.6985.28107.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=32.28%
G=48.99%
B=18.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112170650.3400.620.3393.1444.6846.08
Hex70AA412203E215d2d2e
Octal16025210142076411355556
Binary111000010101010100000110001001111101000011011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,65); }

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

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

 a { background-color: rgb(112,170,65); }

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

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

 span { border-color: rgb(112,170,65); }

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