COLOR #7F9D6F

HEX: #7F9D6F
RGB: (127,157,111)

Color info

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

RGB color model

#7F9D6F color RGB value is (127,157,111).

  • red value is 127;
  • green value is 157;
  • blue value is 111.
RGB:
(127,157,111)
(50%,62%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 157 of 255 = 62%
B 111 of 255 = 44%

127
157
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 157 + 111 = 395 (100%)
R 127 of 395 ~ 32.15%
G 157 of 395 ~ 39.75%
B 111 of 395 ~ 28.1%

%32.15
%39.75
%28.1

CMYK color model

#7F9D6F color CMYK value is (19,0,29,38).

  • cyan value is 19.11%
  • magenta value is 0.00%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(19,0,29,38)
C19M0Y29K38 
(19%,0%,29%,38%)
(0.19/0.00/0.29/0.38)	

CMYK percentages

%19.11
%0
%29.3
%38.43

Codes

Color #7F9D6F in popluar color models

7F9D6F
RGB127157111
HSL99°19.01%52.55%
HSB/HSV99°29.30%61.57%
CMYK19.11%0.00%29.30%
38.43%

Color #7F9D6F in popluar number systems.

HEX7F9D6F
Decimal127157111
Binary1111111100111011101111
Octal177235157

Shades and tints

Shades of #7F9D6F

#7F9D6F
(127,157,111)
#748F65
(116,143,101)
#69815B
(105,129,91)
#5E7351
(94,115,81)
#536547
(83,101,71)
#48573D
(72,87,61)
#3D4933
(61,73,51)
#323B29
(50,59,41)
#272D1F
(39,45,31)
#1C1F15
(28,31,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F9D6F

#7F9D6F
(127,157,111)
#8AA57C
(138,165,124)
#95AD89
(149,173,137)
#A0B596
(160,181,150)
#ABBDA3
(171,189,163)
#B6C5B0
(182,197,176)
#C1CDBD
(193,205,189)
#CCD5CA
(204,213,202)
#D7DDD7
(215,221,215)
#E2E5E4
(226,229,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9D6F color. Also use rgb(127,157,111) instead hex code.

Text Font Color

.myTextColor { color: #7F9D6F; }

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

This text font color is #7F9D6F.


Background Color

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

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

This div background color is #7F9D6F.


Border color

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

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

This div border color is #7F9D6F.


Opacity

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

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

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

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

This text has shadow with #7F9D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9D6F on black background.


Color preview on white background

This text has color #7F9D6F on white background.



Black color preview on #7F9D6F background

This text has black color on #7F9D6F background.


White color preview on #7F9D6F background

This text has white color on #7F9D6F background.