COLOR #7FA37B

HEX: #7FA37B RGB: (127,163,123)

Color info

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

RGB color model

#7FA37B color RGB value is (127,163,123).

RGB: (127,163,123) (50%, 64%, 48%)

RGB channels and saturation

R 127 of 255 = 50%
G 163 of 255 = 64%
B 123 of 255 = 48%

127
163
123

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

Portions of RGB colors in percentages

R + G + B = 127 + 163 + 123 = 413 (100%)
R 127 of 413 ~ 30.75%
G 163 of 413 ~ 39.47%
B 123 of 413 ~ 29.78'%

%30.75
%39.47
%29.78

CMYK color model

#7FA37B color CMYK value is (22,0,25,36).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%

CMYK: (22,0,25,36)
C22M0Y25K36 (22%, 0%, 25%, 36%)
(0.22 / 0.00 / 0.25 / 0.36)

CMYK percentages

%22.09
%0
%24.54
%36.08

Codes

Color #7FA37B in popluar color models

7F A3 7B
RGB 127 163 123
HSL 114° 17.86% 56.08%
HSB/HSV 114° 24.54% 63.92%
CMYK 22.09% 0.00% 24.54%
36.08%

Color #7FA37B in popluar number systems.

HEX 7F A3 7B
Decimal 127 163 123
Binary 1111111 10100011 1111011
Octal 177 243 173

Shades and tints

Shades of #7FA37B

#7FA37B
(127,163,123)
#749570
(116,149,112)
#698765
(105,135,101)
#5E795A
(94,121,90)
#536B4F
(83,107,79)
#485D44
(72,93,68)
#3D4F39
(61,79,57)
#32412E
(50,65,46)
#273323
(39,51,35)
#1C2518
(28,37,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #7FA37B

#7FA37B
(127,163,123)
#8AAB87
(138,171,135)
#95B393
(149,179,147)
#A0BB9F
(160,187,159)
#ABC3AB
(171,195,171)
#B6CBB7
(182,203,183)
#C1D3C3
(193,211,195)
#CCDBCF
(204,219,207)
#D7E3DB
(215,227,219)
#E2EBE7
(226,235,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA37B; }

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

This text font color is #7FA37B.

Background Color

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

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

This div background color is #7FA37B.

Border color

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

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

This div border color is #7FA37B.

Opacity

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

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

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

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

This text has shadow with #7FA37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA37B.

Preview

Color preview on black background

This text has color #7FA37B on black background.


Color preview on white background

This text has color #7FA37B on white background.


Black color preview on #7FA37B background

This text has black color on #7FA37B background.


White color preview on #7FA37B background

This text has white color on #7FA37B background.


Related colors

Complementary color

Complementary color for #hex is #805C84.


I love getcolorcode.com

Triadic colors

1 #7B7FA3 and #A37B7F with #7FA37B are triadic colors.

2 #7BA37F and #A37F7B with #7FA37B are triadic colors.