COLOR #7CB56F

HEX: #7CB56F RGB: (124,181,111)

Color info

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

RGB color model

#7CB56F color RGB value is (124,181,111).

RGB: (124,181,111) (49%, 71%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 111 of 255 = 44%

124
181
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 181 + 111 = 416 (100%)
R 124 of 416 ~ 29.81%
G 181 of 416 ~ 43.51%
B 111 of 416 ~ 26.68'%

%29.81
%43.51
%26.68

CMYK color model

#7CB56F color CMYK value is (31,0,39,29).

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

CMYK: (31,0,39,29)
C31M0Y39K29 (31%, 0%, 39%, 29%)
(0.31 / 0.00 / 0.39 / 0.29)

CMYK percentages

%31.49
%0
%38.67
%29.02

Codes

Color #7CB56F in popluar color models

7C B5 6F
RGB 124 181 111
HSL 109° 32.11% 57.25%
HSB/HSV 109° 38.67% 70.98%
CMYK 31.49% 0.00% 38.67%
29.02%

Color #7CB56F in popluar number systems.

HEX 7C B5 6F
Decimal 124 181 111
Binary 1111100 10110101 1101111
Octal 174 265 157

Shades and tints

Shades of #7CB56F

#7CB56F
(124,181,111)
#71A565
(113,165,101)
#66955B
(102,149,91)
#5B8551
(91,133,81)
#507547
(80,117,71)
#45653D
(69,101,61)
#3A5533
(58,85,51)
#2F4529
(47,69,41)
#24351F
(36,53,31)
#192515
(25,37,21)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #7CB56F

#7CB56F
(124,181,111)
#87BB7C
(135,187,124)
#92C189
(146,193,137)
#9DC796
(157,199,150)
#A8CDA3
(168,205,163)
#B3D3B0
(179,211,176)
#BED9BD
(190,217,189)
#C9DFCA
(201,223,202)
#D4E5D7
(212,229,215)
#DFEBE4
(223,235,228)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB56F; }

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

This text font color is #7CB56F.

Background Color

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

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

This div background color is #7CB56F.

Border color

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

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

This div border color is #7CB56F.

Opacity

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

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

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

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

This text has shadow with #7CB56F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB56F.

Preview

Color preview on black background

This text has color #7CB56F on black background.


Color preview on white background

This text has color #7CB56F on white background.


Black color preview on #7CB56F background

This text has black color on #7CB56F background.


White color preview on #7CB56F background

This text has white color on #7CB56F background.


Related colors

Complementary color

Complementary color for #hex is #834A90.


I love getcolorcode.com

Triadic colors

1 #6F7CB5 and #B56F7C with #7CB56F are triadic colors.

2 #6FB57C and #B57C6F with #7CB56F are triadic colors.