COLOR #7B9A6F

HEX: #7B9A6F RGB: (123,154,111)

Color info

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

RGB color model

#7B9A6F color RGB value is (123,154,111).

RGB: (123,154,111) (48%, 60%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 154 of 255 = 60%
B 111 of 255 = 44%

123
154
111

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

Portions of RGB colors in percentages

R + G + B = 123 + 154 + 111 = 388 (100%)
R 123 of 388 ~ 31.7%
G 154 of 388 ~ 39.69%
B 111 of 388 ~ 28.61'%

%31.7
%39.69
%28.61

CMYK color model

#7B9A6F color CMYK value is (20,0,28,40).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%

CMYK: (20,0,28,40)
C20M0Y28K40 (20%, 0%, 28%, 40%)
(0.20 / 0.00 / 0.28 / 0.40)

CMYK percentages

%20.13
%0
%27.92
%39.61

Codes

Color #7B9A6F in popluar color models

7B 9A 6F
RGB 123 154 111
HSL 103° 17.55% 51.96%
HSB/HSV 103° 27.92% 60.39%
CMYK 20.13% 0.00% 27.92%
39.61%

Color #7B9A6F in popluar number systems.

HEX 7B 9A 6F
Decimal 123 154 111
Binary 1111011 10011010 1101111
Octal 173 232 157

Shades and tints

Shades of #7B9A6F

#7B9A6F
(123,154,111)
#708C65
(112,140,101)
#657E5B
(101,126,91)
#5A7051
(90,112,81)
#4F6247
(79,98,71)
#44543D
(68,84,61)
#394633
(57,70,51)
#2E3829
(46,56,41)
#232A1F
(35,42,31)
#181C15
(24,28,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B9A6F

#7B9A6F
(123,154,111)
#87A37C
(135,163,124)
#93AC89
(147,172,137)
#9FB596
(159,181,150)
#ABBEA3
(171,190,163)
#B7C7B0
(183,199,176)
#C3D0BD
(195,208,189)
#CFD9CA
(207,217,202)
#DBE2D7
(219,226,215)
#E7EBE4
(231,235,228)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9A6F; }

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

This text font color is #7B9A6F.

Background Color

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

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

This div background color is #7B9A6F.

Border color

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

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

This div border color is #7B9A6F.

Opacity

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

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

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

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

This text has shadow with #7B9A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9A6F.

Preview

Color preview on black background

This text has color #7B9A6F on black background.


Color preview on white background

This text has color #7B9A6F on white background.


Black color preview on #7B9A6F background

This text has black color on #7B9A6F background.


White color preview on #7B9A6F background

This text has white color on #7B9A6F background.


Related colors

Complementary color

Complementary color for #hex is #846590.


I love getcolorcode.com

Triadic colors

1 #6F7B9A and #9A6F7B with #7B9A6F are triadic colors.

2 #6F9A7B and #9A7B6F with #7B9A6F are triadic colors.