COLOR #7C9E6A

HEX: #7C9E6A RGB: (124,158,106)

Color info

#7C9E6A contains red, green and blue colors in about the same proportion. Web safe color of #7C9E6A is #669966 (or #696).

RGB color model

#7C9E6A color RGB value is (124,158,106).

RGB: (124,158,106) (49%, 62%, 42%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 106 of 255 = 42%

124
158
106

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

Portions of RGB colors in percentages

R + G + B = 124 + 158 + 106 = 388 (100%)
R 124 of 388 ~ 31.96%
G 158 of 388 ~ 40.72%
B 106 of 388 ~ 27.32'%

%31.96
%40.72
%27.32

CMYK color model

#7C9E6A color CMYK value is (22,0,33,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 32.91%
  • key color value is 38.04%

CMYK: (22,0,33,38)
C22M0Y33K38 (22%, 0%, 33%, 38%)
(0.22 / 0.00 / 0.33 / 0.38)

CMYK percentages

%21.52
%0
%32.91
%38.04

Codes

Color #7C9E6A in popluar color models

7C 9E 6A
RGB 124 158 106
HSL 99° 21.14% 51.76%
HSB/HSV 99° 32.91% 61.96%
CMYK 21.52% 0.00% 32.91%
38.04%

Color #7C9E6A in popluar number systems.

HEX 7C 9E 6A
Decimal 124 158 106
Binary 1111100 10011110 1101010
Octal 174 236 152

Shades and tints

Shades of #7C9E6A

#7C9E6A
(124,158,106)
#719061
(113,144,97)
#668258
(102,130,88)
#5B744F
(91,116,79)
#506646
(80,102,70)
#45583D
(69,88,61)
#3A4A34
(58,74,52)
#2F3C2B
(47,60,43)
#242E22
(36,46,34)
#192019
(25,32,25)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #7C9E6A

#7C9E6A
(124,158,106)
#87A677
(135,166,119)
#92AE84
(146,174,132)
#9DB691
(157,182,145)
#A8BE9E
(168,190,158)
#B3C6AB
(179,198,171)
#BECEB8
(190,206,184)
#C9D6C5
(201,214,197)
#D4DED2
(212,222,210)
#DFE6DF
(223,230,223)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9E6A; }

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

This text font color is #7C9E6A.

Background Color

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

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

This div background color is #7C9E6A.

Border color

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

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

This div border color is #7C9E6A.

Opacity

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

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

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

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

This text has shadow with #7C9E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9E6A.

Preview

Color preview on black background

This text has color #7C9E6A on black background.


Color preview on white background

This text has color #7C9E6A on white background.


Black color preview on #7C9E6A background

This text has black color on #7C9E6A background.


White color preview on #7C9E6A background

This text has white color on #7C9E6A background.


Related colors

Complementary color

Complementary color for #hex is #836195.


I love getcolorcode.com

Triadic colors

1 #6A7C9E and #9E6A7C with #7C9E6A are triadic colors.

2 #6A9E7C and #9E7C6A with #7C9E6A are triadic colors.