COLOR #7BBD5C

HEX: #7BBD5C
RGB: (123,189,92)

Color info

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

RGB color model

#7BBD5C color RGB value is (123,189,92).

  • red value is 123;
  • green value is 189;
  • blue value is 92.
RGB:
(123,189,92)
(48%,74%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 189 of 255 = 74%
B 92 of 255 = 36%

123
189
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 189 + 92 = 404 (100%)
R 123 of 404 ~ 30.45%
G 189 of 404 ~ 46.78%
B 92 of 404 ~ 22.77%

%30.45
%46.78
%22.77

CMYK color model

#7BBD5C color CMYK value is (35,0,51,26).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(35,0,51,26)
C35M0Y51K26 
(35%,0%,51%,26%)
(0.35/0.00/0.51/0.26)	

CMYK percentages

%34.92
%0
%51.32
%25.88

Codes

Color #7BBD5C in popluar color models

7BBD5C
RGB12318992
HSL101°42.36%55.10%
HSB/HSV101°51.32%74.12%
CMYK34.92%0.00%51.32%
25.88%

Color #7BBD5C in popluar number systems.

HEX7BBD5C
Decimal12318992
Binary1111011101111011011100
Octal173275134

Shades and tints

Shades of #7BBD5C

#7BBD5C
(123,189,92)
#70AC54
(112,172,84)
#659B4C
(101,155,76)
#5A8A44
(90,138,68)
#4F793C
(79,121,60)
#446834
(68,104,52)
#39572C
(57,87,44)
#2E4624
(46,70,36)
#23351C
(35,53,28)
#182414
(24,36,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #7BBD5C

#7BBD5C
(123,189,92)
#87C36A
(135,195,106)
#93C978
(147,201,120)
#9FCF86
(159,207,134)
#ABD594
(171,213,148)
#B7DBA2
(183,219,162)
#C3E1B0
(195,225,176)
#CFE7BE
(207,231,190)
#DBEDCC
(219,237,204)
#E7F3DA
(231,243,218)
#F3F9E8
(243,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBD5C color. Also use rgb(123,189,92) instead hex code.

Text Font Color

.myTextColor { color: #7BBD5C; }

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

This text font color is #7BBD5C.


Background Color

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

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

This div background color is #7BBD5C.


Border color

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

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

This div border color is #7BBD5C.


Opacity

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

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

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

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

This text has shadow with #7BBD5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBD5C on black background.


Color preview on white background

This text has color #7BBD5C on white background.



Black color preview on #7BBD5C background

This text has black color on #7BBD5C background.


White color preview on #7BBD5C background

This text has white color on #7BBD5C background.