COLOR #7FBD6B

HEX: #7FBD6B
RGB: (127,189,107)

Color info

#7FBD6B contains mainly green color. Web safe color of #7FBD6B is #66CC66 (or #6C6).

RGB color model

#7FBD6B color RGB value is (127,189,107).

  • red value is 127;
  • green value is 189;
  • blue value is 107.
RGB:
(127,189,107)
(50%,74%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 107 of 255 = 42%

127
189
107

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

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 107 = 423 (100%)
R 127 of 423 ~ 30.02%
G 189 of 423 ~ 44.68%
B 107 of 423 ~ 25.3%

%30.02
%44.68
%25.3

CMYK color model

#7FBD6B color CMYK value is (33,0,43,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(33,0,43,26)
C33M0Y43K26 
(33%,0%,43%,26%)
(0.33/0.00/0.43/0.26)	

CMYK percentages

%32.8
%0
%43.39
%25.88

Codes

Color #7FBD6B in popluar color models

7FBD6B
RGB127189107
HSL105°38.32%58.04%
HSB/HSV105°43.39%74.12%
CMYK32.80%0.00%43.39%
25.88%

Color #7FBD6B in popluar number systems.

HEX7FBD6B
Decimal127189107
Binary1111111101111011101011
Octal177275153

Shades and tints

Shades of #7FBD6B

#7FBD6B
(127,189,107)
#74AC62
(116,172,98)
#699B59
(105,155,89)
#5E8A50
(94,138,80)
#537947
(83,121,71)
#48683E
(72,104,62)
#3D5735
(61,87,53)
#32462C
(50,70,44)
#273523
(39,53,35)
#1C241A
(28,36,26)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7FBD6B

#7FBD6B
(127,189,107)
#8AC378
(138,195,120)
#95C985
(149,201,133)
#A0CF92
(160,207,146)
#ABD59F
(171,213,159)
#B6DBAC
(182,219,172)
#C1E1B9
(193,225,185)
#CCE7C6
(204,231,198)
#D7EDD3
(215,237,211)
#E2F3E0
(226,243,224)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBD6B color. Also use rgb(127,189,107) instead hex code.

Text Font Color

.myTextColor { color: #7FBD6B; }

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

This text font color is #7FBD6B.


Background Color

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

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

This div background color is #7FBD6B.


Border color

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

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

This div border color is #7FBD6B.


Opacity

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

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

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

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

This text has shadow with #7FBD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBD6B on black background.


Color preview on white background

This text has color #7FBD6B on white background.



Black color preview on #7FBD6B background

This text has black color on #7FBD6B background.


White color preview on #7FBD6B background

This text has white color on #7FBD6B background.