COLOR #70A763

HEX: #70A763 RGB: (112,167,99)

Color info

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

RGB color model

#70A763 color RGB value is (112,167,99).

RGB: (112,167,99) (44%, 65%, 39%)

RGB channels and saturation

R 112 of 255 = 44%
G 167 of 255 = 65%
B 99 of 255 = 39%

112
167
99

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

Portions of RGB colors in percentages

R + G + B = 112 + 167 + 99 = 378 (100%)
R 112 of 378 ~ 29.63%
G 167 of 378 ~ 44.18%
B 99 of 378 ~ 26.19'%

%29.63
%44.18
%26.19

CMYK color model

#70A763 color CMYK value is (33,0,41,35).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 34.51%

CMYK: (33,0,41,35)
C33M0Y41K35 (33%, 0%, 41%, 35%)
(0.33 / 0.00 / 0.41 / 0.35)

CMYK percentages

%32.93
%0
%40.72
%34.51

Codes

Color #70A763 in popluar color models

70 A7 63
RGB 112 167 99
HSL 109° 27.87% 52.16%
HSB/HSV 109° 40.72% 65.49%
CMYK 32.93% 0.00% 40.72%
34.51%

Color #70A763 in popluar number systems.

HEX 70 A7 63
Decimal 112 167 99
Binary 1110000 10100111 1100011
Octal 160 247 143

Shades and tints

Shades of #70A763

#70A763
(112,167,99)
#66985A
(102,152,90)
#5C8951
(92,137,81)
#527A48
(82,122,72)
#486B3F
(72,107,63)
#3E5C36
(62,92,54)
#344D2D
(52,77,45)
#2A3E24
(42,62,36)
#202F1B
(32,47,27)
#162012
(22,32,18)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #70A763

#70A763
(112,167,99)
#7DAF71
(125,175,113)
#8AB77F
(138,183,127)
#97BF8D
(151,191,141)
#A4C79B
(164,199,155)
#B1CFA9
(177,207,169)
#BED7B7
(190,215,183)
#CBDFC5
(203,223,197)
#D8E7D3
(216,231,211)
#E5EFE1
(229,239,225)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70A763 color. Also use rgb(112,167,99) instead hex code.

Text Font Color

.myTextColor { color: #70A763; }

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

This text font color is #70A763.

Background Color

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

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

This div background color is #70A763.

Border color

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

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

This div border color is #70A763.

Opacity

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

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

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

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

This text has shadow with #70A763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70A763.

Preview

Color preview on black background

This text has color #70A763 on black background.


Color preview on white background

This text has color #70A763 on white background.


Black color preview on #70A763 background

This text has black color on #70A763 background.


White color preview on #70A763 background

This text has white color on #70A763 background.


Related colors

Complementary color

Complementary color for #hex is #8F589C.


I love getcolorcode.com

Triadic colors

1 #6370A7 and #A76370 with #70A763 are triadic colors.

2 #63A770 and #A77063 with #70A763 are triadic colors.