COLOR #7B9E5D

HEX: #7B9E5D
RGB: (123,158,93)

Color info

#7B9E5D contains mainly red and green colors. Web safe color of #7B9E5D is #669966 (or #696).

RGB color model

#7B9E5D color RGB value is (123,158,93).

  • red value is 123;
  • green value is 158;
  • blue value is 93.
RGB:
(123,158,93)
(48%,62%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 158 of 255 = 62%
B 93 of 255 = 36%

123
158
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 158 + 93 = 374 (100%)
R 123 of 374 ~ 32.89%
G 158 of 374 ~ 42.25%
B 93 of 374 ~ 24.87%

%32.89
%42.25
%24.87

CMYK color model

#7B9E5D color CMYK value is (22,0,41,38).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 41.14%
  • key color value is 38.04%
CMYK:
(22,0,41,38)
C22M0Y41K38 
(22%,0%,41%,38%)
(0.22/0.00/0.41/0.38)	

CMYK percentages

%22.15
%0
%41.14
%38.04

Codes

Color #7B9E5D in popluar color models

7B9E5D
RGB12315893
HSL92°25.90%49.22%
HSB/HSV92°41.14%61.96%
CMYK22.15%0.00%41.14%
38.04%

Color #7B9E5D in popluar number systems.

HEX7B9E5D
Decimal12315893
Binary1111011100111101011101
Octal173236135

Shades and tints

Shades of #7B9E5D

#7B9E5D
(123,158,93)
#709055
(112,144,85)
#65824D
(101,130,77)
#5A7445
(90,116,69)
#4F663D
(79,102,61)
#445835
(68,88,53)
#394A2D
(57,74,45)
#2E3C25
(46,60,37)
#232E1D
(35,46,29)
#182015
(24,32,21)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B9E5D

#7B9E5D
(123,158,93)
#87A66B
(135,166,107)
#93AE79
(147,174,121)
#9FB687
(159,182,135)
#ABBE95
(171,190,149)
#B7C6A3
(183,198,163)
#C3CEB1
(195,206,177)
#CFD6BF
(207,214,191)
#DBDECD
(219,222,205)
#E7E6DB
(231,230,219)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9E5D color. Also use rgb(123,158,93) instead hex code.

Text Font Color

.myTextColor { color: #7B9E5D; }

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

This text font color is #7B9E5D.


Background Color

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

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

This div background color is #7B9E5D.


Border color

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

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

This div border color is #7B9E5D.


Opacity

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

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

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

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

This text has shadow with #7B9E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9E5D on black background.


Color preview on white background

This text has color #7B9E5D on white background.



Black color preview on #7B9E5D background

This text has black color on #7B9E5D background.


White color preview on #7B9E5D background

This text has white color on #7B9E5D background.