COLOR #70AB3E

HEX: #70AB3E RGB: (112,171,62)

Color info

#70AB3E contains mainly red and green colors. Web safe color of #70AB3E is #669933 (or #693).

RGB color model

#70AB3E color RGB value is (112,171,62).

RGB: (112,171,62) (44%, 67%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 171 of 255 = 67%
B 62 of 255 = 24%

112
171
62

R + G + B ~ 45%. #70AB3E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 171 + 62 = 345 (100%)
R 112 of 345 ~ 32.46%
G 171 of 345 ~ 49.57%
B 62 of 345 ~ 17.97'%

%32.46
%49.57
%17.97

CMYK color model

#70AB3E color CMYK value is (35,0,64,33).

  • cyan value is 34.50%
  • magenta value is 0.00%
  • yellow value is 63.74%
  • key color value is 32.94%
CMYK: (35,0,64,33) C35M0Y64K33 (35%,0%,64%,33%) (0.35/0.00/0.64/0.33) 

CMYK percentages

%34.5
%0
%63.74
%32.94

Codes

Color #70AB3E in popluar color models

70 AB 3E
RGB 112 171 62
HSL 92° 46.78% 45.69%
HSB/HSV 92° 63.74% 67.06%
CMYK 34.50% 0.00% 63.74%
32.94%

Color #70AB3E in popluar number systems.

HEX 70 AB 3E
Decimal 112 171 62
Binary 1110000 10101011 111110
Octal 160 253 76

Shades and tints

Shades of #70AB3E

#70AB3E
(112,171,62)
#669C39
(102,156,57)
#5C8D34
(92,141,52)
#527E2F
(82,126,47)
#486F2A
(72,111,42)
#3E6025
(62,96,37)
#345120
(52,81,32)
#2A421B
(42,66,27)
#203316
(32,51,22)
#162411
(22,36,17)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #70AB3E

#70AB3E
(112,171,62)
#7DB24F
(125,178,79)
#8AB960
(138,185,96)
#97C071
(151,192,113)
#A4C782
(164,199,130)
#B1CE93
(177,206,147)
#BED5A4
(190,213,164)
#CBDCB5
(203,220,181)
#D8E3C6
(216,227,198)
#E5EAD7
(229,234,215)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AB3E color. Also use rgb(112,171,62) instead hex code.

Text Font Color

.myTextColor { color: #70AB3E; }

<p style="color:#70AB3E">This sample text font color is #70AB3E.</p>

This text font color is #70AB3E.

Background Color

.myBgColor { background-color: #70AB3E; }

<div style="background-color:#70AB3E">Inner text</div>

This div background color is #70AB3E.

Border color

.myBorderColor { border: 1px solid #70AB3E; }

<div style="border:3px solid #70AB3E">Div</div>

This div border color is #70AB3E.

Opacity

.myOpacity80 { color: #70AB3E; opacity: 0.8; }

<p style="color:#70AB3E;opacity:0.8;">80%</p>

Text with #70AB3E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #70AB3E;}

<p style="text-shadow: 3px 3px 1px #70AB3E">Text here.</p>

This text has shadow with #70AB3E color.


.textShadow {text-shadow: 3px 3px 1px #70AB3E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #70AB3E, 5px 5px 20px red">Text here.</p>

This text has shadow with #70AB3E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#70AB3E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#70AB3E, Direction=45, Strength=4)">Text</p>

This text has shadow with #70AB3E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #70AB3E;
-webkit-box-shadow: 1px 1px 3px 2px #70AB3E;
box-shadow: 1px 1px 3px 2px #70AB3E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #70AB3E; -webkit-box-shadow: 1px 1px 3px 2px #70AB3E; box-shadow:1px 1px 3px 2px #70AB3E;">
Div content here
</div>

This div box has shadow with color #70AB3E.

Preview

Color preview on black background

This text has color #70AB3E on black background.


Color preview on white background

This text has color #70AB3E on white background.


Black color preview on #70AB3E background

This text has black color on #70AB3E background.


White color preview on #70AB3E background

This text has white color on #70AB3E background.


Related colors

Complementary color

Complementary color for #hex is #8F54C1.


I love getcolorcode.com

Triadic colors

1 #3E70AB and #AB3E70 with #70AB3E are triadic colors.

2 #3EAB70 and #AB703E with #70AB3E are triadic colors.