COLOR #7F9A6B

HEX: #7F9A6B
RGB: (127,154,107)

Color info

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

RGB color model

#7F9A6B color RGB value is (127,154,107).

  • red value is 127;
  • green value is 154;
  • blue value is 107.
RGB:
(127,154,107)
(50%,60%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 154 of 255 = 60%
B 107 of 255 = 42%

127
154
107

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

Portions of RGB colors in percentages

R + G + B =
127 + 154 + 107 = 388 (100%)
R 127 of 388 ~ 32.73%
G 154 of 388 ~ 39.69%
B 107 of 388 ~ 27.58%

%32.73
%39.69
%27.58

CMYK color model

#7F9A6B color CMYK value is (18,0,31,40).

  • cyan value is 17.53%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(18,0,31,40)
C18M0Y31K40 
(18%,0%,31%,40%)
(0.18/0.00/0.31/0.40)	

CMYK percentages

%17.53
%0
%30.52
%39.61

Codes

Color #7F9A6B in popluar color models

7F9A6B
RGB127154107
HSL94°18.88%51.18%
HSB/HSV94°30.52%60.39%
CMYK17.53%0.00%30.52%
39.61%

Color #7F9A6B in popluar number systems.

HEX7F9A6B
Decimal127154107
Binary1111111100110101101011
Octal177232153

Shades and tints

Shades of #7F9A6B

#7F9A6B
(127,154,107)
#748C62
(116,140,98)
#697E59
(105,126,89)
#5E7050
(94,112,80)
#536247
(83,98,71)
#48543E
(72,84,62)
#3D4635
(61,70,53)
#32382C
(50,56,44)
#272A23
(39,42,35)
#1C1C1A
(28,28,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7F9A6B

#7F9A6B
(127,154,107)
#8AA378
(138,163,120)
#95AC85
(149,172,133)
#A0B592
(160,181,146)
#ABBE9F
(171,190,159)
#B6C7AC
(182,199,172)
#C1D0B9
(193,208,185)
#CCD9C6
(204,217,198)
#D7E2D3
(215,226,211)
#E2EBE0
(226,235,224)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9A6B color. Also use rgb(127,154,107) instead hex code.

Text Font Color

.myTextColor { color: #7F9A6B; }

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

This text font color is #7F9A6B.


Background Color

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

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

This div background color is #7F9A6B.


Border color

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

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

This div border color is #7F9A6B.


Opacity

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

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

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

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

This text has shadow with #7F9A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9A6B on black background.


Color preview on white background

This text has color #7F9A6B on white background.



Black color preview on #7F9A6B background

This text has black color on #7F9A6B background.


White color preview on #7F9A6B background

This text has white color on #7F9A6B background.