COLOR #7E9861

HEX: #7E9861 RGB: (126,152,97)

Color info

#7E9861 contains red, green and blue colors in about the same proportion. Web safe color of #7E9861 is #669966 (or #696).

RGB color model

#7E9861 color RGB value is (126,152,97).

RGB: (126,152,97) (49%, 60%, 38%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 97 of 255 = 38%

126
152
97

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

Portions of RGB colors in percentages

R + G + B = 126 + 152 + 97 = 375 (100%)
R 126 of 375 ~ 33.6%
G 152 of 375 ~ 40.53%
B 97 of 375 ~ 25.87'%

%33.6
%40.53
%25.87

CMYK color model

#7E9861 color CMYK value is (17,0,36,40).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 40.39%

CMYK: (17,0,36,40)
C17M0Y36K40 (17%, 0%, 36%, 40%)
(0.17 / 0.00 / 0.36 / 0.40)

CMYK percentages

%17.11
%0
%36.18
%40.39

Codes

Color #7E9861 in popluar color models

7E 98 61
RGB 126 152 97
HSL 88° 22.09% 48.82%
HSB/HSV 88° 36.18% 59.61%
CMYK 17.11% 0.00% 36.18%
40.39%

Color #7E9861 in popluar number systems.

HEX 7E 98 61
Decimal 126 152 97
Binary 1111110 10011000 1100001
Octal 176 230 141

Shades and tints

Shades of #7E9861

#7E9861
(126,152,97)
#738B59
(115,139,89)
#687E51
(104,126,81)
#5D7149
(93,113,73)
#526441
(82,100,65)
#475739
(71,87,57)
#3C4A31
(60,74,49)
#313D29
(49,61,41)
#263021
(38,48,33)
#1B2319
(27,35,25)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7E9861

#7E9861
(126,152,97)
#89A16F
(137,161,111)
#94AA7D
(148,170,125)
#9FB38B
(159,179,139)
#AABC99
(170,188,153)
#B5C5A7
(181,197,167)
#C0CEB5
(192,206,181)
#CBD7C3
(203,215,195)
#D6E0D1
(214,224,209)
#E1E9DF
(225,233,223)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9861 color. Also use rgb(126,152,97) instead hex code.

Text Font Color

.myTextColor { color: #7E9861; }

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

This text font color is #7E9861.

Background Color

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

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

This div background color is #7E9861.

Border color

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

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

This div border color is #7E9861.

Opacity

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

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

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

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

This text has shadow with #7E9861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9861.

Preview

Color preview on black background

This text has color #7E9861 on black background.


Color preview on white background

This text has color #7E9861 on white background.


Black color preview on #7E9861 background

This text has black color on #7E9861 background.


White color preview on #7E9861 background

This text has white color on #7E9861 background.


Related colors

Complementary color

Complementary color for #hex is #81679E.


I love getcolorcode.com

Triadic colors

1 #617E98 and #98617E with #7E9861 are triadic colors.

2 #61987E and #987E61 with #7E9861 are triadic colors.