COLOR #7B906D

HEX: #7B906D RGB: (123,144,109)

Color info

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

RGB color model

#7B906D color RGB value is (123,144,109).

RGB: (123,144,109) (48%, 56%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 144 of 255 = 56%
B 109 of 255 = 43%

123
144
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 144 + 109 = 376 (100%)
R 123 of 376 ~ 32.71%
G 144 of 376 ~ 38.3%
B 109 of 376 ~ 28.99'%

%32.71
%38.3
%28.99

CMYK color model

#7B906D color CMYK value is (15,0,24,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 43.53%

CMYK: (15,0,24,44)
C15M0Y24K44 (15%, 0%, 24%, 44%)
(0.15 / 0.00 / 0.24 / 0.44)

CMYK percentages

%14.58
%0
%24.31
%43.53

Codes

Color #7B906D in popluar color models

7B 90 6D
RGB 123 144 109
HSL 96° 13.83% 49.61%
HSB/HSV 96° 24.31% 56.47%
CMYK 14.58% 0.00% 24.31%
43.53%

Color #7B906D in popluar number systems.

HEX 7B 90 6D
Decimal 123 144 109
Binary 1111011 10010000 1101101
Octal 173 220 155

Shades and tints

Shades of #7B906D

#7B906D
(123,144,109)
#708364
(112,131,100)
#65765B
(101,118,91)
#5A6952
(90,105,82)
#4F5C49
(79,92,73)
#444F40
(68,79,64)
#394237
(57,66,55)
#2E352E
(46,53,46)
#232825
(35,40,37)
#181B1C
(24,27,28)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #7B906D

#7B906D
(123,144,109)
#879A7A
(135,154,122)
#93A487
(147,164,135)
#9FAE94
(159,174,148)
#ABB8A1
(171,184,161)
#B7C2AE
(183,194,174)
#C3CCBB
(195,204,187)
#CFD6C8
(207,214,200)
#DBE0D5
(219,224,213)
#E7EAE2
(231,234,226)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B906D color. Also use rgb(123,144,109) instead hex code.

Text Font Color

.myTextColor { color: #7B906D; }

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

This text font color is #7B906D.

Background Color

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

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

This div background color is #7B906D.

Border color

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

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

This div border color is #7B906D.

Opacity

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

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

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

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

This text has shadow with #7B906D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B906D.

Preview

Color preview on black background

This text has color #7B906D on black background.


Color preview on white background

This text has color #7B906D on white background.


Black color preview on #7B906D background

This text has black color on #7B906D background.


White color preview on #7B906D background

This text has white color on #7B906D background.


Related colors

Complementary color

Complementary color for #hex is #846F92.


I love getcolorcode.com

Triadic colors

1 #6D7B90 and #906D7B with #7B906D are triadic colors.

2 #6D907B and #907B6D with #7B906D are triadic colors.