COLOR #7FB274

HEX: #7FB274
RGB: (127,178,116)

Color info

#7FB274 contains mainly red and green colors. Web safe color of #7FB274 is #669966 (or #696).

RGB color model

#7FB274 color RGB value is (127,178,116).

  • red value is 127;
  • green value is 178;
  • blue value is 116.
RGB:
(127,178,116)
(50%,70%,45%)

RGB channels and saturation

R 127 of 255 = 50%
G 178 of 255 = 70%
B 116 of 255 = 45%

127
178
116

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

Portions of RGB colors in percentages

R + G + B =
127 + 178 + 116 = 421 (100%)
R 127 of 421 ~ 30.17%
G 178 of 421 ~ 42.28%
B 116 of 421 ~ 27.55%

%30.17
%42.28
%27.55

CMYK color model

#7FB274 color CMYK value is (29,0,35,30).

  • cyan value is 28.65%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 30.20%
CMYK:
(29,0,35,30)
C29M0Y35K30 
(29%,0%,35%,30%)
(0.29/0.00/0.35/0.30)	

CMYK percentages

%28.65
%0
%34.83
%30.2

Codes

Color #7FB274 in popluar color models

7FB274
RGB127178116
HSL109°28.70%57.65%
HSB/HSV109°34.83%69.80%
CMYK28.65%0.00%34.83%
30.20%

Color #7FB274 in popluar number systems.

HEX7FB274
Decimal127178116
Binary1111111101100101110100
Octal177262164

Shades and tints

Shades of #7FB274

#7FB274
(127,178,116)
#74A26A
(116,162,106)
#699260
(105,146,96)
#5E8256
(94,130,86)
#53724C
(83,114,76)
#486242
(72,98,66)
#3D5238
(61,82,56)
#32422E
(50,66,46)
#273224
(39,50,36)
#1C221A
(28,34,26)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #7FB274

#7FB274
(127,178,116)
#8AB980
(138,185,128)
#95C08C
(149,192,140)
#A0C798
(160,199,152)
#ABCEA4
(171,206,164)
#B6D5B0
(182,213,176)
#C1DCBC
(193,220,188)
#CCE3C8
(204,227,200)
#D7EAD4
(215,234,212)
#E2F1E0
(226,241,224)
#EDF8EC
(237,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB274 color. Also use rgb(127,178,116) instead hex code.

Text Font Color

.myTextColor { color: #7FB274; }

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

This text font color is #7FB274.


Background Color

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

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

This div background color is #7FB274.


Border color

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

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

This div border color is #7FB274.


Opacity

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

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

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

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

This text has shadow with #7FB274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB274 on black background.


Color preview on white background

This text has color #7FB274 on white background.



Black color preview on #7FB274 background

This text has black color on #7FB274 background.


White color preview on #7FB274 background

This text has white color on #7FB274 background.