COLOR #7BB85F

HEX: #7BB85F
RGB: (123,184,95)

Color info

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

RGB color model

#7BB85F color RGB value is (123,184,95).

  • red value is 123;
  • green value is 184;
  • blue value is 95.
RGB:
(123,184,95)
(48%,72%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 184 of 255 = 72%
B 95 of 255 = 37%

123
184
95

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

Portions of RGB colors in percentages

R + G + B =
123 + 184 + 95 = 402 (100%)
R 123 of 402 ~ 30.6%
G 184 of 402 ~ 45.77%
B 95 of 402 ~ 23.63%

%30.6
%45.77
%23.63

CMYK color model

#7BB85F color CMYK value is (33,0,48,28).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 48.37%
  • key color value is 27.84%
CMYK:
(33,0,48,28)
C33M0Y48K28 
(33%,0%,48%,28%)
(0.33/0.00/0.48/0.28)	

CMYK percentages

%33.15
%0
%48.37
%27.84

Codes

Color #7BB85F in popluar color models

7BB85F
RGB12318495
HSL101°38.53%54.71%
HSB/HSV101°48.37%72.16%
CMYK33.15%0.00%48.37%
27.84%

Color #7BB85F in popluar number systems.

HEX7BB85F
Decimal12318495
Binary1111011101110001011111
Octal173270137

Shades and tints

Shades of #7BB85F

#7BB85F
(123,184,95)
#70A857
(112,168,87)
#65984F
(101,152,79)
#5A8847
(90,136,71)
#4F783F
(79,120,63)
#446837
(68,104,55)
#39582F
(57,88,47)
#2E4827
(46,72,39)
#23381F
(35,56,31)
#182817
(24,40,23)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #7BB85F

#7BB85F
(123,184,95)
#87BE6D
(135,190,109)
#93C47B
(147,196,123)
#9FCA89
(159,202,137)
#ABD097
(171,208,151)
#B7D6A5
(183,214,165)
#C3DCB3
(195,220,179)
#CFE2C1
(207,226,193)
#DBE8CF
(219,232,207)
#E7EEDD
(231,238,221)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB85F color. Also use rgb(123,184,95) instead hex code.

Text Font Color

.myTextColor { color: #7BB85F; }

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

This text font color is #7BB85F.


Background Color

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

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

This div background color is #7BB85F.


Border color

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

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

This div border color is #7BB85F.


Opacity

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

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

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

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

This text has shadow with #7BB85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB85F on black background.


Color preview on white background

This text has color #7BB85F on white background.



Black color preview on #7BB85F background

This text has black color on #7BB85F background.


White color preview on #7BB85F background

This text has white color on #7BB85F background.