COLOR #7BB661

HEX: #7BB661
RGB: (123,182,97)

Color info

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

RGB color model

#7BB661 color RGB value is (123,182,97).

  • red value is 123;
  • green value is 182;
  • blue value is 97.
RGB:
(123,182,97)
(48%,71%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 182 of 255 = 71%
B 97 of 255 = 38%

123
182
97

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

Portions of RGB colors in percentages

R + G + B =
123 + 182 + 97 = 402 (100%)
R 123 of 402 ~ 30.6%
G 182 of 402 ~ 45.27%
B 97 of 402 ~ 24.13%

%30.6
%45.27
%24.13

CMYK color model

#7BB661 color CMYK value is (32,0,47,29).

  • cyan value is 32.42%
  • magenta value is 0.00%
  • yellow value is 46.70%
  • key color value is 28.63%
CMYK:
(32,0,47,29)
C32M0Y47K29 
(32%,0%,47%,29%)
(0.32/0.00/0.47/0.29)	

CMYK percentages

%32.42
%0
%46.7
%28.63

Codes

Color #7BB661 in popluar color models

7BB661
RGB12318297
HSL102°36.80%54.71%
HSB/HSV102°46.70%71.37%
CMYK32.42%0.00%46.70%
28.63%

Color #7BB661 in popluar number systems.

HEX7BB661
Decimal12318297
Binary1111011101101101100001
Octal173266141

Shades and tints

Shades of #7BB661

#7BB661
(123,182,97)
#70A659
(112,166,89)
#659651
(101,150,81)
#5A8649
(90,134,73)
#4F7641
(79,118,65)
#446639
(68,102,57)
#395631
(57,86,49)
#2E4629
(46,70,41)
#233621
(35,54,33)
#182619
(24,38,25)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #7BB661

#7BB661
(123,182,97)
#87BC6F
(135,188,111)
#93C27D
(147,194,125)
#9FC88B
(159,200,139)
#ABCE99
(171,206,153)
#B7D4A7
(183,212,167)
#C3DAB5
(195,218,181)
#CFE0C3
(207,224,195)
#DBE6D1
(219,230,209)
#E7ECDF
(231,236,223)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB661 color. Also use rgb(123,182,97) instead hex code.

Text Font Color

.myTextColor { color: #7BB661; }

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

This text font color is #7BB661.


Background Color

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

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

This div background color is #7BB661.


Border color

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

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

This div border color is #7BB661.


Opacity

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

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

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

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

This text has shadow with #7BB661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB661 on black background.


Color preview on white background

This text has color #7BB661 on white background.



Black color preview on #7BB661 background

This text has black color on #7BB661 background.


White color preview on #7BB661 background

This text has white color on #7BB661 background.