COLOR #7FB68A

HEX: #7FB68A RGB: (127,182,138)

Color info

#7FB68A contains red, green and blue colors in about the same proportion. Web safe color of #7FB68A is #66CC99 (or #6C9).

RGB color model

#7FB68A color RGB value is (127,182,138).

RGB: (127,182,138) (50%, 71%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 182 of 255 = 71%
B 138 of 255 = 54%

127
182
138

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

Portions of RGB colors in percentages

R + G + B = 127 + 182 + 138 = 447 (100%)
R 127 of 447 ~ 28.41%
G 182 of 447 ~ 40.72%
B 138 of 447 ~ 30.87'%

%28.41
%40.72
%30.87

CMYK color model

#7FB68A color CMYK value is (30,0,24,29).

  • cyan value is 30.22%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%

CMYK: (30,0,24,29)
C30M0Y24K29 (30%, 0%, 24%, 29%)
(0.30 / 0.00 / 0.24 / 0.29)

CMYK percentages

%30.22
%0
%24.18
%28.63

Codes

Color #7FB68A in popluar color models

7F B6 8A
RGB 127 182 138
HSL 132° 27.36% 60.59%
HSB/HSV 132° 30.22% 71.37%
CMYK 30.22% 0.00% 24.18%
28.63%

Color #7FB68A in popluar number systems.

HEX 7F B6 8A
Decimal 127 182 138
Binary 1111111 10110110 10001010
Octal 177 266 212

Shades and tints

Shades of #7FB68A

#7FB68A
(127,182,138)
#74A67E
(116,166,126)
#699672
(105,150,114)
#5E8666
(94,134,102)
#53765A
(83,118,90)
#48664E
(72,102,78)
#3D5642
(61,86,66)
#324636
(50,70,54)
#27362A
(39,54,42)
#1C261E
(28,38,30)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #7FB68A

#7FB68A
(127,182,138)
#8ABC94
(138,188,148)
#95C29E
(149,194,158)
#A0C8A8
(160,200,168)
#ABCEB2
(171,206,178)
#B6D4BC
(182,212,188)
#C1DAC6
(193,218,198)
#CCE0D0
(204,224,208)
#D7E6DA
(215,230,218)
#E2ECE4
(226,236,228)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB68A color. Also use rgb(127,182,138) instead hex code.

Text Font Color

.myTextColor { color: #7FB68A; }

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

This text font color is #7FB68A.

Background Color

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

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

This div background color is #7FB68A.

Border color

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

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

This div border color is #7FB68A.

Opacity

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

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

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

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

This text has shadow with #7FB68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB68A.

Preview

Color preview on black background

This text has color #7FB68A on black background.


Color preview on white background

This text has color #7FB68A on white background.


Black color preview on #7FB68A background

This text has black color on #7FB68A background.


White color preview on #7FB68A background

This text has white color on #7FB68A background.


Related colors

Complementary color

Complementary color for #hex is #804975.


I love getcolorcode.com

Triadic colors

1 #8A7FB6 and #B68A7F with #7FB68A are triadic colors.

2 #8AB67F and #B67F8A with #7FB68A are triadic colors.