COLOR #7CB36B

HEX: #7CB36B RGB: (124,179,107)

Color info

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

RGB color model

#7CB36B color RGB value is (124,179,107).

RGB: (124,179,107) (49%, 70%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 179 of 255 = 70%
B 107 of 255 = 42%

124
179
107

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

Portions of RGB colors in percentages

R + G + B = 124 + 179 + 107 = 410 (100%)
R 124 of 410 ~ 30.24%
G 179 of 410 ~ 43.66%
B 107 of 410 ~ 26.1'%

%30.24
%43.66
%26.1

CMYK color model

#7CB36B color CMYK value is (31,0,40,30).

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

CMYK: (31,0,40,30)
C31M0Y40K30 (31%, 0%, 40%, 30%)
(0.31 / 0.00 / 0.40 / 0.30)

CMYK percentages

%30.73
%0
%40.22
%29.8

Codes

Color #7CB36B in popluar color models

7C B3 6B
RGB 124 179 107
HSL 106° 32.14% 56.08%
HSB/HSV 106° 40.22% 70.20%
CMYK 30.73% 0.00% 40.22%
29.80%

Color #7CB36B in popluar number systems.

HEX 7C B3 6B
Decimal 124 179 107
Binary 1111100 10110011 1101011
Octal 174 263 153

Shades and tints

Shades of #7CB36B

#7CB36B
(124,179,107)
#71A362
(113,163,98)
#669359
(102,147,89)
#5B8350
(91,131,80)
#507347
(80,115,71)
#45633E
(69,99,62)
#3A5335
(58,83,53)
#2F432C
(47,67,44)
#243323
(36,51,35)
#19231A
(25,35,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7CB36B

#7CB36B
(124,179,107)
#87B978
(135,185,120)
#92BF85
(146,191,133)
#9DC592
(157,197,146)
#A8CB9F
(168,203,159)
#B3D1AC
(179,209,172)
#BED7B9
(190,215,185)
#C9DDC6
(201,221,198)
#D4E3D3
(212,227,211)
#DFE9E0
(223,233,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB36B; }

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

This text font color is #7CB36B.

Background Color

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

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

This div background color is #7CB36B.

Border color

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

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

This div border color is #7CB36B.

Opacity

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

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

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

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

This text has shadow with #7CB36B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB36B.

Preview

Color preview on black background

This text has color #7CB36B on black background.


Color preview on white background

This text has color #7CB36B on white background.


Black color preview on #7CB36B background

This text has black color on #7CB36B background.


White color preview on #7CB36B background

This text has white color on #7CB36B background.


Related colors

Complementary color

Complementary color for #hex is #834C94.


I love getcolorcode.com

Triadic colors

1 #6B7CB3 and #B36B7C with #7CB36B are triadic colors.

2 #6BB37C and #B37C6B with #7CB36B are triadic colors.