COLOR #7F955A

HEX: #7F955A RGB: (127,149,90)

Color info

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

RGB color model

#7F955A color RGB value is (127,149,90).

RGB: (127,149,90) (50%, 58%, 35%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 90 of 255 = 35%

127
149
90

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

Portions of RGB colors in percentages

R + G + B = 127 + 149 + 90 = 366 (100%)
R 127 of 366 ~ 34.7%
G 149 of 366 ~ 40.71%
B 90 of 366 ~ 24.59'%

%34.7
%40.71
%24.59

CMYK color model

#7F955A color CMYK value is (15,0,40,42).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 41.57%

CMYK: (15,0,40,42)
C15M0Y40K42 (15%, 0%, 40%, 42%)
(0.15 / 0.00 / 0.40 / 0.42)

CMYK percentages

%14.77
%0
%39.6
%41.57

Codes

Color #7F955A in popluar color models

7F 95 5A
RGB 127 149 90
HSL 82° 24.69% 46.86%
HSB/HSV 82° 39.60% 58.43%
CMYK 14.77% 0.00% 39.60%
41.57%

Color #7F955A in popluar number systems.

HEX 7F 95 5A
Decimal 127 149 90
Binary 1111111 10010101 1011010
Octal 177 225 132

Shades and tints

Shades of #7F955A

#7F955A
(127,149,90)
#748852
(116,136,82)
#697B4A
(105,123,74)
#5E6E42
(94,110,66)
#53613A
(83,97,58)
#485432
(72,84,50)
#3D472A
(61,71,42)
#323A22
(50,58,34)
#272D1A
(39,45,26)
#1C2012
(28,32,18)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #7F955A

#7F955A
(127,149,90)
#8A9E69
(138,158,105)
#95A778
(149,167,120)
#A0B087
(160,176,135)
#ABB996
(171,185,150)
#B6C2A5
(182,194,165)
#C1CBB4
(193,203,180)
#CCD4C3
(204,212,195)
#D7DDD2
(215,221,210)
#E2E6E1
(226,230,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F955A color. Also use rgb(127,149,90) instead hex code.

Text Font Color

.myTextColor { color: #7F955A; }

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

This text font color is #7F955A.

Background Color

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

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

This div background color is #7F955A.

Border color

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

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

This div border color is #7F955A.

Opacity

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

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

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

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

This text has shadow with #7F955A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F955A.

Preview

Color preview on black background

This text has color #7F955A on black background.


Color preview on white background

This text has color #7F955A on white background.


Black color preview on #7F955A background

This text has black color on #7F955A background.


White color preview on #7F955A background

This text has white color on #7F955A background.


Related colors

Complementary color

Complementary color for #hex is #806AA5.


I love getcolorcode.com

Triadic colors

1 #5A7F95 and #955A7F with #7F955A are triadic colors.

2 #5A957F and #957F5A with #7F955A are triadic colors.