COLOR #70AC75

HEX: #70AC75
RGB: (112,172,117)

Color info

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

RGB color model

#70AC75 color RGB value is (112,172,117).

  • red value is 112;
  • green value is 172;
  • blue value is 117.
RGB:
(112,172,117)
(44%,67%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 172 of 255 = 67%
B 117 of 255 = 46%

112
172
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 172 + 117 = 401 (100%)
R 112 of 401 ~ 27.93%
G 172 of 401 ~ 42.89%
B 117 of 401 ~ 29.18%

%27.93
%42.89
%29.18

CMYK color model

#70AC75 color CMYK value is (35,0,32,33).

  • cyan value is 34.88%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 32.55%
CMYK:
(35,0,32,33)
C35M0Y32K33 
(35%,0%,32%,33%)
(0.35/0.00/0.32/0.33)	

CMYK percentages

%34.88
%0
%31.98
%32.55

Codes

Color #70AC75 in popluar color models

70AC75
RGB112172117
HSL125°26.55%55.69%
HSB/HSV125°34.88%67.45%
CMYK34.88%0.00%31.98%
32.55%

Color #70AC75 in popluar number systems.

HEX70AC75
Decimal112172117
Binary1110000101011001110101
Octal160254165

Shades and tints

Shades of #70AC75

#70AC75
(112,172,117)
#669D6B
(102,157,107)
#5C8E61
(92,142,97)
#527F57
(82,127,87)
#48704D
(72,112,77)
#3E6143
(62,97,67)
#345239
(52,82,57)
#2A432F
(42,67,47)
#203425
(32,52,37)
#16251B
(22,37,27)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #70AC75

#70AC75
(112,172,117)
#7DB381
(125,179,129)
#8ABA8D
(138,186,141)
#97C199
(151,193,153)
#A4C8A5
(164,200,165)
#B1CFB1
(177,207,177)
#BED6BD
(190,214,189)
#CBDDC9
(203,221,201)
#D8E4D5
(216,228,213)
#E5EBE1
(229,235,225)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AC75 color. Also use rgb(112,172,117) instead hex code.

Text Font Color

.myTextColor { color: #70AC75; }

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

This text font color is #70AC75.


Background Color

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

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

This div background color is #70AC75.


Border color

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

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

This div border color is #70AC75.


Opacity

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

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

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

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

This text has shadow with #70AC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AC75 on black background.


Color preview on white background

This text has color #70AC75 on white background.



Black color preview on #70AC75 background

This text has black color on #70AC75 background.


White color preview on #70AC75 background

This text has white color on #70AC75 background.