COLOR #7F966F

HEX: #7F966F RGB: (127,150,111)

Color info

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

RGB color model

#7F966F color RGB value is (127,150,111).

RGB: (127,150,111) (50%, 59%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 111 of 255 = 44%

127
150
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 111 = 388 (100%)
R 127 of 388 ~ 32.73%
G 150 of 388 ~ 38.66%
B 111 of 388 ~ 28.61'%

%32.73
%38.66
%28.61

CMYK color model

#7F966F color CMYK value is (15,0,26,41).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%

CMYK: (15,0,26,41)
C15M0Y26K41 (15%, 0%, 26%, 41%)
(0.15 / 0.00 / 0.26 / 0.41)

CMYK percentages

%15.33
%0
%26
%41.18

Codes

Color #7F966F in popluar color models

7F 96 6F
RGB 127 150 111
HSL 95° 15.66% 51.18%
HSB/HSV 95° 26.00% 58.82%
CMYK 15.33% 0.00% 26.00%
41.18%

Color #7F966F in popluar number systems.

HEX 7F 96 6F
Decimal 127 150 111
Binary 1111111 10010110 1101111
Octal 177 226 157

Shades and tints

Shades of #7F966F

#7F966F
(127,150,111)
#748965
(116,137,101)
#697C5B
(105,124,91)
#5E6F51
(94,111,81)
#536247
(83,98,71)
#48553D
(72,85,61)
#3D4833
(61,72,51)
#323B29
(50,59,41)
#272E1F
(39,46,31)
#1C2115
(28,33,21)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #7F966F

#7F966F
(127,150,111)
#8A9F7C
(138,159,124)
#95A889
(149,168,137)
#A0B196
(160,177,150)
#ABBAA3
(171,186,163)
#B6C3B0
(182,195,176)
#C1CCBD
(193,204,189)
#CCD5CA
(204,213,202)
#D7DED7
(215,222,215)
#E2E7E4
(226,231,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F966F; }

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

This text font color is #7F966F.

Background Color

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

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

This div background color is #7F966F.

Border color

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

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

This div border color is #7F966F.

Opacity

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

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

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

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

This text has shadow with #7F966F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F966F.

Preview

Color preview on black background

This text has color #7F966F on black background.


Color preview on white background

This text has color #7F966F on white background.


Black color preview on #7F966F background

This text has black color on #7F966F background.


White color preview on #7F966F background

This text has white color on #7F966F background.


Related colors

Complementary color

Complementary color for #hex is #806990.


I love getcolorcode.com

Triadic colors

1 #6F7F96 and #966F7F with #7F966F are triadic colors.

2 #6F967F and #967F6F with #7F966F are triadic colors.