COLOR #70A459

HEX: #70A459
RGB: (112,164,89)

Color info

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

RGB color model

#70A459 color RGB value is (112,164,89).

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

RGB channels and saturation

R 112 of 255 = 44%
G 164 of 255 = 64%
B 89 of 255 = 35%

112
164
89

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

Portions of RGB colors in percentages

R + G + B =
112 + 164 + 89 = 365 (100%)
R 112 of 365 ~ 30.68%
G 164 of 365 ~ 44.93%
B 89 of 365 ~ 24.38%

%30.68
%44.93
%24.38

CMYK color model

#70A459 color CMYK value is (32,0,46,36).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 45.73%
  • key color value is 35.69%
CMYK:
(32,0,46,36)
C32M0Y46K36 
(32%,0%,46%,36%)
(0.32/0.00/0.46/0.36)	

CMYK percentages

%31.71
%0
%45.73
%35.69

Codes

Color #70A459 in popluar color models

70A459
RGB11216489
HSL102°29.64%49.61%
HSB/HSV102°45.73%64.31%
CMYK31.71%0.00%45.73%
35.69%

Color #70A459 in popluar number systems.

HEX70A459
Decimal11216489
Binary1110000101001001011001
Octal160244131

Shades and tints

Shades of #70A459

#70A459
(112,164,89)
#669651
(102,150,81)
#5C8849
(92,136,73)
#527A41
(82,122,65)
#486C39
(72,108,57)
#3E5E31
(62,94,49)
#345029
(52,80,41)
#2A4221
(42,66,33)
#203419
(32,52,25)
#162611
(22,38,17)
#0C1809
(12,24,9)
#000000
(0,0,0)

Tints of #70A459

#70A459
(112,164,89)
#7DAC68
(125,172,104)
#8AB477
(138,180,119)
#97BC86
(151,188,134)
#A4C495
(164,196,149)
#B1CCA4
(177,204,164)
#BED4B3
(190,212,179)
#CBDCC2
(203,220,194)
#D8E4D1
(216,228,209)
#E5ECE0
(229,236,224)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70A459; }

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

This text font color is #70A459.


Background Color

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

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

This div background color is #70A459.


Border color

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

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

This div border color is #70A459.


Opacity

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

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

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

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

This text has shadow with #70A459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70A459 on black background.


Color preview on white background

This text has color #70A459 on white background.



Black color preview on #70A459 background

This text has black color on #70A459 background.


White color preview on #70A459 background

This text has white color on #70A459 background.