COLOR #7B9965

HEX: #7B9965
RGB: (123,153,101)

Color info

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

RGB color model

#7B9965 color RGB value is (123,153,101).

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

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 101 of 255 = 40%

123
153
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 101 = 377 (100%)
R 123 of 377 ~ 32.63%
G 153 of 377 ~ 40.58%
B 101 of 377 ~ 26.79%

%32.63
%40.58
%26.79

CMYK color model

#7B9965 color CMYK value is (20,0,34,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK: (20,0,34,40) C20M0Y34K40 (20%,0%,34%,40%) (0.20/0.00/0.34/0.40)

CMYK percentages

%19.61
%0
%33.99
%40

Codes

Color #7B9965 in popluar color models

7B9965
RGB123153101
HSL95°20.47%49.80%
HSB/HSV95°33.99%60.00%
CMYK19.61%0.00%33.99%
40.00%

Color #7B9965 in popluar number systems.

HEX7B9965
Decimal123153101
Binary1111011100110011100101
Octal173231145

Shades and tints

Shades of #7B9965

#7B9965
(123,153,101)
#708C5C
(112,140,92)
#657F53
(101,127,83)
#5A724A
(90,114,74)
#4F6541
(79,101,65)
#445838
(68,88,56)
#394B2F
(57,75,47)
#2E3E26
(46,62,38)
#23311D
(35,49,29)
#182414
(24,36,20)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #7B9965

#7B9965
(123,153,101)
#87A273
(135,162,115)
#93AB81
(147,171,129)
#9FB48F
(159,180,143)
#ABBD9D
(171,189,157)
#B7C6AB
(183,198,171)
#C3CFB9
(195,207,185)
#CFD8C7
(207,216,199)
#DBE1D5
(219,225,213)
#E7EAE3
(231,234,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9965; }

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

This text font color is #7B9965.


Background Color

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

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

This div background color is #7B9965.


Border color

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

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

This div border color is #7B9965.


Opacity

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

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

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

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

This text has shadow with #7B9965 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B9965 on black background.


Color preview on white background

This text has color #7B9965 on white background.



Black color preview on #7B9965 background

This text has black color on #7B9965 background.


White color preview on #7B9965 background

This text has white color on #7B9965 background.