COLOR #70A985

HEX: #70A985
RGB: (112,169,133)

Color info

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

RGB color model

#70A985 color RGB value is (112,169,133).

  • red value is 112;
  • green value is 169;
  • blue value is 133.
RGB:
(112,169,133)
(44%,66%,52%)

RGB channels and saturation

R 112 of 255 = 44%
G 169 of 255 = 66%
B 133 of 255 = 52%

112
169
133

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

Portions of RGB colors in percentages

R + G + B =
112 + 169 + 133 = 414 (100%)
R 112 of 414 ~ 27.05%
G 169 of 414 ~ 40.82%
B 133 of 414 ~ 32.13%

%27.05
%40.82
%32.13

CMYK color model

#70A985 color CMYK value is (34,0,21,34).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 21.30%
  • key color value is 33.73%
CMYK:
(34,0,21,34)
C34M0Y21K34 
(34%,0%,21%,34%)
(0.34/0.00/0.21/0.34)	

CMYK percentages

%33.73
%0
%21.3
%33.73

Codes

Color #70A985 in popluar color models

70A985
RGB112169133
HSL142°24.89%55.10%
HSB/HSV142°33.73%66.27%
CMYK33.73%0.00%21.30%
33.73%

Color #70A985 in popluar number systems.

HEX70A985
Decimal112169133
Binary11100001010100110000101
Octal160251205

Shades and tints

Shades of #70A985

#70A985
(112,169,133)
#669A79
(102,154,121)
#5C8B6D
(92,139,109)
#527C61
(82,124,97)
#486D55
(72,109,85)
#3E5E49
(62,94,73)
#344F3D
(52,79,61)
#2A4031
(42,64,49)
#203125
(32,49,37)
#162219
(22,34,25)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #70A985

#70A985
(112,169,133)
#7DB090
(125,176,144)
#8AB79B
(138,183,155)
#97BEA6
(151,190,166)
#A4C5B1
(164,197,177)
#B1CCBC
(177,204,188)
#BED3C7
(190,211,199)
#CBDAD2
(203,218,210)
#D8E1DD
(216,225,221)
#E5E8E8
(229,232,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A985 color. Also use rgb(112,169,133) instead hex code.

Text Font Color

.myTextColor { color: #70A985; }

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

This text font color is #70A985.


Background Color

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

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

This div background color is #70A985.


Border color

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

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

This div border color is #70A985.


Opacity

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

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

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

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

This text has shadow with #70A985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A985 on black background.


Color preview on white background

This text has color #70A985 on white background.



Black color preview on #70A985 background

This text has black color on #70A985 background.


White color preview on #70A985 background

This text has white color on #70A985 background.