COLOR #7CB45B

HEX: #7CB45B RGB: (124,180,91)

Color info

#7CB45B contains mainly red and green colors. Web safe color of #7CB45B is #66CC66 (or #6C6).

RGB color model

#7CB45B color RGB value is (124,180,91).

RGB: (124,180,91) (49%, 71%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 180 of 255 = 71%
B 91 of 255 = 36%

124
180
91

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

Portions of RGB colors in percentages

R + G + B = 124 + 180 + 91 = 395 (100%)
R 124 of 395 ~ 31.39%
G 180 of 395 ~ 45.57%
B 91 of 395 ~ 23.04'%

%31.39
%45.57
%23.04

CMYK color model

#7CB45B color CMYK value is (31,0,49,29).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 29.41%

CMYK: (31,0,49,29)
C31M0Y49K29 (31%, 0%, 49%, 29%)
(0.31 / 0.00 / 0.49 / 0.29)

CMYK percentages

%31.11
%0
%49.44
%29.41

Codes

Color #7CB45B in popluar color models

7C B4 5B
RGB 124 180 91
HSL 98° 37.24% 53.14%
HSB/HSV 98° 49.44% 70.59%
CMYK 31.11% 0.00% 49.44%
29.41%

Color #7CB45B in popluar number systems.

HEX 7C B4 5B
Decimal 124 180 91
Binary 1111100 10110100 1011011
Octal 174 264 133

Shades and tints

Shades of #7CB45B

#7CB45B
(124,180,91)
#71A453
(113,164,83)
#66944B
(102,148,75)
#5B8443
(91,132,67)
#50743B
(80,116,59)
#456433
(69,100,51)
#3A542B
(58,84,43)
#2F4423
(47,68,35)
#24341B
(36,52,27)
#192413
(25,36,19)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7CB45B

#7CB45B
(124,180,91)
#87BA69
(135,186,105)
#92C077
(146,192,119)
#9DC685
(157,198,133)
#A8CC93
(168,204,147)
#B3D2A1
(179,210,161)
#BED8AF
(190,216,175)
#C9DEBD
(201,222,189)
#D4E4CB
(212,228,203)
#DFEAD9
(223,234,217)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB45B; }

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

This text font color is #7CB45B.

Background Color

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

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

This div background color is #7CB45B.

Border color

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

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

This div border color is #7CB45B.

Opacity

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

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

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

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

This text has shadow with #7CB45B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB45B.

Preview

Color preview on black background

This text has color #7CB45B on black background.


Color preview on white background

This text has color #7CB45B on white background.


Black color preview on #7CB45B background

This text has black color on #7CB45B background.


White color preview on #7CB45B background

This text has white color on #7CB45B background.


Related colors

Complementary color

Complementary color for #hex is #834BA4.


I love getcolorcode.com

Triadic colors

1 #5B7CB4 and #B45B7C with #7CB45B are triadic colors.

2 #5BB47C and #B47C5B with #7CB45B are triadic colors.