COLOR #7B9B7E

HEX: #7B9B7E
RGB: (123,155,126)

Color info

#7B9B7E contains red, green and blue colors in about the same proportion. Web safe color of #7B9B7E is #669966 (or #696).

RGB color model

#7B9B7E color RGB value is (123,155,126).

  • red value is 123;
  • green value is 155;
  • blue value is 126.
RGB:
(123,155,126)
(48%,61%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 126 of 255 = 49%

123
155
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 155 + 126 = 404 (100%)
R 123 of 404 ~ 30.45%
G 155 of 404 ~ 38.37%
B 126 of 404 ~ 31.19%

%30.45
%38.37
%31.19

CMYK color model

#7B9B7E color CMYK value is (21,0,19,39).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(21,0,19,39)
C21M0Y19K39 
(21%,0%,19%,39%)
(0.21/0.00/0.19/0.39)	

CMYK percentages

%20.65
%0
%18.71
%39.22

Codes

Color #7B9B7E in popluar color models

7B9B7E
RGB123155126
HSL126°13.79%54.51%
HSB/HSV126°20.65%60.78%
CMYK20.65%0.00%18.71%
39.22%

Color #7B9B7E in popluar number systems.

HEX7B9B7E
Decimal123155126
Binary1111011100110111111110
Octal173233176

Shades and tints

Shades of #7B9B7E

#7B9B7E
(123,155,126)
#708D73
(112,141,115)
#657F68
(101,127,104)
#5A715D
(90,113,93)
#4F6352
(79,99,82)
#445547
(68,85,71)
#39473C
(57,71,60)
#2E3931
(46,57,49)
#232B26
(35,43,38)
#181D1B
(24,29,27)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #7B9B7E

#7B9B7E
(123,155,126)
#87A489
(135,164,137)
#93AD94
(147,173,148)
#9FB69F
(159,182,159)
#ABBFAA
(171,191,170)
#B7C8B5
(183,200,181)
#C3D1C0
(195,209,192)
#CFDACB
(207,218,203)
#DBE3D6
(219,227,214)
#E7ECE1
(231,236,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9B7E color. Also use rgb(123,155,126) instead hex code.

Text Font Color

.myTextColor { color: #7B9B7E; }

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

This text font color is #7B9B7E.


Background Color

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

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

This div background color is #7B9B7E.


Border color

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

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

This div border color is #7B9B7E.


Opacity

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

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

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

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

This text has shadow with #7B9B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9B7E on black background.


Color preview on white background

This text has color #7B9B7E on white background.



Black color preview on #7B9B7E background

This text has black color on #7B9B7E background.


White color preview on #7B9B7E background

This text has white color on #7B9B7E background.