COLOR #70A861

HEX: #70A861 RGB: (112,168,97)

Color info

#70A861 contains mainly red and green colors. Web safe color of #70A861 is #669966 (or #696).

RGB color model

#70A861 color RGB value is (112,168,97).

RGB: (112,168,97) (44%, 66%, 38%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 97 of 255 = 38%

112
168
97

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

Portions of RGB colors in percentages

R + G + B = 112 + 168 + 97 = 377 (100%)
R 112 of 377 ~ 29.71%
G 168 of 377 ~ 44.56%
B 97 of 377 ~ 25.73'%

%29.71
%44.56
%25.73

CMYK color model

#70A861 color CMYK value is (33,0,42,34).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.26%
  • key color value is 34.12%

CMYK: (33,0,42,34)
C33M0Y42K34 (33%, 0%, 42%, 34%)
(0.33 / 0.00 / 0.42 / 0.34)

CMYK percentages

%33.33
%0
%42.26
%34.12

Codes

Color #70A861 in popluar color models

70 A8 61
RGB 112 168 97
HSL 107° 28.98% 51.96%
HSB/HSV 107° 42.26% 65.88%
CMYK 33.33% 0.00% 42.26%
34.12%

Color #70A861 in popluar number systems.

HEX 70 A8 61
Decimal 112 168 97
Binary 1110000 10101000 1100001
Octal 160 250 141

Shades and tints

Shades of #70A861

#70A861
(112,168,97)
#669959
(102,153,89)
#5C8A51
(92,138,81)
#527B49
(82,123,73)
#486C41
(72,108,65)
#3E5D39
(62,93,57)
#344E31
(52,78,49)
#2A3F29
(42,63,41)
#203021
(32,48,33)
#162119
(22,33,25)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #70A861

#70A861
(112,168,97)
#7DAF6F
(125,175,111)
#8AB67D
(138,182,125)
#97BD8B
(151,189,139)
#A4C499
(164,196,153)
#B1CBA7
(177,203,167)
#BED2B5
(190,210,181)
#CBD9C3
(203,217,195)
#D8E0D1
(216,224,209)
#E5E7DF
(229,231,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A861 color. Also use rgb(112,168,97) instead hex code.

Text Font Color

.myTextColor { color: #70A861; }

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

This text font color is #70A861.

Background Color

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

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

This div background color is #70A861.

Border color

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

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

This div border color is #70A861.

Opacity

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

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

Text with #70A861 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 #70A861;}

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

This text has shadow with #70A861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A861.

Preview

Color preview on black background

This text has color #70A861 on black background.


Color preview on white background

This text has color #70A861 on white background.


Black color preview on #70A861 background

This text has black color on #70A861 background.


White color preview on #70A861 background

This text has white color on #70A861 background.


Related colors

Complementary color

Complementary color for #hex is #8F579E.


I love getcolorcode.com

Triadic colors

1 #6170A8 and #A86170 with #70A861 are triadic colors.

2 #61A870 and #A87061 with #70A861 are triadic colors.