COLOR #7EB669

HEX: #7EB669 RGB: (126,182,105)

Color info

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

RGB color model

#7EB669 color RGB value is (126,182,105).

RGB: (126,182,105) (49%, 71%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 105 of 255 = 41%

126
182
105

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

Portions of RGB colors in percentages

R + G + B = 126 + 182 + 105 = 413 (100%)
R 126 of 413 ~ 30.51%
G 182 of 413 ~ 44.07%
B 105 of 413 ~ 25.42'%

%30.51
%44.07
%25.42

CMYK color model

#7EB669 color CMYK value is (31,0,42,29).

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

CMYK: (31,0,42,29)
C31M0Y42K29 (31%, 0%, 42%, 29%)
(0.31 / 0.00 / 0.42 / 0.29)

CMYK percentages

%30.77
%0
%42.31
%28.63

Codes

Color #7EB669 in popluar color models

7E B6 69
RGB 126 182 105
HSL 104° 34.53% 56.27%
HSB/HSV 104° 42.31% 71.37%
CMYK 30.77% 0.00% 42.31%
28.63%

Color #7EB669 in popluar number systems.

HEX 7E B6 69
Decimal 126 182 105
Binary 1111110 10110110 1101001
Octal 176 266 151

Shades and tints

Shades of #7EB669

#7EB669
(126,182,105)
#73A660
(115,166,96)
#689657
(104,150,87)
#5D864E
(93,134,78)
#527645
(82,118,69)
#47663C
(71,102,60)
#3C5633
(60,86,51)
#31462A
(49,70,42)
#263621
(38,54,33)
#1B2618
(27,38,24)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EB669

#7EB669
(126,182,105)
#89BC76
(137,188,118)
#94C283
(148,194,131)
#9FC890
(159,200,144)
#AACE9D
(170,206,157)
#B5D4AA
(181,212,170)
#C0DAB7
(192,218,183)
#CBE0C4
(203,224,196)
#D6E6D1
(214,230,209)
#E1ECDE
(225,236,222)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB669; }

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

This text font color is #7EB669.

Background Color

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

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

This div background color is #7EB669.

Border color

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

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

This div border color is #7EB669.

Opacity

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

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

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

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

This text has shadow with #7EB669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB669.

Preview

Color preview on black background

This text has color #7EB669 on black background.


Color preview on white background

This text has color #7EB669 on white background.


Black color preview on #7EB669 background

This text has black color on #7EB669 background.


White color preview on #7EB669 background

This text has white color on #7EB669 background.


Related colors

Complementary color

Complementary color for #hex is #814996.


I love getcolorcode.com

Triadic colors

1 #697EB6 and #B6697E with #7EB669 are triadic colors.

2 #69B67E and #B67E69 with #7EB669 are triadic colors.