COLOR #7F996F

HEX: #7F996F
RGB: (127,153,111)

Color info

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

RGB color model

#7F996F color RGB value is (127,153,111).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 111 of 255 = 44%

127
153
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 111 = 391 (100%)
R 127 of 391 ~ 32.48%
G 153 of 391 ~ 39.13%
B 111 of 391 ~ 28.39%

%32.48
%39.13
%28.39

CMYK color model

#7F996F color CMYK value is (17,0,27,40).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(17,0,27,40)
C17M0Y27K40 
(17%,0%,27%,40%)
(0.17/0.00/0.27/0.40)	

CMYK percentages

%16.99
%0
%27.45
%40

Codes

Color #7F996F in popluar color models

7F996F
RGB127153111
HSL97°17.07%51.76%
HSB/HSV97°27.45%60.00%
CMYK16.99%0.00%27.45%
40.00%

Color #7F996F in popluar number systems.

HEX7F996F
Decimal127153111
Binary1111111100110011101111
Octal177231157

Shades and tints

Shades of #7F996F

#7F996F
(127,153,111)
#748C65
(116,140,101)
#697F5B
(105,127,91)
#5E7251
(94,114,81)
#536547
(83,101,71)
#48583D
(72,88,61)
#3D4B33
(61,75,51)
#323E29
(50,62,41)
#27311F
(39,49,31)
#1C2415
(28,36,21)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #7F996F

#7F996F
(127,153,111)
#8AA27C
(138,162,124)
#95AB89
(149,171,137)
#A0B496
(160,180,150)
#ABBDA3
(171,189,163)
#B6C6B0
(182,198,176)
#C1CFBD
(193,207,189)
#CCD8CA
(204,216,202)
#D7E1D7
(215,225,215)
#E2EAE4
(226,234,228)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F996F; }

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

This text font color is #7F996F.


Background Color

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

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

This div background color is #7F996F.


Border color

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

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

This div border color is #7F996F.


Opacity

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

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

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

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

This text has shadow with #7F996F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F996F on black background.


Color preview on white background

This text has color #7F996F on white background.



Black color preview on #7F996F background

This text has black color on #7F996F background.


White color preview on #7F996F background

This text has white color on #7F996F background.