COLOR #7F9659

HEX: #7F9659 RGB: (127,150,89)

Color info

#7F9659 contains mainly red and green colors. Web safe color of #7F9659 is #669966 (or #696).

RGB color model

#7F9659 color RGB value is (127,150,89).

RGB: (127,150,89) (50%, 59%, 35%)

RGB channels and saturation

R 127 of 255 = 50%
G 150 of 255 = 59%
B 89 of 255 = 35%

127
150
89

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

Portions of RGB colors in percentages

R + G + B = 127 + 150 + 89 = 366 (100%)
R 127 of 366 ~ 34.7%
G 150 of 366 ~ 40.98%
B 89 of 366 ~ 24.32'%

%34.7
%40.98
%24.32

CMYK color model

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

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

CMYK: (15,0,41,41)
C15M0Y41K41 (15%, 0%, 41%, 41%)
(0.15 / 0.00 / 0.41 / 0.41)

CMYK percentages

%15.33
%0
%40.67
%41.18

Codes

Color #7F9659 in popluar color models

7F 96 59
RGB 127 150 89
HSL 83° 25.52% 46.86%
HSB/HSV 83° 40.67% 58.82%
CMYK 15.33% 0.00% 40.67%
41.18%

Color #7F9659 in popluar number systems.

HEX 7F 96 59
Decimal 127 150 89
Binary 1111111 10010110 1011001
Octal 177 226 131

Shades and tints

Shades of #7F9659

#7F9659
(127,150,89)
#748951
(116,137,81)
#697C49
(105,124,73)
#5E6F41
(94,111,65)
#536239
(83,98,57)
#485531
(72,85,49)
#3D4829
(61,72,41)
#323B21
(50,59,33)
#272E19
(39,46,25)
#1C2111
(28,33,17)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #7F9659

#7F9659
(127,150,89)
#8A9F68
(138,159,104)
#95A877
(149,168,119)
#A0B186
(160,177,134)
#ABBA95
(171,186,149)
#B6C3A4
(182,195,164)
#C1CCB3
(193,204,179)
#CCD5C2
(204,213,194)
#D7DED1
(215,222,209)
#E2E7E0
(226,231,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9659; }

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

This text font color is #7F9659.

Background Color

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

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

This div background color is #7F9659.

Border color

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

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

This div border color is #7F9659.

Opacity

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

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

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

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

This text has shadow with #7F9659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9659.

Preview

Color preview on black background

This text has color #7F9659 on black background.


Color preview on white background

This text has color #7F9659 on white background.


Black color preview on #7F9659 background

This text has black color on #7F9659 background.


White color preview on #7F9659 background

This text has white color on #7F9659 background.


Related colors

Complementary color

Complementary color for #hex is #8069A6.


I love getcolorcode.com

Triadic colors

1 #597F96 and #96597F with #7F9659 are triadic colors.

2 #59967F and #967F59 with #7F9659 are triadic colors.