#70AB41

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

Shades of Apple #70AB41

Tints of Apple #70AB41

Color information

#70AB41 (or 0x70AB41) is unknown color: approx Apple. HEX triplet: 70, AB and 41. RGB value is (112,171,65). Sum of RGB (Red+Green+Blue) = 112+171+65=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB41 is #8F54BE. Grayscale: #8D8D8D. Windows color (decimal): -9393343 or 4303728. OLE color: 4303728.

HSL color Cylindrical-coordinate representation of color #70AB41: hue angle of 93.4º 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 #70AB41 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB11217165-
CMYK0.3500.620.33
HSL93.4º44.92%46.27%-
HSV(B)93.4º61.99%67.06%-
XYZ22.232.9510.19-
YUV141.2884.95107.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=32.18%
G=49.14%
B=18.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171650.3500.620.3393.444.9246.27
Hex70AB412303E215d2d2e
Octal16025310143076411355556
Binary111000010101011100000110001101111101000011011101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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