COLOR #7EB068

HEX: #7EB068 RGB: (126,176,104)

Color info

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

RGB color model

#7EB068 color RGB value is (126,176,104).

RGB: (126,176,104) (49%, 69%, 41%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 104 of 255 = 41%

126
176
104

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

Portions of RGB colors in percentages

R + G + B = 126 + 176 + 104 = 406 (100%)
R 126 of 406 ~ 31.03%
G 176 of 406 ~ 43.35%
B 104 of 406 ~ 25.62'%

%31.03
%43.35
%25.62

CMYK color model

#7EB068 color CMYK value is (28,0,41,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 30.98%

CMYK: (28,0,41,31)
C28M0Y41K31 (28%, 0%, 41%, 31%)
(0.28 / 0.00 / 0.41 / 0.31)

CMYK percentages

%28.41
%0
%40.91
%30.98

Codes

Color #7EB068 in popluar color models

7E B0 68
RGB 126 176 104
HSL 102° 31.30% 54.90%
HSB/HSV 102° 40.91% 69.02%
CMYK 28.41% 0.00% 40.91%
30.98%

Color #7EB068 in popluar number systems.

HEX 7E B0 68
Decimal 126 176 104
Binary 1111110 10110000 1101000
Octal 176 260 150

Shades and tints

Shades of #7EB068

#7EB068
(126,176,104)
#73A05F
(115,160,95)
#689056
(104,144,86)
#5D804D
(93,128,77)
#527044
(82,112,68)
#47603B
(71,96,59)
#3C5032
(60,80,50)
#314029
(49,64,41)
#263020
(38,48,32)
#1B2017
(27,32,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #7EB068

#7EB068
(126,176,104)
#89B775
(137,183,117)
#94BE82
(148,190,130)
#9FC58F
(159,197,143)
#AACC9C
(170,204,156)
#B5D3A9
(181,211,169)
#C0DAB6
(192,218,182)
#CBE1C3
(203,225,195)
#D6E8D0
(214,232,208)
#E1EFDD
(225,239,221)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB068 color. Also use rgb(126,176,104) instead hex code.

Text Font Color

.myTextColor { color: #7EB068; }

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

This text font color is #7EB068.

Background Color

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

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

This div background color is #7EB068.

Border color

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

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

This div border color is #7EB068.

Opacity

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

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

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

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

This text has shadow with #7EB068 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EB068.

Preview

Color preview on black background

This text has color #7EB068 on black background.


Color preview on white background

This text has color #7EB068 on white background.


Black color preview on #7EB068 background

This text has black color on #7EB068 background.


White color preview on #7EB068 background

This text has white color on #7EB068 background.


Related colors

Complementary color

Complementary color for #hex is #814F97.


I love getcolorcode.com

Triadic colors

1 #687EB0 and #B0687E with #7EB068 are triadic colors.

2 #68B07E and #B07E68 with #7EB068 are triadic colors.