COLOR #7FBD78

HEX: #7FBD78
RGB: (127,189,120)

Color info

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

RGB color model

#7FBD78 color RGB value is (127,189,120).

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

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 120 of 255 = 47%

127
189
120

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

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 120 = 436 (100%)
R 127 of 436 ~ 29.13%
G 189 of 436 ~ 43.35%
B 120 of 436 ~ 27.52%

%29.13
%43.35
%27.52

CMYK color model

#7FBD78 color CMYK value is (33,0,37,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 25.88%
CMYK:
(33,0,37,26)
C33M0Y37K26 
(33%,0%,37%,26%)
(0.33/0.00/0.37/0.26)	

CMYK percentages

%32.8
%0
%36.51
%25.88

Codes

Color #7FBD78 in popluar color models

7FBD78
RGB127189120
HSL114°34.33%60.59%
HSB/HSV114°36.51%74.12%
CMYK32.80%0.00%36.51%
25.88%

Color #7FBD78 in popluar number systems.

HEX7FBD78
Decimal127189120
Binary1111111101111011111000
Octal177275170

Shades and tints

Shades of #7FBD78

#7FBD78
(127,189,120)
#74AC6E
(116,172,110)
#699B64
(105,155,100)
#5E8A5A
(94,138,90)
#537950
(83,121,80)
#486846
(72,104,70)
#3D573C
(61,87,60)
#324632
(50,70,50)
#273528
(39,53,40)
#1C241E
(28,36,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #7FBD78

#7FBD78
(127,189,120)
#8AC384
(138,195,132)
#95C990
(149,201,144)
#A0CF9C
(160,207,156)
#ABD5A8
(171,213,168)
#B6DBB4
(182,219,180)
#C1E1C0
(193,225,192)
#CCE7CC
(204,231,204)
#D7EDD8
(215,237,216)
#E2F3E4
(226,243,228)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBD78; }

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

This text font color is #7FBD78.


Background Color

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

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

This div background color is #7FBD78.


Border color

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

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

This div border color is #7FBD78.


Opacity

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

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

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

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

This text has shadow with #7FBD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBD78 on black background.


Color preview on white background

This text has color #7FBD78 on white background.



Black color preview on #7FBD78 background

This text has black color on #7FBD78 background.


White color preview on #7FBD78 background

This text has white color on #7FBD78 background.