COLOR #7BB77D

HEX: #7BB77D
RGB: (123,183,125)

Color info

#7BB77D contains mainly green and blue colors. Web safe color of #7BB77D is #66CC66 (or #6C6).

RGB color model

#7BB77D color RGB value is (123,183,125).

  • red value is 123;
  • green value is 183;
  • blue value is 125.
RGB:
(123,183,125)
(48%,72%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 183 of 255 = 72%
B 125 of 255 = 49%

123
183
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 183 + 125 = 431 (100%)
R 123 of 431 ~ 28.54%
G 183 of 431 ~ 42.46%
B 125 of 431 ~ 29%

%28.54
%42.46
%29

CMYK color model

#7BB77D color CMYK value is (33,0,32,28).

  • cyan value is 32.79%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 28.24%
CMYK:
(33,0,32,28)
C33M0Y32K28 
(33%,0%,32%,28%)
(0.33/0.00/0.32/0.28)	

CMYK percentages

%32.79
%0
%31.69
%28.24

Codes

Color #7BB77D in popluar color models

7BB77D
RGB123183125
HSL122°29.41%60.00%
HSB/HSV122°32.79%71.76%
CMYK32.79%0.00%31.69%
28.24%

Color #7BB77D in popluar number systems.

HEX7BB77D
Decimal123183125
Binary1111011101101111111101
Octal173267175

Shades and tints

Shades of #7BB77D

#7BB77D
(123,183,125)
#70A772
(112,167,114)
#659767
(101,151,103)
#5A875C
(90,135,92)
#4F7751
(79,119,81)
#446746
(68,103,70)
#39573B
(57,87,59)
#2E4730
(46,71,48)
#233725
(35,55,37)
#18271A
(24,39,26)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #7BB77D

#7BB77D
(123,183,125)
#87BD88
(135,189,136)
#93C393
(147,195,147)
#9FC99E
(159,201,158)
#ABCFA9
(171,207,169)
#B7D5B4
(183,213,180)
#C3DBBF
(195,219,191)
#CFE1CA
(207,225,202)
#DBE7D5
(219,231,213)
#E7EDE0
(231,237,224)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB77D color. Also use rgb(123,183,125) instead hex code.

Text Font Color

.myTextColor { color: #7BB77D; }

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

This text font color is #7BB77D.


Background Color

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

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

This div background color is #7BB77D.


Border color

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

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

This div border color is #7BB77D.


Opacity

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

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

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

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

This text has shadow with #7BB77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB77D on black background.


Color preview on white background

This text has color #7BB77D on white background.



Black color preview on #7BB77D background

This text has black color on #7BB77D background.


White color preview on #7BB77D background

This text has white color on #7BB77D background.