#70AB40

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

Shades of Apple #70AB40

Tints of Apple #70AB40

Color information

#70AB40 (or 0x70AB40) is unknown color: approx Apple. HEX triplet: 70, AB and 40. RGB value is (112,171,64). Sum of RGB (Red+Green+Blue) = 112+171+64=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AB40 is #8F54BF. Grayscale: #8D8D8D. Windows color (decimal): -9393344 or 4238192. OLE color: 4238192.

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

Color convert

RGB11217164-
CMYK0.3500.630.33
HSL93.08º45.53%46.08%-
HSV(B)93.08º62.57%67.06%-
XYZ22.1732.9410.04-
YUV141.1684.45107.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=32.28%
G=49.28%
B=18.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171640.3500.630.3393.0845.5346.08
Hex70AB402303F215d2e2e
Octal16025310043077411355656
Binary111000010101011100000010001101111111000011011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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