COLOR #7EB869

HEX: #7EB869 RGB: (126,184,105)

Color info

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

RGB color model

#7EB869 color RGB value is (126,184,105).

RGB: (126,184,105) (49%, 72%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 184 of 255 = 72%
B 105 of 255 = 41%

126
184
105

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

Portions of RGB colors in percentages

R + G + B = 126 + 184 + 105 = 415 (100%)
R 126 of 415 ~ 30.36%
G 184 of 415 ~ 44.34%
B 105 of 415 ~ 25.3'%

%30.36
%44.34
%25.3

CMYK color model

#7EB869 color CMYK value is (32,0,43,28).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 42.93%
  • key color value is 27.84%

CMYK: (32,0,43,28)
C32M0Y43K28 (32%, 0%, 43%, 28%)
(0.32 / 0.00 / 0.43 / 0.28)

CMYK percentages

%31.52
%0
%42.93
%27.84

Codes

Color #7EB869 in popluar color models

7E B8 69
RGB 126 184 105
HSL 104° 35.75% 56.67%
HSB/HSV 104° 42.93% 72.16%
CMYK 31.52% 0.00% 42.93%
27.84%

Color #7EB869 in popluar number systems.

HEX 7E B8 69
Decimal 126 184 105
Binary 1111110 10111000 1101001
Octal 176 270 151

Shades and tints

Shades of #7EB869

#7EB869
(126,184,105)
#73A860
(115,168,96)
#689857
(104,152,87)
#5D884E
(93,136,78)
#527845
(82,120,69)
#47683C
(71,104,60)
#3C5833
(60,88,51)
#31482A
(49,72,42)
#263821
(38,56,33)
#1B2818
(27,40,24)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #7EB869

#7EB869
(126,184,105)
#89BE76
(137,190,118)
#94C483
(148,196,131)
#9FCA90
(159,202,144)
#AAD09D
(170,208,157)
#B5D6AA
(181,214,170)
#C0DCB7
(192,220,183)
#CBE2C4
(203,226,196)
#D6E8D1
(214,232,209)
#E1EEDE
(225,238,222)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB869; }

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

This text font color is #7EB869.

Background Color

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

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

This div background color is #7EB869.

Border color

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

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

This div border color is #7EB869.

Opacity

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

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

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

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

This text has shadow with #7EB869 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB869.

Preview

Color preview on black background

This text has color #7EB869 on black background.


Color preview on white background

This text has color #7EB869 on white background.


Black color preview on #7EB869 background

This text has black color on #7EB869 background.


White color preview on #7EB869 background

This text has white color on #7EB869 background.


Related colors

Complementary color

Complementary color for #hex is #814796.


I love getcolorcode.com

Triadic colors

1 #697EB8 and #B8697E with #7EB869 are triadic colors.

2 #69B87E and #B87E69 with #7EB869 are triadic colors.