COLOR #7CBA6A

HEX: #7CBA6A RGB: (124,186,106)

Color info

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

RGB color model

#7CBA6A color RGB value is (124,186,106).

RGB: (124,186,106) (49%, 73%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 186 of 255 = 73%
B 106 of 255 = 42%

124
186
106

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

Portions of RGB colors in percentages

R + G + B = 124 + 186 + 106 = 416 (100%)
R 124 of 416 ~ 29.81%
G 186 of 416 ~ 44.71%
B 106 of 416 ~ 25.48'%

%29.81
%44.71
%25.48

CMYK color model

#7CBA6A color CMYK value is (33,0,43,27).

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

CMYK: (33,0,43,27)
C33M0Y43K27 (33%, 0%, 43%, 27%)
(0.33 / 0.00 / 0.43 / 0.27)

CMYK percentages

%33.33
%0
%43.01
%27.06

Codes

Color #7CBA6A in popluar color models

7C BA 6A
RGB 124 186 106
HSL 107° 36.70% 57.25%
HSB/HSV 107° 43.01% 72.94%
CMYK 33.33% 0.00% 43.01%
27.06%

Color #7CBA6A in popluar number systems.

HEX 7C BA 6A
Decimal 124 186 106
Binary 1111100 10111010 1101010
Octal 174 272 152

Shades and tints

Shades of #7CBA6A

#7CBA6A
(124,186,106)
#71AA61
(113,170,97)
#669A58
(102,154,88)
#5B8A4F
(91,138,79)
#507A46
(80,122,70)
#456A3D
(69,106,61)
#3A5A34
(58,90,52)
#2F4A2B
(47,74,43)
#243A22
(36,58,34)
#192A19
(25,42,25)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #7CBA6A

#7CBA6A
(124,186,106)
#87C077
(135,192,119)
#92C684
(146,198,132)
#9DCC91
(157,204,145)
#A8D29E
(168,210,158)
#B3D8AB
(179,216,171)
#BEDEB8
(190,222,184)
#C9E4C5
(201,228,197)
#D4EAD2
(212,234,210)
#DFF0DF
(223,240,223)
#EAF6EC
(234,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBA6A; }

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

This text font color is #7CBA6A.

Background Color

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

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

This div background color is #7CBA6A.

Border color

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

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

This div border color is #7CBA6A.

Opacity

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

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

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

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

This text has shadow with #7CBA6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBA6A.

Preview

Color preview on black background

This text has color #7CBA6A on black background.


Color preview on white background

This text has color #7CBA6A on white background.


Black color preview on #7CBA6A background

This text has black color on #7CBA6A background.


White color preview on #7CBA6A background

This text has white color on #7CBA6A background.


Related colors

Complementary color

Complementary color for #hex is #834595.


I love getcolorcode.com

Triadic colors

1 #6A7CBA and #BA6A7C with #7CBA6A are triadic colors.

2 #6ABA7C and #BA7C6A with #7CBA6A are triadic colors.