COLOR #70A881

HEX: #70A881 RGB: (112,168,129)

Color info

#70A881 contains red, green and blue colors in about the same proportion. Web safe color of #70A881 is #669999 (or #699).

RGB color model

#70A881 color RGB value is (112,168,129).

RGB: (112,168,129) (44%, 66%, 51%)

RGB channels and saturation

R 112 of 255 = 44%
G 168 of 255 = 66%
B 129 of 255 = 51%

112
168
129

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

Portions of RGB colors in percentages

R + G + B = 112 + 168 + 129 = 409 (100%)
R 112 of 409 ~ 27.38%
G 168 of 409 ~ 41.08%
B 129 of 409 ~ 31.54'%

%27.38
%41.08
%31.54

CMYK color model

#70A881 color CMYK value is (33,0,23,34).

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

CMYK: (33,0,23,34)
C33M0Y23K34 (33%, 0%, 23%, 34%)
(0.33 / 0.00 / 0.23 / 0.34)

CMYK percentages

%33.33
%0
%23.21
%34.12

Codes

Color #70A881 in popluar color models

70 A8 81
RGB 112 168 129
HSL 138° 24.35% 54.90%
HSB/HSV 138° 33.33% 65.88%
CMYK 33.33% 0.00% 23.21%
34.12%

Color #70A881 in popluar number systems.

HEX 70 A8 81
Decimal 112 168 129
Binary 1110000 10101000 10000001
Octal 160 250 201

Shades and tints

Shades of #70A881

#70A881
(112,168,129)
#669976
(102,153,118)
#5C8A6B
(92,138,107)
#527B60
(82,123,96)
#486C55
(72,108,85)
#3E5D4A
(62,93,74)
#344E3F
(52,78,63)
#2A3F34
(42,63,52)
#203029
(32,48,41)
#16211E
(22,33,30)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #70A881

#70A881
(112,168,129)
#7DAF8C
(125,175,140)
#8AB697
(138,182,151)
#97BDA2
(151,189,162)
#A4C4AD
(164,196,173)
#B1CBB8
(177,203,184)
#BED2C3
(190,210,195)
#CBD9CE
(203,217,206)
#D8E0D9
(216,224,217)
#E5E7E4
(229,231,228)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A881; }

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

This text font color is #70A881.

Background Color

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

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

This div background color is #70A881.

Border color

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

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

This div border color is #70A881.

Opacity

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

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

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

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

This text has shadow with #70A881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A881.

Preview

Color preview on black background

This text has color #70A881 on black background.


Color preview on white background

This text has color #70A881 on white background.


Black color preview on #70A881 background

This text has black color on #70A881 background.


White color preview on #70A881 background

This text has white color on #70A881 background.


Related colors

Complementary color

Complementary color for #hex is #8F577E.


I love getcolorcode.com

Triadic colors

1 #8170A8 and #A88170 with #70A881 are triadic colors.

2 #81A870 and #A87081 with #70A881 are triadic colors.