COLOR #7CB376

HEX: #7CB376 RGB: (124,179,118)

Color info

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

RGB color model

#7CB376 color RGB value is (124,179,118).

RGB: (124,179,118) (49%, 70%, 46%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 118 of 255 = 46%

124
179
118

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 118 = 421 (100%)
R 124 of 421 ~ 29.45%
G 179 of 421 ~ 42.52%
B 118 of 421 ~ 28.03'%

%29.45
%42.52
%28.03

CMYK color model

#7CB376 color CMYK value is (31,0,34,30).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%

CMYK: (31,0,34,30)
C31M0Y34K30 (31%, 0%, 34%, 30%)
(0.31 / 0.00 / 0.34 / 0.30)

CMYK percentages

%30.73
%0
%34.08
%29.8

Codes

Color #7CB376 in popluar color models

7C B3 76
RGB 124 179 118
HSL 114° 28.64% 58.24%
HSB/HSV 114° 34.08% 70.20%
CMYK 30.73% 0.00% 34.08%
29.80%

Color #7CB376 in popluar number systems.

HEX 7C B3 76
Decimal 124 179 118
Binary 1111100 10110011 1110110
Octal 174 263 166

Shades and tints

Shades of #7CB376

#7CB376
(124,179,118)
#71A36C
(113,163,108)
#669362
(102,147,98)
#5B8358
(91,131,88)
#50734E
(80,115,78)
#456344
(69,99,68)
#3A533A
(58,83,58)
#2F4330
(47,67,48)
#243326
(36,51,38)
#19231C
(25,35,28)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7CB376

#7CB376
(124,179,118)
#87B982
(135,185,130)
#92BF8E
(146,191,142)
#9DC59A
(157,197,154)
#A8CBA6
(168,203,166)
#B3D1B2
(179,209,178)
#BED7BE
(190,215,190)
#C9DDCA
(201,221,202)
#D4E3D6
(212,227,214)
#DFE9E2
(223,233,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB376 color. Also use rgb(124,179,118) instead hex code.

Text Font Color

.myTextColor { color: #7CB376; }

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

This text font color is #7CB376.

Background Color

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

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

This div background color is #7CB376.

Border color

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

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

This div border color is #7CB376.

Opacity

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

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

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

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

This text has shadow with #7CB376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB376.

Preview

Color preview on black background

This text has color #7CB376 on black background.


Color preview on white background

This text has color #7CB376 on white background.


Black color preview on #7CB376 background

This text has black color on #7CB376 background.


White color preview on #7CB376 background

This text has white color on #7CB376 background.


Related colors

Complementary color

Complementary color for #hex is #834C89.


I love getcolorcode.com

Triadic colors

1 #767CB3 and #B3767C with #7CB376 are triadic colors.

2 #76B37C and #B37C76 with #7CB376 are triadic colors.