COLOR #7CBA5C

HEX: #7CBA5C RGB: (124,186,92)

Color info

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

RGB color model

#7CBA5C color RGB value is (124,186,92).

RGB: (124,186,92) (49%, 73%, 36%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 92 of 255 = 36%

124
186
92

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

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 92 = 402 (100%)
R 124 of 402 ~ 30.85%
G 186 of 402 ~ 46.27%
B 92 of 402 ~ 22.89'%

%30.85
%46.27
%22.89

CMYK color model

#7CBA5C color CMYK value is (33,0,51,27).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 50.54%
  • key color value is 27.06%

CMYK: (33,0,51,27)
C33M0Y51K27 (33%, 0%, 51%, 27%)
(0.33 / 0.00 / 0.51 / 0.27)

CMYK percentages

%33.33
%0
%50.54
%27.06

Codes

Color #7CBA5C in popluar color models

7C BA 5C
RGB 124 186 92
HSL 100° 40.52% 54.51%
HSB/HSV 100° 50.54% 72.94%
CMYK 33.33% 0.00% 50.54%
27.06%

Color #7CBA5C in popluar number systems.

HEX 7C BA 5C
Decimal 124 186 92
Binary 1111100 10111010 1011100
Octal 174 272 134

Shades and tints

Shades of #7CBA5C

#7CBA5C
(124,186,92)
#71AA54
(113,170,84)
#669A4C
(102,154,76)
#5B8A44
(91,138,68)
#507A3C
(80,122,60)
#456A34
(69,106,52)
#3A5A2C
(58,90,44)
#2F4A24
(47,74,36)
#243A1C
(36,58,28)
#192A14
(25,42,20)
#0E1A0C
(14,26,12)
#000000
(0,0,0)

Tints of #7CBA5C

#7CBA5C
(124,186,92)
#87C06A
(135,192,106)
#92C678
(146,198,120)
#9DCC86
(157,204,134)
#A8D294
(168,210,148)
#B3D8A2
(179,216,162)
#BEDEB0
(190,222,176)
#C9E4BE
(201,228,190)
#D4EACC
(212,234,204)
#DFF0DA
(223,240,218)
#EAF6E8
(234,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBA5C; }

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

This text font color is #7CBA5C.

Background Color

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

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

This div background color is #7CBA5C.

Border color

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

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

This div border color is #7CBA5C.

Opacity

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

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

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

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

This text has shadow with #7CBA5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBA5C.

Preview

Color preview on black background

This text has color #7CBA5C on black background.


Color preview on white background

This text has color #7CBA5C on white background.


Black color preview on #7CBA5C background

This text has black color on #7CBA5C background.


White color preview on #7CBA5C background

This text has white color on #7CBA5C background.


Related colors

Complementary color

Complementary color for #hex is #8345A3.


I love getcolorcode.com

Triadic colors

1 #5C7CBA and #BA5C7C with #7CBA5C are triadic colors.

2 #5CBA7C and #BA7C5C with #7CBA5C are triadic colors.