COLOR #7B9F64

HEX: #7B9F64
RGB: (123,159,100)

Color info

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

RGB color model

#7B9F64 color RGB value is (123,159,100).

  • red value is 123;
  • green value is 159;
  • blue value is 100.
RGB:
(123,159,100)
(48%,62%,39%)

RGB channels and saturation

R 123 of 255 = 48%
G 159 of 255 = 62%
B 100 of 255 = 39%

123
159
100

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

Portions of RGB colors in percentages

R + G + B =
123 + 159 + 100 = 382 (100%)
R 123 of 382 ~ 32.2%
G 159 of 382 ~ 41.62%
B 100 of 382 ~ 26.18%

%32.2
%41.62
%26.18

CMYK color model

#7B9F64 color CMYK value is (23,0,37,38).

  • cyan value is 22.64%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 37.65%
CMYK:
(23,0,37,38)
C23M0Y37K38 
(23%,0%,37%,38%)
(0.23/0.00/0.37/0.38)	

CMYK percentages

%22.64
%0
%37.11
%37.65

Codes

Color #7B9F64 in popluar color models

7B9F64
RGB123159100
HSL97°23.51%50.78%
HSB/HSV97°37.11%62.35%
CMYK22.64%0.00%37.11%
37.65%

Color #7B9F64 in popluar number systems.

HEX7B9F64
Decimal123159100
Binary1111011100111111100100
Octal173237144

Shades and tints

Shades of #7B9F64

#7B9F64
(123,159,100)
#70915B
(112,145,91)
#658352
(101,131,82)
#5A7549
(90,117,73)
#4F6740
(79,103,64)
#445937
(68,89,55)
#394B2E
(57,75,46)
#2E3D25
(46,61,37)
#232F1C
(35,47,28)
#182113
(24,33,19)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #7B9F64

#7B9F64
(123,159,100)
#87A772
(135,167,114)
#93AF80
(147,175,128)
#9FB78E
(159,183,142)
#ABBF9C
(171,191,156)
#B7C7AA
(183,199,170)
#C3CFB8
(195,207,184)
#CFD7C6
(207,215,198)
#DBDFD4
(219,223,212)
#E7E7E2
(231,231,226)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B9F64 color. Also use rgb(123,159,100) instead hex code.

Text Font Color

.myTextColor { color: #7B9F64; }

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

This text font color is #7B9F64.


Background Color

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

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

This div background color is #7B9F64.


Border color

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

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

This div border color is #7B9F64.


Opacity

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

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

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

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

This text has shadow with #7B9F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9F64 on black background.


Color preview on white background

This text has color #7B9F64 on white background.



Black color preview on #7B9F64 background

This text has black color on #7B9F64 background.


White color preview on #7B9F64 background

This text has white color on #7B9F64 background.