COLOR #7FA17D

HEX: #7FA17D RGB: (127,161,125)

Color info

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

RGB color model

#7FA17D color RGB value is (127,161,125).

RGB: (127,161,125) (50%, 63%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 125 of 255 = 49%

127
161
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 161 + 125 = 413 (100%)
R 127 of 413 ~ 30.75%
G 161 of 413 ~ 38.98%
B 125 of 413 ~ 30.27'%

%30.75
%38.98
%30.27

CMYK color model

#7FA17D color CMYK value is (21,0,22,37).

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

CMYK: (21,0,22,37)
C21M0Y22K37 (21%, 0%, 22%, 37%)
(0.21 / 0.00 / 0.22 / 0.37)

CMYK percentages

%21.12
%0
%22.36
%36.86

Codes

Color #7FA17D in popluar color models

7F A1 7D
RGB 127 161 125
HSL 117° 16.07% 56.08%
HSB/HSV 117° 22.36% 63.14%
CMYK 21.12% 0.00% 22.36%
36.86%

Color #7FA17D in popluar number systems.

HEX 7F A1 7D
Decimal 127 161 125
Binary 1111111 10100001 1111101
Octal 177 241 175

Shades and tints

Shades of #7FA17D

#7FA17D
(127,161,125)
#749372
(116,147,114)
#698567
(105,133,103)
#5E775C
(94,119,92)
#536951
(83,105,81)
#485B46
(72,91,70)
#3D4D3B
(61,77,59)
#323F30
(50,63,48)
#273125
(39,49,37)
#1C231A
(28,35,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7FA17D

#7FA17D
(127,161,125)
#8AA988
(138,169,136)
#95B193
(149,177,147)
#A0B99E
(160,185,158)
#ABC1A9
(171,193,169)
#B6C9B4
(182,201,180)
#C1D1BF
(193,209,191)
#CCD9CA
(204,217,202)
#D7E1D5
(215,225,213)
#E2E9E0
(226,233,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA17D; }

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

This text font color is #7FA17D.

Background Color

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

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

This div background color is #7FA17D.

Border color

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

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

This div border color is #7FA17D.

Opacity

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

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

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

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

This text has shadow with #7FA17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA17D.

Preview

Color preview on black background

This text has color #7FA17D on black background.


Color preview on white background

This text has color #7FA17D on white background.


Black color preview on #7FA17D background

This text has black color on #7FA17D background.


White color preview on #7FA17D background

This text has white color on #7FA17D background.


Related colors

Complementary color

Complementary color for #hex is #805E82.


I love getcolorcode.com

Triadic colors

1 #7D7FA1 and #A17D7F with #7FA17D are triadic colors.

2 #7DA17F and #A17F7D with #7FA17D are triadic colors.