COLOR #70AF5D

HEX: #70AF5D
RGB: (112,175,93)

Color info

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

RGB color model

#70AF5D color RGB value is (112,175,93).

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

RGB channels and saturation

R 112 of 255 = 44%
G 175 of 255 = 69%
B 93 of 255 = 36%

112
175
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 175 + 93 = 380 (100%)
R 112 of 380 ~ 29.47%
G 175 of 380 ~ 46.05%
B 93 of 380 ~ 24.47%

%29.47
%46.05
%24.47

CMYK color model

#70AF5D color CMYK value is (36,0,47,31).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%
CMYK:
(36,0,47,31)
C36M0Y47K31 
(36%,0%,47%,31%)
(0.36/0.00/0.47/0.31)	

CMYK percentages

%36
%0
%46.86
%31.37

Codes

Color #70AF5D in popluar color models

70AF5D
RGB11217593
HSL106°33.88%52.55%
HSB/HSV106°46.86%68.63%
CMYK36.00%0.00%46.86%
31.37%

Color #70AF5D in popluar number systems.

HEX70AF5D
Decimal11217593
Binary1110000101011111011101
Octal160257135

Shades and tints

Shades of #70AF5D

#70AF5D
(112,175,93)
#66A055
(102,160,85)
#5C914D
(92,145,77)
#528245
(82,130,69)
#48733D
(72,115,61)
#3E6435
(62,100,53)
#34552D
(52,85,45)
#2A4625
(42,70,37)
#20371D
(32,55,29)
#162815
(22,40,21)
#0C190D
(12,25,13)
#000000
(0,0,0)

Tints of #70AF5D

#70AF5D
(112,175,93)
#7DB66B
(125,182,107)
#8ABD79
(138,189,121)
#97C487
(151,196,135)
#A4CB95
(164,203,149)
#B1D2A3
(177,210,163)
#BED9B1
(190,217,177)
#CBE0BF
(203,224,191)
#D8E7CD
(216,231,205)
#E5EEDB
(229,238,219)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70AF5D; }

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

This text font color is #70AF5D.


Background Color

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

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

This div background color is #70AF5D.


Border color

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

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

This div border color is #70AF5D.


Opacity

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

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

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

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

This text has shadow with #70AF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AF5D on black background.


Color preview on white background

This text has color #70AF5D on white background.



Black color preview on #70AF5D background

This text has black color on #70AF5D background.


White color preview on #70AF5D background

This text has white color on #70AF5D background.