COLOR #70AF7B

HEX: #70AF7B
RGB: (112,175,123)

Color info

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

RGB color model

#70AF7B color RGB value is (112,175,123).

  • red value is 112;
  • green value is 175;
  • blue value is 123.
RGB:
(112,175,123)
(44%,69%,48%)

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 123 of 255 = 48%

112
175
123

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

Portions of RGB colors in percentages

R + G + B =
112 + 175 + 123 = 410 (100%)
R 112 of 410 ~ 27.32%
G 175 of 410 ~ 42.68%
B 123 of 410 ~ 30%

%27.32
%42.68
%30

CMYK color model

#70AF7B color CMYK value is (36,0,30,31).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 29.71%
  • key color value is 31.37%
CMYK:
(36,0,30,31)
C36M0Y30K31 
(36%,0%,30%,31%)
(0.36/0.00/0.30/0.31)	

CMYK percentages

%36
%0
%29.71
%31.37

Codes

Color #70AF7B in popluar color models

70AF7B
RGB112175123
HSL130°28.25%56.27%
HSB/HSV130°36.00%68.63%
CMYK36.00%0.00%29.71%
31.37%

Color #70AF7B in popluar number systems.

HEX70AF7B
Decimal112175123
Binary1110000101011111111011
Octal160257173

Shades and tints

Shades of #70AF7B

#70AF7B
(112,175,123)
#66A070
(102,160,112)
#5C9165
(92,145,101)
#52825A
(82,130,90)
#48734F
(72,115,79)
#3E6444
(62,100,68)
#345539
(52,85,57)
#2A462E
(42,70,46)
#203723
(32,55,35)
#162818
(22,40,24)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #70AF7B

#70AF7B
(112,175,123)
#7DB687
(125,182,135)
#8ABD93
(138,189,147)
#97C49F
(151,196,159)
#A4CBAB
(164,203,171)
#B1D2B7
(177,210,183)
#BED9C3
(190,217,195)
#CBE0CF
(203,224,207)
#D8E7DB
(216,231,219)
#E5EEE7
(229,238,231)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AF7B color. Also use rgb(112,175,123) instead hex code.

Text Font Color

.myTextColor { color: #70AF7B; }

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

This text font color is #70AF7B.


Background Color

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

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

This div background color is #70AF7B.


Border color

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

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

This div border color is #70AF7B.


Opacity

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

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

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

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

This text has shadow with #70AF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AF7B on black background.


Color preview on white background

This text has color #70AF7B on white background.



Black color preview on #70AF7B background

This text has black color on #70AF7B background.


White color preview on #70AF7B background

This text has white color on #70AF7B background.