COLOR #7CB58B

HEX: #7CB58B RGB: (124,181,139)

Color info

#7CB58B contains red, green and blue colors in about the same proportion. Web safe color of #7CB58B is #66CC99 (or #6C9).

RGB color model

#7CB58B color RGB value is (124,181,139).

RGB: (124,181,139) (49%, 71%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 139 of 255 = 55%

124
181
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 181 + 139 = 444 (100%)
R 124 of 444 ~ 27.93%
G 181 of 444 ~ 40.77%
B 139 of 444 ~ 31.31'%

%27.93
%40.77
%31.31

CMYK color model

#7CB58B color CMYK value is (31,0,23,29).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 29.02%

CMYK: (31,0,23,29)
C31M0Y23K29 (31%, 0%, 23%, 29%)
(0.31 / 0.00 / 0.23 / 0.29)

CMYK percentages

%31.49
%0
%23.2
%29.02

Codes

Color #7CB58B in popluar color models

7C B5 8B
RGB 124 181 139
HSL 136° 27.80% 59.80%
HSB/HSV 136° 31.49% 70.98%
CMYK 31.49% 0.00% 23.20%
29.02%

Color #7CB58B in popluar number systems.

HEX 7C B5 8B
Decimal 124 181 139
Binary 1111100 10110101 10001011
Octal 174 265 213

Shades and tints

Shades of #7CB58B

#7CB58B
(124,181,139)
#71A57F
(113,165,127)
#669573
(102,149,115)
#5B8567
(91,133,103)
#50755B
(80,117,91)
#45654F
(69,101,79)
#3A5543
(58,85,67)
#2F4537
(47,69,55)
#24352B
(36,53,43)
#19251F
(25,37,31)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #7CB58B

#7CB58B
(124,181,139)
#87BB95
(135,187,149)
#92C19F
(146,193,159)
#9DC7A9
(157,199,169)
#A8CDB3
(168,205,179)
#B3D3BD
(179,211,189)
#BED9C7
(190,217,199)
#C9DFD1
(201,223,209)
#D4E5DB
(212,229,219)
#DFEBE5
(223,235,229)
#EAF1EF
(234,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB58B color. Also use rgb(124,181,139) instead hex code.

Text Font Color

.myTextColor { color: #7CB58B; }

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

This text font color is #7CB58B.

Background Color

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

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

This div background color is #7CB58B.

Border color

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

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

This div border color is #7CB58B.

Opacity

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

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

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

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

This text has shadow with #7CB58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB58B.

Preview

Color preview on black background

This text has color #7CB58B on black background.


Color preview on white background

This text has color #7CB58B on white background.


Black color preview on #7CB58B background

This text has black color on #7CB58B background.


White color preview on #7CB58B background

This text has white color on #7CB58B background.


Related colors

Complementary color

Complementary color for #hex is #834A74.


I love getcolorcode.com

Triadic colors

1 #8B7CB5 and #B58B7C with #7CB58B are triadic colors.

2 #8BB57C and #B57C8B with #7CB58B are triadic colors.