COLOR #7FB091

HEX: #7FB091 RGB: (127,176,145)

Color info

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

RGB color model

#7FB091 color RGB value is (127,176,145).

RGB: (127,176,145) (50%, 69%, 57%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 145 of 255 = 57%

127
176
145

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

Portions of RGB colors in percentages

R + G + B = 127 + 176 + 145 = 448 (100%)
R 127 of 448 ~ 28.35%
G 176 of 448 ~ 39.29%
B 145 of 448 ~ 32.37'%

%28.35
%39.29
%32.37

CMYK color model

#7FB091 color CMYK value is (28,0,18,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%

CMYK: (28,0,18,31)
C28M0Y18K31 (28%, 0%, 18%, 31%)
(0.28 / 0.00 / 0.18 / 0.31)

CMYK percentages

%27.84
%0
%17.61
%30.98

Codes

Color #7FB091 in popluar color models

7F B0 91
RGB 127 176 145
HSL 142° 23.67% 59.41%
HSB/HSV 142° 27.84% 69.02%
CMYK 27.84% 0.00% 17.61%
30.98%

Color #7FB091 in popluar number systems.

HEX 7F B0 91
Decimal 127 176 145
Binary 1111111 10110000 10010001
Octal 177 260 221

Shades and tints

Shades of #7FB091

#7FB091
(127,176,145)
#74A084
(116,160,132)
#699077
(105,144,119)
#5E806A
(94,128,106)
#53705D
(83,112,93)
#486050
(72,96,80)
#3D5043
(61,80,67)
#324036
(50,64,54)
#273029
(39,48,41)
#1C201C
(28,32,28)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7FB091

#7FB091
(127,176,145)
#8AB79B
(138,183,155)
#95BEA5
(149,190,165)
#A0C5AF
(160,197,175)
#ABCCB9
(171,204,185)
#B6D3C3
(182,211,195)
#C1DACD
(193,218,205)
#CCE1D7
(204,225,215)
#D7E8E1
(215,232,225)
#E2EFEB
(226,239,235)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB091 color. Also use rgb(127,176,145) instead hex code.

Text Font Color

.myTextColor { color: #7FB091; }

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

This text font color is #7FB091.

Background Color

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

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

This div background color is #7FB091.

Border color

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

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

This div border color is #7FB091.

Opacity

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

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

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

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

This text has shadow with #7FB091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB091.

Preview

Color preview on black background

This text has color #7FB091 on black background.


Color preview on white background

This text has color #7FB091 on white background.


Black color preview on #7FB091 background

This text has black color on #7FB091 background.


White color preview on #7FB091 background

This text has white color on #7FB091 background.


Related colors

Complementary color

Complementary color for #hex is #804F6E.


I love getcolorcode.com

Triadic colors

1 #917FB0 and #B0917F with #7FB091 are triadic colors.

2 #91B07F and #B07F91 with #7FB091 are triadic colors.