COLOR #70A664

HEX: #70A664
RGB: (112,166,100)

Color info

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

RGB color model

#70A664 color RGB value is (112,166,100).

  • red value is 112;
  • green value is 166;
  • blue value is 100.
RGB:
(112,166,100)
(44%,65%,39%)

RGB channels and saturation

R 112 of 255 = 44%
G 166 of 255 = 65%
B 100 of 255 = 39%

112
166
100

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

Portions of RGB colors in percentages

R + G + B =
112 + 166 + 100 = 378 (100%)
R 112 of 378 ~ 29.63%
G 166 of 378 ~ 43.92%
B 100 of 378 ~ 26.46%

%29.63
%43.92
%26.46

CMYK color model

#70A664 color CMYK value is (33,0,40,35).

  • cyan value is 32.53%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(33,0,40,35)
C33M0Y40K35 
(33%,0%,40%,35%)
(0.33/0.00/0.40/0.35)	

CMYK percentages

%32.53
%0
%39.76
%34.9

Codes

Color #70A664 in popluar color models

70A664
RGB112166100
HSL109°27.05%52.16%
HSB/HSV109°39.76%65.10%
CMYK32.53%0.00%39.76%
34.90%

Color #70A664 in popluar number systems.

HEX70A664
Decimal112166100
Binary1110000101001101100100
Octal160246144

Shades and tints

Shades of #70A664

#70A664
(112,166,100)
#66975B
(102,151,91)
#5C8852
(92,136,82)
#527949
(82,121,73)
#486A40
(72,106,64)
#3E5B37
(62,91,55)
#344C2E
(52,76,46)
#2A3D25
(42,61,37)
#202E1C
(32,46,28)
#161F13
(22,31,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #70A664

#70A664
(112,166,100)
#7DAE72
(125,174,114)
#8AB680
(138,182,128)
#97BE8E
(151,190,142)
#A4C69C
(164,198,156)
#B1CEAA
(177,206,170)
#BED6B8
(190,214,184)
#CBDEC6
(203,222,198)
#D8E6D4
(216,230,212)
#E5EEE2
(229,238,226)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A664 color. Also use rgb(112,166,100) instead hex code.

Text Font Color

.myTextColor { color: #70A664; }

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

This text font color is #70A664.


Background Color

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

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

This div background color is #70A664.


Border color

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

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

This div border color is #70A664.


Opacity

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

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

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

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

This text has shadow with #70A664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A664 on black background.


Color preview on white background

This text has color #70A664 on white background.



Black color preview on #70A664 background

This text has black color on #70A664 background.


White color preview on #70A664 background

This text has white color on #70A664 background.