COLOR #7FA17B

HEX: #7FA17B RGB: (127,161,123)

Color info

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

RGB color model

#7FA17B color RGB value is (127,161,123).

RGB: (127,161,123) (50%, 63%, 48%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 123 of 255 = 48%

127
161
123

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

Portions of RGB colors in percentages

R + G + B = 127 + 161 + 123 = 411 (100%)
R 127 of 411 ~ 30.9%
G 161 of 411 ~ 39.17%
B 123 of 411 ~ 29.93'%

%30.9
%39.17
%29.93

CMYK color model

#7FA17B color CMYK value is (21,0,24,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 23.60%
  • key color value is 36.86%

CMYK: (21,0,24,37)
C21M0Y24K37 (21%, 0%, 24%, 37%)
(0.21 / 0.00 / 0.24 / 0.37)

CMYK percentages

%21.12
%0
%23.6
%36.86

Codes

Color #7FA17B in popluar color models

7F A1 7B
RGB 127 161 123
HSL 114° 16.81% 55.69%
HSB/HSV 114° 23.60% 63.14%
CMYK 21.12% 0.00% 23.60%
36.86%

Color #7FA17B in popluar number systems.

HEX 7F A1 7B
Decimal 127 161 123
Binary 1111111 10100001 1111011
Octal 177 241 173

Shades and tints

Shades of #7FA17B

#7FA17B
(127,161,123)
#749370
(116,147,112)
#698565
(105,133,101)
#5E775A
(94,119,90)
#53694F
(83,105,79)
#485B44
(72,91,68)
#3D4D39
(61,77,57)
#323F2E
(50,63,46)
#273123
(39,49,35)
#1C2318
(28,35,24)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #7FA17B

#7FA17B
(127,161,123)
#8AA987
(138,169,135)
#95B193
(149,177,147)
#A0B99F
(160,185,159)
#ABC1AB
(171,193,171)
#B6C9B7
(182,201,183)
#C1D1C3
(193,209,195)
#CCD9CF
(204,217,207)
#D7E1DB
(215,225,219)
#E2E9E7
(226,233,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA17B color. Also use rgb(127,161,123) instead hex code.

Text Font Color

.myTextColor { color: #7FA17B; }

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

This text font color is #7FA17B.

Background Color

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

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

This div background color is #7FA17B.

Border color

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

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

This div border color is #7FA17B.

Opacity

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

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

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

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

This text has shadow with #7FA17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA17B.

Preview

Color preview on black background

This text has color #7FA17B on black background.


Color preview on white background

This text has color #7FA17B on white background.


Black color preview on #7FA17B background

This text has black color on #7FA17B background.


White color preview on #7FA17B background

This text has white color on #7FA17B background.


Related colors

Complementary color

Complementary color for #hex is #805E84.


I love getcolorcode.com

Triadic colors

1 #7B7FA1 and #A17B7F with #7FA17B are triadic colors.

2 #7BA17F and #A17F7B with #7FA17B are triadic colors.