COLOR #7FB134

HEX: #7FB134
RGB: (127,177,52)

Color info

#7FB134 contains mainly red and green colors. Web safe color of #7FB134 is #669933 (or #693).

RGB color model

#7FB134 color RGB value is (127,177,52).

  • red value is 127;
  • green value is 177;
  • blue value is 52.
RGB:
(127,177,52)
(50%,69%,20%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 52 of 255 = 20%

127
177
52

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 52 = 356 (100%)
R 127 of 356 ~ 35.67%
G 177 of 356 ~ 49.72%
B 52 of 356 ~ 14.61%

%35.67
%49.72
%14.61

CMYK color model

#7FB134 color CMYK value is (28,0,71,31).

  • cyan value is 28.25%
  • magenta value is 0.00%
  • yellow value is 70.62%
  • key color value is 30.59%
CMYK:
(28,0,71,31)
C28M0Y71K31 
(28%,0%,71%,31%)
(0.28/0.00/0.71/0.31)	

CMYK percentages

%28.25
%0
%70.62
%30.59

Codes

Color #7FB134 in popluar color models

7FB134
RGB12717752
HSL84°54.59%44.90%
HSB/HSV84°70.62%69.41%
CMYK28.25%0.00%70.62%
30.59%

Color #7FB134 in popluar number systems.

HEX7FB134
Decimal12717752
Binary111111110110001110100
Octal17726164

Shades and tints

Shades of #7FB134

#7FB134
(127,177,52)
#74A130
(116,161,48)
#69912C
(105,145,44)
#5E8128
(94,129,40)
#537124
(83,113,36)
#486120
(72,97,32)
#3D511C
(61,81,28)
#324118
(50,65,24)
#273114
(39,49,20)
#1C2110
(28,33,16)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #7FB134

#7FB134
(127,177,52)
#8AB846
(138,184,70)
#95BF58
(149,191,88)
#A0C66A
(160,198,106)
#ABCD7C
(171,205,124)
#B6D48E
(182,212,142)
#C1DBA0
(193,219,160)
#CCE2B2
(204,226,178)
#D7E9C4
(215,233,196)
#E2F0D6
(226,240,214)
#EDF7E8
(237,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB134 color. Also use rgb(127,177,52) instead hex code.

Text Font Color

.myTextColor { color: #7FB134; }

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

This text font color is #7FB134.


Background Color

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

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

This div background color is #7FB134.


Border color

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

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

This div border color is #7FB134.


Opacity

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

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

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

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

This text has shadow with #7FB134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB134 on black background.


Color preview on white background

This text has color #7FB134 on white background.



Black color preview on #7FB134 background

This text has black color on #7FB134 background.


White color preview on #7FB134 background

This text has white color on #7FB134 background.