COLOR #70A467

HEX: #70A467
RGB: (112,164,103)

Color info

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

RGB color model

#70A467 color RGB value is (112,164,103).

  • red value is 112;
  • green value is 164;
  • blue value is 103.
RGB:
(112,164,103)
(44%,64%,40%)

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 103 of 255 = 40%

112
164
103

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 103 = 379 (100%)
R 112 of 379 ~ 29.55%
G 164 of 379 ~ 43.27%
B 103 of 379 ~ 27.18%

%29.55
%43.27
%27.18

CMYK color model

#70A467 color CMYK value is (32,0,37,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 37.20%
  • key color value is 35.69%
CMYK:
(32,0,37,36)
C32M0Y37K36 
(32%,0%,37%,36%)
(0.32/0.00/0.37/0.36)	

CMYK percentages

%31.71
%0
%37.2
%35.69

Codes

Color #70A467 in popluar color models

70A467
RGB112164103
HSL111°25.10%52.35%
HSB/HSV111°37.20%64.31%
CMYK31.71%0.00%37.20%
35.69%

Color #70A467 in popluar number systems.

HEX70A467
Decimal112164103
Binary1110000101001001100111
Octal160244147

Shades and tints

Shades of #70A467

#70A467
(112,164,103)
#66965E
(102,150,94)
#5C8855
(92,136,85)
#527A4C
(82,122,76)
#486C43
(72,108,67)
#3E5E3A
(62,94,58)
#345031
(52,80,49)
#2A4228
(42,66,40)
#20341F
(32,52,31)
#162616
(22,38,22)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #70A467

#70A467
(112,164,103)
#7DAC74
(125,172,116)
#8AB481
(138,180,129)
#97BC8E
(151,188,142)
#A4C49B
(164,196,155)
#B1CCA8
(177,204,168)
#BED4B5
(190,212,181)
#CBDCC2
(203,220,194)
#D8E4CF
(216,228,207)
#E5ECDC
(229,236,220)
#F2F4E9
(242,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A467 color. Also use rgb(112,164,103) instead hex code.

Text Font Color

.myTextColor { color: #70A467; }

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

This text font color is #70A467.


Background Color

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

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

This div background color is #70A467.


Border color

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

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

This div border color is #70A467.


Opacity

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

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

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

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

This text has shadow with #70A467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A467 on black background.


Color preview on white background

This text has color #70A467 on white background.



Black color preview on #70A467 background

This text has black color on #70A467 background.


White color preview on #70A467 background

This text has white color on #70A467 background.