COLOR #70AF5E

HEX: #70AF5E
RGB: (112,175,94)

Color info

#70AF5E contains mainly green color. Web safe color of #70AF5E is #669966 (or #696).

RGB color model

#70AF5E color RGB value is (112,175,94).

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

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 94 of 255 = 37%

112
175
94

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

Portions of RGB colors in percentages

R + G + B =
112 + 175 + 94 = 381 (100%)
R 112 of 381 ~ 29.4%
G 175 of 381 ~ 45.93%
B 94 of 381 ~ 24.67%

%29.4
%45.93
%24.67

CMYK color model

#70AF5E color CMYK value is (36,0,46,31).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 46.29%
  • key color value is 31.37%
CMYK:
(36,0,46,31)
C36M0Y46K31 
(36%,0%,46%,31%)
(0.36/0.00/0.46/0.31)	

CMYK percentages

%36
%0
%46.29
%31.37

Codes

Color #70AF5E in popluar color models

70AF5E
RGB11217594
HSL107°33.61%52.75%
HSB/HSV107°46.29%68.63%
CMYK36.00%0.00%46.29%
31.37%

Color #70AF5E in popluar number systems.

HEX70AF5E
Decimal11217594
Binary1110000101011111011110
Octal160257136

Shades and tints

Shades of #70AF5E

#70AF5E
(112,175,94)
#66A056
(102,160,86)
#5C914E
(92,145,78)
#528246
(82,130,70)
#48733E
(72,115,62)
#3E6436
(62,100,54)
#34552E
(52,85,46)
#2A4626
(42,70,38)
#20371E
(32,55,30)
#162816
(22,40,22)
#0C190E
(12,25,14)
#000000
(0,0,0)

Tints of #70AF5E

#70AF5E
(112,175,94)
#7DB66C
(125,182,108)
#8ABD7A
(138,189,122)
#97C488
(151,196,136)
#A4CB96
(164,203,150)
#B1D2A4
(177,210,164)
#BED9B2
(190,217,178)
#CBE0C0
(203,224,192)
#D8E7CE
(216,231,206)
#E5EEDC
(229,238,220)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AF5E; }

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

This text font color is #70AF5E.


Background Color

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

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

This div background color is #70AF5E.


Border color

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

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

This div border color is #70AF5E.


Opacity

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

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

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

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

This text has shadow with #70AF5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AF5E on black background.


Color preview on white background

This text has color #70AF5E on white background.



Black color preview on #70AF5E background

This text has black color on #70AF5E background.


White color preview on #70AF5E background

This text has white color on #70AF5E background.