COLOR #7FB590

HEX: #7FB590
RGB: (127,181,144)

Color info

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

RGB color model

#7FB590 color RGB value is (127,181,144).

  • red value is 127;
  • green value is 181;
  • blue value is 144.
RGB:
(127,181,144)
(50%,71%,56%)

RGB channels and saturation

R 127 of 255 = 50%
G 181 of 255 = 71%
B 144 of 255 = 56%

127
181
144

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

Portions of RGB colors in percentages

R + G + B =
127 + 181 + 144 = 452 (100%)
R 127 of 452 ~ 28.1%
G 181 of 452 ~ 40.04%
B 144 of 452 ~ 31.86%

%28.1
%40.04
%31.86

CMYK color model

#7FB590 color CMYK value is (30,0,20,29).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%
CMYK:
(30,0,20,29)
C30M0Y20K29 
(30%,0%,20%,29%)
(0.30/0.00/0.20/0.29)	

CMYK percentages

%29.83
%0
%20.44
%29.02

Codes

Color #7FB590 in popluar color models

7FB590
RGB127181144
HSL139°26.73%60.39%
HSB/HSV139°29.83%70.98%
CMYK29.83%0.00%20.44%
29.02%

Color #7FB590 in popluar number systems.

HEX7FB590
Decimal127181144
Binary11111111011010110010000
Octal177265220

Shades and tints

Shades of #7FB590

#7FB590
(127,181,144)
#74A583
(116,165,131)
#699576
(105,149,118)
#5E8569
(94,133,105)
#53755C
(83,117,92)
#48654F
(72,101,79)
#3D5542
(61,85,66)
#324535
(50,69,53)
#273528
(39,53,40)
#1C251B
(28,37,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7FB590

#7FB590
(127,181,144)
#8ABB9A
(138,187,154)
#95C1A4
(149,193,164)
#A0C7AE
(160,199,174)
#ABCDB8
(171,205,184)
#B6D3C2
(182,211,194)
#C1D9CC
(193,217,204)
#CCDFD6
(204,223,214)
#D7E5E0
(215,229,224)
#E2EBEA
(226,235,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB590 color. Also use rgb(127,181,144) instead hex code.

Text Font Color

.myTextColor { color: #7FB590; }

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

This text font color is #7FB590.


Background Color

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

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

This div background color is #7FB590.


Border color

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

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

This div border color is #7FB590.


Opacity

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

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

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

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

This text has shadow with #7FB590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB590 on black background.


Color preview on white background

This text has color #7FB590 on white background.



Black color preview on #7FB590 background

This text has black color on #7FB590 background.


White color preview on #7FB590 background

This text has white color on #7FB590 background.