COLOR #7CBA7B

HEX: #7CBA7B RGB: (124,186,123)

Color info

#7CBA7B contains mainly green color. Web safe color of #7CBA7B is #66CC66 (or #6C6).

RGB color model

#7CBA7B color RGB value is (124,186,123).

RGB: (124,186,123) (49%, 73%, 48%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 123 of 255 = 48%

124
186
123

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

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 123 = 433 (100%)
R 124 of 433 ~ 28.64%
G 186 of 433 ~ 42.96%
B 123 of 433 ~ 28.41'%

%28.64
%42.96
%28.41

CMYK color model

#7CBA7B color CMYK value is (33,0,34,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 33.87%
  • key color value is 27.06%
CMYK: (33,0,34,27) C33M0Y34K27 (33%,0%,34%,27%) (0.33/0.00/0.34/0.27) 

CMYK percentages

%33.33
%0
%33.87
%27.06

Codes

Color #7CBA7B in popluar color models

7C BA 7B
RGB 124 186 123
HSL 119° 31.34% 60.59%
HSB/HSV 119° 33.87% 72.94%
CMYK 33.33% 0.00% 33.87%
27.06%

Color #7CBA7B in popluar number systems.

HEX 7C BA 7B
Decimal 124 186 123
Binary 1111100 10111010 1111011
Octal 174 272 173

Shades and tints

Shades of #7CBA7B

#7CBA7B
(124,186,123)
#71AA70
(113,170,112)
#669A65
(102,154,101)
#5B8A5A
(91,138,90)
#507A4F
(80,122,79)
#456A44
(69,106,68)
#3A5A39
(58,90,57)
#2F4A2E
(47,74,46)
#243A23
(36,58,35)
#192A18
(25,42,24)
#0E1A0D
(14,26,13)
#000000
(0,0,0)

Tints of #7CBA7B

#7CBA7B
(124,186,123)
#87C087
(135,192,135)
#92C693
(146,198,147)
#9DCC9F
(157,204,159)
#A8D2AB
(168,210,171)
#B3D8B7
(179,216,183)
#BEDEC3
(190,222,195)
#C9E4CF
(201,228,207)
#D4EADB
(212,234,219)
#DFF0E7
(223,240,231)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CBA7B color. Also use rgb(124,186,123) instead hex code.

Text Font Color

.myTextColor { color: #7CBA7B; }

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

This text font color is #7CBA7B.

Background Color

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

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

This div background color is #7CBA7B.

Border color

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

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

This div border color is #7CBA7B.

Opacity

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

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

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

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

This text has shadow with #7CBA7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBA7B.

Preview

Color preview on black background

This text has color #7CBA7B on black background.


Color preview on white background

This text has color #7CBA7B on white background.


Black color preview on #7CBA7B background

This text has black color on #7CBA7B background.


White color preview on #7CBA7B background

This text has white color on #7CBA7B background.


Related colors

Complementary color

Complementary color for #hex is #834584.


I love getcolorcode.com

Triadic colors

1 #7B7CBA and #BA7B7C with #7CBA7B are triadic colors.

2 #7BBA7C and #BA7C7B with #7CBA7B are triadic colors.