COLOR #7EB670

HEX: #7EB670 RGB: (126,182,112)

Color info

#7EB670 contains mainly red and green colors. Web safe color of #7EB670 is #66CC66 (or #6C6).

RGB color model

#7EB670 color RGB value is (126,182,112).

RGB: (126,182,112) (49%, 71%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 112 of 255 = 44%

126
182
112

R + G + B ~ 55%. #7EB670 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 182 + 112 = 420 (100%)
R 126 of 420 ~ 30%
G 182 of 420 ~ 43.33%
B 112 of 420 ~ 26.67'%

%30
%43.33
%26.67

CMYK color model

#7EB670 color CMYK value is (31,0,38,29).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 28.63%

CMYK: (31,0,38,29)
C31M0Y38K29 (31%, 0%, 38%, 29%)
(0.31 / 0.00 / 0.38 / 0.29)

CMYK percentages

%30.77
%0
%38.46
%28.63

Codes

Color #7EB670 in popluar color models

7E B6 70
RGB 126 182 112
HSL 108° 32.41% 57.65%
HSB/HSV 108° 38.46% 71.37%
CMYK 30.77% 0.00% 38.46%
28.63%

Color #7EB670 in popluar number systems.

HEX 7E B6 70
Decimal 126 182 112
Binary 1111110 10110110 1110000
Octal 176 266 160

Shades and tints

Shades of #7EB670

#7EB670
(126,182,112)
#73A666
(115,166,102)
#68965C
(104,150,92)
#5D8652
(93,134,82)
#527648
(82,118,72)
#47663E
(71,102,62)
#3C5634
(60,86,52)
#31462A
(49,70,42)
#263620
(38,54,32)
#1B2616
(27,38,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #7EB670

#7EB670
(126,182,112)
#89BC7D
(137,188,125)
#94C28A
(148,194,138)
#9FC897
(159,200,151)
#AACEA4
(170,206,164)
#B5D4B1
(181,212,177)
#C0DABE
(192,218,190)
#CBE0CB
(203,224,203)
#D6E6D8
(214,230,216)
#E1ECE5
(225,236,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB670 color. Also use rgb(126,182,112) instead hex code.

Text Font Color

.myTextColor { color: #7EB670; }

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

This text font color is #7EB670.

Background Color

.myBgColor { background-color: #7EB670; }

<div style="background-color:#7EB670">Inner text</div>

This div background color is #7EB670.

Border color

.myBorderColor { border: 1px solid #7EB670; }

<div style="border:3px solid #7EB670">Div</div>

This div border color is #7EB670.

Opacity

.myOpacity80 { color: #7EB670; opacity: 0.8; }

<p style="color:#7EB670;opacity:0.8;">80%</p>

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

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

This text has shadow with #7EB670 color.


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

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

This text has shadow with #7EB670 primary color and red secondary color.


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

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

This text has shadow with #7EB670 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7EB670.

Preview

Color preview on black background

This text has color #7EB670 on black background.


Color preview on white background

This text has color #7EB670 on white background.


Black color preview on #7EB670 background

This text has black color on #7EB670 background.


White color preview on #7EB670 background

This text has white color on #7EB670 background.


Related colors

Complementary color

Complementary color for #hex is #81498F.


I love getcolorcode.com

Triadic colors

1 #707EB6 and #B6707E with #7EB670 are triadic colors.

2 #70B67E and #B67E70 with #7EB670 are triadic colors.