COLOR #7EBD6C

HEX: #7EBD6C RGB: (126,189,108)

Color info

#7EBD6C contains mainly green color. Web safe color of #7EBD6C is #66CC66 (or #6C6).

RGB color model

#7EBD6C color RGB value is (126,189,108).

RGB: (126,189,108) (49%, 74%, 42%)

RGB channels and saturation

R 126 of 255 = 49%
G 189 of 255 = 74%
B 108 of 255 = 42%

126
189
108

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

Portions of RGB colors in percentages

R + G + B = 126 + 189 + 108 = 423 (100%)
R 126 of 423 ~ 29.79%
G 189 of 423 ~ 44.68%
B 108 of 423 ~ 25.53'%

%29.79
%44.68
%25.53

CMYK color model

#7EBD6C color CMYK value is (33,0,43,26).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 25.88%

CMYK: (33,0,43,26)
C33M0Y43K26 (33%, 0%, 43%, 26%)
(0.33 / 0.00 / 0.43 / 0.26)

CMYK percentages

%33.33
%0
%42.86
%25.88

Codes

Color #7EBD6C in popluar color models

7E BD 6C
RGB 126 189 108
HSL 107° 38.03% 58.24%
HSB/HSV 107° 42.86% 74.12%
CMYK 33.33% 0.00% 42.86%
25.88%

Color #7EBD6C in popluar number systems.

HEX 7E BD 6C
Decimal 126 189 108
Binary 1111110 10111101 1101100
Octal 176 275 154

Shades and tints

Shades of #7EBD6C

#7EBD6C
(126,189,108)
#73AC63
(115,172,99)
#689B5A
(104,155,90)
#5D8A51
(93,138,81)
#527948
(82,121,72)
#47683F
(71,104,63)
#3C5736
(60,87,54)
#31462D
(49,70,45)
#263524
(38,53,36)
#1B241B
(27,36,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7EBD6C

#7EBD6C
(126,189,108)
#89C379
(137,195,121)
#94C986
(148,201,134)
#9FCF93
(159,207,147)
#AAD5A0
(170,213,160)
#B5DBAD
(181,219,173)
#C0E1BA
(192,225,186)
#CBE7C7
(203,231,199)
#D6EDD4
(214,237,212)
#E1F3E1
(225,243,225)
#ECF9EE
(236,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBD6C color. Also use rgb(126,189,108) instead hex code.

Text Font Color

.myTextColor { color: #7EBD6C; }

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

This text font color is #7EBD6C.

Background Color

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

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

This div background color is #7EBD6C.

Border color

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

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

This div border color is #7EBD6C.

Opacity

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

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

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

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

This text has shadow with #7EBD6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBD6C.

Preview

Color preview on black background

This text has color #7EBD6C on black background.


Color preview on white background

This text has color #7EBD6C on white background.


Black color preview on #7EBD6C background

This text has black color on #7EBD6C background.


White color preview on #7EBD6C background

This text has white color on #7EBD6C background.


Related colors

Complementary color

Complementary color for #hex is #814293.


I love getcolorcode.com

Triadic colors

1 #6C7EBD and #BD6C7E with #7EBD6C are triadic colors.

2 #6CBD7E and #BD7E6C with #7EBD6C are triadic colors.