COLOR #7B954B

HEX: #7B954B
RGB: (123,149,75)

Color info

#7B954B contains mainly red and green colors. Web safe color of #7B954B is #669933 (or #693).

RGB color model

#7B954B color RGB value is (123,149,75).

  • red value is 123;
  • green value is 149;
  • blue value is 75.
RGB:
(123,149,75)
(48%,58%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 149 of 255 = 58%
B 75 of 255 = 29%

123
149
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 149 + 75 = 347 (100%)
R 123 of 347 ~ 35.45%
G 149 of 347 ~ 42.94%
B 75 of 347 ~ 21.61%

%35.45
%42.94
%21.61

CMYK color model

#7B954B color CMYK value is (17,0,50,42).

  • cyan value is 17.45%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(17,0,50,42)
C17M0Y50K42 
(17%,0%,50%,42%)
(0.17/0.00/0.50/0.42)	

CMYK percentages

%17.45
%0
%49.66
%41.57

Codes

Color #7B954B in popluar color models

7B954B
RGB12314975
HSL81°33.04%43.92%
HSB/HSV81°49.66%58.43%
CMYK17.45%0.00%49.66%
41.57%

Color #7B954B in popluar number systems.

HEX7B954B
Decimal12314975
Binary1111011100101011001011
Octal173225113

Shades and tints

Shades of #7B954B

#7B954B
(123,149,75)
#708845
(112,136,69)
#657B3F
(101,123,63)
#5A6E39
(90,110,57)
#4F6133
(79,97,51)
#44542D
(68,84,45)
#394727
(57,71,39)
#2E3A21
(46,58,33)
#232D1B
(35,45,27)
#182015
(24,32,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B954B

#7B954B
(123,149,75)
#879E5B
(135,158,91)
#93A76B
(147,167,107)
#9FB07B
(159,176,123)
#ABB98B
(171,185,139)
#B7C29B
(183,194,155)
#C3CBAB
(195,203,171)
#CFD4BB
(207,212,187)
#DBDDCB
(219,221,203)
#E7E6DB
(231,230,219)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B954B color. Also use rgb(123,149,75) instead hex code.

Text Font Color

.myTextColor { color: #7B954B; }

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

This text font color is #7B954B.


Background Color

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

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

This div background color is #7B954B.


Border color

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

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

This div border color is #7B954B.


Opacity

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

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

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

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

This text has shadow with #7B954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B954B on black background.


Color preview on white background

This text has color #7B954B on white background.



Black color preview on #7B954B background

This text has black color on #7B954B background.


White color preview on #7B954B background

This text has white color on #7B954B background.