COLOR #7C9B6E

HEX: #7C9B6E
RGB: (124,155,110)

Color info

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

RGB color model

#7C9B6E color RGB value is (124,155,110).

  • red value is 124;
  • green value is 155;
  • blue value is 110.
RGB:
(124,155,110)
(49%,61%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 110 of 255 = 43%

124
155
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 155 + 110 = 389 (100%)
R 124 of 389 ~ 31.88%
G 155 of 389 ~ 39.85%
B 110 of 389 ~ 28.28%

%31.88
%39.85
%28.28

CMYK color model

#7C9B6E color CMYK value is (20,0,29,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(20,0,29,39)
C20M0Y29K39 
(20%,0%,29%,39%)
(0.20/0.00/0.29/0.39)	

CMYK percentages

%20
%0
%29.03
%39.22

Codes

Color #7C9B6E in popluar color models

7C9B6E
RGB124155110
HSL101°18.37%51.96%
HSB/HSV101°29.03%60.78%
CMYK20.00%0.00%29.03%
39.22%

Color #7C9B6E in popluar number systems.

HEX7C9B6E
Decimal124155110
Binary1111100100110111101110
Octal174233156

Shades and tints

Shades of #7C9B6E

#7C9B6E
(124,155,110)
#718D64
(113,141,100)
#667F5A
(102,127,90)
#5B7150
(91,113,80)
#506346
(80,99,70)
#45553C
(69,85,60)
#3A4732
(58,71,50)
#2F3928
(47,57,40)
#242B1E
(36,43,30)
#191D14
(25,29,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #7C9B6E

#7C9B6E
(124,155,110)
#87A47B
(135,164,123)
#92AD88
(146,173,136)
#9DB695
(157,182,149)
#A8BFA2
(168,191,162)
#B3C8AF
(179,200,175)
#BED1BC
(190,209,188)
#C9DAC9
(201,218,201)
#D4E3D6
(212,227,214)
#DFECE3
(223,236,227)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9B6E color. Also use rgb(124,155,110) instead hex code.

Text Font Color

.myTextColor { color: #7C9B6E; }

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

This text font color is #7C9B6E.


Background Color

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

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

This div background color is #7C9B6E.


Border color

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

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

This div border color is #7C9B6E.


Opacity

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

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

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

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

This text has shadow with #7C9B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9B6E on black background.


Color preview on white background

This text has color #7C9B6E on white background.



Black color preview on #7C9B6E background

This text has black color on #7C9B6E background.


White color preview on #7C9B6E background

This text has white color on #7C9B6E background.