COLOR #7FA28B

HEX: #7FA28B RGB: (127,162,139)

Color info

#7FA28B contains red, green and blue colors in about the same proportion. Web safe color of #7FA28B is #669999 (or #699).

RGB color model

#7FA28B color RGB value is (127,162,139).

RGB: (127,162,139) (50%, 64%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 162 of 255 = 64%
B 139 of 255 = 55%

127
162
139

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

Portions of RGB colors in percentages

R + G + B = 127 + 162 + 139 = 428 (100%)
R 127 of 428 ~ 29.67%
G 162 of 428 ~ 37.85%
B 139 of 428 ~ 32.48'%

%29.67
%37.85
%32.48

CMYK color model

#7FA28B color CMYK value is (22,0,14,36).

  • cyan value is 21.60%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%

CMYK: (22,0,14,36)
C22M0Y14K36 (22%, 0%, 14%, 36%)
(0.22 / 0.00 / 0.14 / 0.36)

CMYK percentages

%21.6
%0
%14.2
%36.47

Codes

Color #7FA28B in popluar color models

7F A2 8B
RGB 127 162 139
HSL 141° 15.84% 56.67%
HSB/HSV 141° 21.60% 63.53%
CMYK 21.60% 0.00% 14.20%
36.47%

Color #7FA28B in popluar number systems.

HEX 7F A2 8B
Decimal 127 162 139
Binary 1111111 10100010 10001011
Octal 177 242 213

Shades and tints

Shades of #7FA28B

#7FA28B
(127,162,139)
#74947F
(116,148,127)
#698673
(105,134,115)
#5E7867
(94,120,103)
#536A5B
(83,106,91)
#485C4F
(72,92,79)
#3D4E43
(61,78,67)
#324037
(50,64,55)
#27322B
(39,50,43)
#1C241F
(28,36,31)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7FA28B

#7FA28B
(127,162,139)
#8AAA95
(138,170,149)
#95B29F
(149,178,159)
#A0BAA9
(160,186,169)
#ABC2B3
(171,194,179)
#B6CABD
(182,202,189)
#C1D2C7
(193,210,199)
#CCDAD1
(204,218,209)
#D7E2DB
(215,226,219)
#E2EAE5
(226,234,229)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA28B color. Also use rgb(127,162,139) instead hex code.

Text Font Color

.myTextColor { color: #7FA28B; }

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

This text font color is #7FA28B.

Background Color

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

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

This div background color is #7FA28B.

Border color

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

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

This div border color is #7FA28B.

Opacity

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

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

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

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

This text has shadow with #7FA28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA28B.

Preview

Color preview on black background

This text has color #7FA28B on black background.


Color preview on white background

This text has color #7FA28B on white background.


Black color preview on #7FA28B background

This text has black color on #7FA28B background.


White color preview on #7FA28B background

This text has white color on #7FA28B background.


Related colors

Complementary color

Complementary color for #hex is #805D74.


I love getcolorcode.com

Triadic colors

1 #8B7FA2 and #A28B7F with #7FA28B are triadic colors.

2 #8BA27F and #A27F8B with #7FA28B are triadic colors.