COLOR #7C9E5B

HEX: #7C9E5B RGB: (124,158,91)

Color info

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

RGB color model

#7C9E5B color RGB value is (124,158,91).

RGB: (124,158,91) (49%, 62%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 91 of 255 = 36%

124
158
91

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

Portions of RGB colors in percentages

R + G + B = 124 + 158 + 91 = 373 (100%)
R 124 of 373 ~ 33.24%
G 158 of 373 ~ 42.36%
B 91 of 373 ~ 24.4'%

%33.24
%42.36
%24.4

CMYK color model

#7C9E5B color CMYK value is (22,0,42,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 42.41%
  • key color value is 38.04%

CMYK: (22,0,42,38)
C22M0Y42K38 (22%, 0%, 42%, 38%)
(0.22 / 0.00 / 0.42 / 0.38)

CMYK percentages

%21.52
%0
%42.41
%38.04

Codes

Color #7C9E5B in popluar color models

7C 9E 5B
RGB 124 158 91
HSL 90° 26.91% 48.82%
HSB/HSV 90° 42.41% 61.96%
CMYK 21.52% 0.00% 42.41%
38.04%

Color #7C9E5B in popluar number systems.

HEX 7C 9E 5B
Decimal 124 158 91
Binary 1111100 10011110 1011011
Octal 174 236 133

Shades and tints

Shades of #7C9E5B

#7C9E5B
(124,158,91)
#719053
(113,144,83)
#66824B
(102,130,75)
#5B7443
(91,116,67)
#50663B
(80,102,59)
#455833
(69,88,51)
#3A4A2B
(58,74,43)
#2F3C23
(47,60,35)
#242E1B
(36,46,27)
#192013
(25,32,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #7C9E5B

#7C9E5B
(124,158,91)
#87A669
(135,166,105)
#92AE77
(146,174,119)
#9DB685
(157,182,133)
#A8BE93
(168,190,147)
#B3C6A1
(179,198,161)
#BECEAF
(190,206,175)
#C9D6BD
(201,214,189)
#D4DECB
(212,222,203)
#DFE6D9
(223,230,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9E5B color. Also use rgb(124,158,91) instead hex code.

Text Font Color

.myTextColor { color: #7C9E5B; }

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

This text font color is #7C9E5B.

Background Color

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

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

This div background color is #7C9E5B.

Border color

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

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

This div border color is #7C9E5B.

Opacity

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

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

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

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

This text has shadow with #7C9E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9E5B.

Preview

Color preview on black background

This text has color #7C9E5B on black background.


Color preview on white background

This text has color #7C9E5B on white background.


Black color preview on #7C9E5B background

This text has black color on #7C9E5B background.


White color preview on #7C9E5B background

This text has white color on #7C9E5B background.


Related colors

Complementary color

Complementary color for #hex is #8361A4.


I love getcolorcode.com

Triadic colors

1 #5B7C9E and #9E5B7C with #7C9E5B are triadic colors.

2 #5B9E7C and #9E7C5B with #7C9E5B are triadic colors.