COLOR #7BBB6C

HEX: #7BBB6C
RGB: (123,187,108)

Color info

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

RGB color model

#7BBB6C color RGB value is (123,187,108).

  • red value is 123;
  • green value is 187;
  • blue value is 108.
RGB:
(123,187,108)
(48%,73%,42%)

RGB channels and saturation

R 123 of 255 = 48%
G 187 of 255 = 73%
B 108 of 255 = 42%

123
187
108

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

Portions of RGB colors in percentages

R + G + B =
123 + 187 + 108 = 418 (100%)
R 123 of 418 ~ 29.43%
G 187 of 418 ~ 44.74%
B 108 of 418 ~ 25.84%

%29.43
%44.74
%25.84

CMYK color model

#7BBB6C color CMYK value is (34,0,42,27).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 26.67%
CMYK:
(34,0,42,27)
C34M0Y42K27 
(34%,0%,42%,27%)
(0.34/0.00/0.42/0.27)	

CMYK percentages

%34.22
%0
%42.25
%26.67

Codes

Color #7BBB6C in popluar color models

7BBB6C
RGB123187108
HSL109°36.74%57.84%
HSB/HSV109°42.25%73.33%
CMYK34.22%0.00%42.25%
26.67%

Color #7BBB6C in popluar number systems.

HEX7BBB6C
Decimal123187108
Binary1111011101110111101100
Octal173273154

Shades and tints

Shades of #7BBB6C

#7BBB6C
(123,187,108)
#70AA63
(112,170,99)
#65995A
(101,153,90)
#5A8851
(90,136,81)
#4F7748
(79,119,72)
#44663F
(68,102,63)
#395536
(57,85,54)
#2E442D
(46,68,45)
#233324
(35,51,36)
#18221B
(24,34,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #7BBB6C

#7BBB6C
(123,187,108)
#87C179
(135,193,121)
#93C786
(147,199,134)
#9FCD93
(159,205,147)
#ABD3A0
(171,211,160)
#B7D9AD
(183,217,173)
#C3DFBA
(195,223,186)
#CFE5C7
(207,229,199)
#DBEBD4
(219,235,212)
#E7F1E1
(231,241,225)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBB6C color. Also use rgb(123,187,108) instead hex code.

Text Font Color

.myTextColor { color: #7BBB6C; }

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

This text font color is #7BBB6C.


Background Color

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

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

This div background color is #7BBB6C.


Border color

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

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

This div border color is #7BBB6C.


Opacity

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

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

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

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

This text has shadow with #7BBB6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBB6C on black background.


Color preview on white background

This text has color #7BBB6C on white background.



Black color preview on #7BBB6C background

This text has black color on #7BBB6C background.


White color preview on #7BBB6C background

This text has white color on #7BBB6C background.