COLOR #70AE06

HEX: #70AE06
RGB: (112,174,6)

Color info

#70AE06 contains mainly green color. Web safe color of #70AE06 is #669900 (or #690).

RGB color model

#70AE06 color RGB value is (112,174,6).

  • red value is 112;
  • green value is 174;
  • blue value is 6.
RGB:
(112,174,6)
(44%,68%,2%)

RGB channels and saturation

R 112 of 255 = 44%
G 174 of 255 = 68%
B 6 of 255 = 2%

112
174
6

R + G + B ~ 38%. #70AE06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 174 + 6 = 292 (100%)
R 112 of 292 ~ 38.36%
G 174 of 292 ~ 59.59%
B 6 of 292 ~ 2.05%

%38.36
%59.59

CMYK color model

#70AE06 color CMYK value is (36,0,97,32).

  • cyan value is 35.63%
  • magenta value is 0.00%
  • yellow value is 96.55%
  • key color value is 31.76%
CMYK:
(36,0,97,32)
C36M0Y97K32 
(36%,0%,97%,32%)
(0.36/0.00/0.97/0.32)	

CMYK percentages

%35.63
%0
%96.55
%31.76

Codes

Color #70AE06 in popluar color models

70AE06
RGB1121746
HSL82°93.33%35.29%
HSB/HSV82°96.55%68.24%
CMYK35.63%0.00%96.55%
31.76%

Color #70AE06 in popluar number systems.

HEX70AE06
Decimal1121746
Binary111000010101110110
Octal1602566

Shades and tints

Shades of #70AE06

#70AE06
(112,174,6)
#669F06
(102,159,6)
#5C9006
(92,144,6)
#528106
(82,129,6)
#487206
(72,114,6)
#3E6306
(62,99,6)
#345406
(52,84,6)
#2A4506
(42,69,6)
#203606
(32,54,6)
#162706
(22,39,6)
#0C1806
(12,24,6)
#000000
(0,0,0)

Tints of #70AE06

#70AE06
(112,174,6)
#7DB51C
(125,181,28)
#8ABC32
(138,188,50)
#97C348
(151,195,72)
#A4CA5E
(164,202,94)
#B1D174
(177,209,116)
#BED88A
(190,216,138)
#CBDFA0
(203,223,160)
#D8E6B6
(216,230,182)
#E5EDCC
(229,237,204)
#F2F4E2
(242,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70AE06 color. Also use rgb(112,174,6) instead hex code.

Text Font Color

.myTextColor { color: #70AE06; }

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

This text font color is #70AE06.


Background Color

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

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

This div background color is #70AE06.


Border color

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

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

This div border color is #70AE06.


Opacity

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

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

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

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

This text has shadow with #70AE06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70AE06 on black background.


Color preview on white background

This text has color #70AE06 on white background.



Black color preview on #70AE06 background

This text has black color on #70AE06 background.


White color preview on #70AE06 background

This text has white color on #70AE06 background.