COLOR #70AD77

HEX: #70AD77
RGB: (112,173,119)

Color info

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

RGB color model

#70AD77 color RGB value is (112,173,119).

  • red value is 112;
  • green value is 173;
  • blue value is 119.
RGB:
(112,173,119)
(44%,68%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 173 of 255 = 68%
B 119 of 255 = 47%

112
173
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 173 + 119 = 404 (100%)
R 112 of 404 ~ 27.72%
G 173 of 404 ~ 42.82%
B 119 of 404 ~ 29.46%

%27.72
%42.82
%29.46

CMYK color model

#70AD77 color CMYK value is (35,0,31,32).

  • cyan value is 35.26%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(35,0,31,32)
C35M0Y31K32 
(35%,0%,31%,32%)
(0.35/0.00/0.31/0.32)	

CMYK percentages

%35.26
%0
%31.21
%32.16

Codes

Color #70AD77 in popluar color models

70AD77
RGB112173119
HSL127°27.11%55.88%
HSB/HSV127°35.26%67.84%
CMYK35.26%0.00%31.21%
32.16%

Color #70AD77 in popluar number systems.

HEX70AD77
Decimal112173119
Binary1110000101011011110111
Octal160255167

Shades and tints

Shades of #70AD77

#70AD77
(112,173,119)
#669E6D
(102,158,109)
#5C8F63
(92,143,99)
#528059
(82,128,89)
#48714F
(72,113,79)
#3E6245
(62,98,69)
#34533B
(52,83,59)
#2A4431
(42,68,49)
#203527
(32,53,39)
#16261D
(22,38,29)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #70AD77

#70AD77
(112,173,119)
#7DB483
(125,180,131)
#8ABB8F
(138,187,143)
#97C29B
(151,194,155)
#A4C9A7
(164,201,167)
#B1D0B3
(177,208,179)
#BED7BF
(190,215,191)
#CBDECB
(203,222,203)
#D8E5D7
(216,229,215)
#E5ECE3
(229,236,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AD77 color. Also use rgb(112,173,119) instead hex code.

Text Font Color

.myTextColor { color: #70AD77; }

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

This text font color is #70AD77.


Background Color

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

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

This div background color is #70AD77.


Border color

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

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

This div border color is #70AD77.


Opacity

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

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

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

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

This text has shadow with #70AD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AD77 on black background.


Color preview on white background

This text has color #70AD77 on white background.



Black color preview on #70AD77 background

This text has black color on #70AD77 background.


White color preview on #70AD77 background

This text has white color on #70AD77 background.