COLOR #7B9A6C

HEX: #7B9A6C
RGB: (123,154,108)

Color info

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

RGB color model

#7B9A6C color RGB value is (123,154,108).

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

RGB channels and saturation

R 123 of 255 = 48%
G 154 of 255 = 60%
B 108 of 255 = 42%

123
154
108

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

Portions of RGB colors in percentages

R + G + B =
123 + 154 + 108 = 385 (100%)
R 123 of 385 ~ 31.95%
G 154 of 385 ~ 40%
B 108 of 385 ~ 28.05%

%31.95
%40
%28.05

CMYK color model

#7B9A6C color CMYK value is (20,0,30,40).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(20,0,30,40)
C20M0Y30K40 
(20%,0%,30%,40%)
(0.20/0.00/0.30/0.40)	

CMYK percentages

%20.13
%0
%29.87
%39.61

Codes

Color #7B9A6C in popluar color models

7B9A6C
RGB123154108
HSL100°18.55%51.37%
HSB/HSV100°29.87%60.39%
CMYK20.13%0.00%29.87%
39.61%

Color #7B9A6C in popluar number systems.

HEX7B9A6C
Decimal123154108
Binary1111011100110101101100
Octal173232154

Shades and tints

Shades of #7B9A6C

#7B9A6C
(123,154,108)
#708C63
(112,140,99)
#657E5A
(101,126,90)
#5A7051
(90,112,81)
#4F6248
(79,98,72)
#44543F
(68,84,63)
#394636
(57,70,54)
#2E382D
(46,56,45)
#232A24
(35,42,36)
#181C1B
(24,28,27)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #7B9A6C

#7B9A6C
(123,154,108)
#87A379
(135,163,121)
#93AC86
(147,172,134)
#9FB593
(159,181,147)
#ABBEA0
(171,190,160)
#B7C7AD
(183,199,173)
#C3D0BA
(195,208,186)
#CFD9C7
(207,217,199)
#DBE2D4
(219,226,212)
#E7EBE1
(231,235,225)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9A6C; }

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

This text font color is #7B9A6C.


Background Color

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

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

This div background color is #7B9A6C.


Border color

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

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

This div border color is #7B9A6C.


Opacity

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

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

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

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

This text has shadow with #7B9A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9A6C on black background.


Color preview on white background

This text has color #7B9A6C on white background.



Black color preview on #7B9A6C background

This text has black color on #7B9A6C background.


White color preview on #7B9A6C background

This text has white color on #7B9A6C background.