COLOR #7C9B6F

HEX: #7C9B6F
RGB: (124,155,111)

Color info

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

RGB color model

#7C9B6F color RGB value is (124,155,111).

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

RGB channels and saturation

R 124 of 255 = 49%
G 155 of 255 = 61%
B 111 of 255 = 44%

124
155
111

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

Portions of RGB colors in percentages

R + G + B =
124 + 155 + 111 = 390 (100%)
R 124 of 390 ~ 31.79%
G 155 of 390 ~ 39.74%
B 111 of 390 ~ 28.46%

%31.79
%39.74
%28.46

CMYK color model

#7C9B6F color CMYK value is (20,0,28,39).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 39.22%
CMYK:
(20,0,28,39)
C20M0Y28K39 
(20%,0%,28%,39%)
(0.20/0.00/0.28/0.39)	

CMYK percentages

%20
%0
%28.39
%39.22

Codes

Color #7C9B6F in popluar color models

7C9B6F
RGB124155111
HSL102°18.03%52.16%
HSB/HSV102°28.39%60.78%
CMYK20.00%0.00%28.39%
39.22%

Color #7C9B6F in popluar number systems.

HEX7C9B6F
Decimal124155111
Binary1111100100110111101111
Octal174233157

Shades and tints

Shades of #7C9B6F

#7C9B6F
(124,155,111)
#718D65
(113,141,101)
#667F5B
(102,127,91)
#5B7151
(91,113,81)
#506347
(80,99,71)
#45553D
(69,85,61)
#3A4733
(58,71,51)
#2F3929
(47,57,41)
#242B1F
(36,43,31)
#191D15
(25,29,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #7C9B6F

#7C9B6F
(124,155,111)
#87A47C
(135,164,124)
#92AD89
(146,173,137)
#9DB696
(157,182,150)
#A8BFA3
(168,191,163)
#B3C8B0
(179,200,176)
#BED1BD
(190,209,189)
#C9DACA
(201,218,202)
#D4E3D7
(212,227,215)
#DFECE4
(223,236,228)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9B6F; }

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

This text font color is #7C9B6F.


Background Color

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

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

This div background color is #7C9B6F.


Border color

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

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

This div border color is #7C9B6F.


Opacity

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

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

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

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

This text has shadow with #7C9B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9B6F on black background.


Color preview on white background

This text has color #7C9B6F on white background.



Black color preview on #7C9B6F background

This text has black color on #7C9B6F background.


White color preview on #7C9B6F background

This text has white color on #7C9B6F background.