COLOR #7B9165

HEX: #7B9165
RGB: (123,145,101)

Color info

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

RGB color model

#7B9165 color RGB value is (123,145,101).

  • red value is 123;
  • green value is 145;
  • blue value is 101.
RGB:
(123,145,101)
(48%,57%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 101 of 255 = 40%

123
145
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 101 = 369 (100%)
R 123 of 369 ~ 33.33%
G 145 of 369 ~ 39.3%
B 101 of 369 ~ 27.37%

%33.33
%39.3
%27.37

CMYK color model

#7B9165 color CMYK value is (15,0,30,43).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 43.14%
CMYK:
(15,0,30,43)
C15M0Y30K43 
(15%,0%,30%,43%)
(0.15/0.00/0.30/0.43)	

CMYK percentages

%15.17
%0
%30.34
%43.14

Codes

Color #7B9165 in popluar color models

7B9165
RGB123145101
HSL90°17.89%48.24%
HSB/HSV90°30.34%56.86%
CMYK15.17%0.00%30.34%
43.14%

Color #7B9165 in popluar number systems.

HEX7B9165
Decimal123145101
Binary1111011100100011100101
Octal173221145

Shades and tints

Shades of #7B9165

#7B9165
(123,145,101)
#70845C
(112,132,92)
#657753
(101,119,83)
#5A6A4A
(90,106,74)
#4F5D41
(79,93,65)
#445038
(68,80,56)
#39432F
(57,67,47)
#2E3626
(46,54,38)
#23291D
(35,41,29)
#181C14
(24,28,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B9165

#7B9165
(123,145,101)
#879B73
(135,155,115)
#93A581
(147,165,129)
#9FAF8F
(159,175,143)
#ABB99D
(171,185,157)
#B7C3AB
(183,195,171)
#C3CDB9
(195,205,185)
#CFD7C7
(207,215,199)
#DBE1D5
(219,225,213)
#E7EBE3
(231,235,227)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9165 color. Also use rgb(123,145,101) instead hex code.

Text Font Color

.myTextColor { color: #7B9165; }

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

This text font color is #7B9165.


Background Color

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

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

This div background color is #7B9165.


Border color

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

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

This div border color is #7B9165.


Opacity

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

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

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

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

This text has shadow with #7B9165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9165 on black background.


Color preview on white background

This text has color #7B9165 on white background.



Black color preview on #7B9165 background

This text has black color on #7B9165 background.


White color preview on #7B9165 background

This text has white color on #7B9165 background.