COLOR #7BAB42

HEX: #7BAB42
RGB: (123,171,66)

Color info

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

RGB color model

#7BAB42 color RGB value is (123,171,66).

  • red value is 123;
  • green value is 171;
  • blue value is 66.
RGB:
(123,171,66)
(48%,67%,26%)

RGB channels and saturation

R 123 of 255 = 48%
G 171 of 255 = 67%
B 66 of 255 = 26%

123
171
66

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

Portions of RGB colors in percentages

R + G + B =
123 + 171 + 66 = 360 (100%)
R 123 of 360 ~ 34.17%
G 171 of 360 ~ 47.5%
B 66 of 360 ~ 18.33%

%34.17
%47.5
%18.33

CMYK color model

#7BAB42 color CMYK value is (28,0,61,33).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 61.40%
  • key color value is 32.94%
CMYK:
(28,0,61,33)
C28M0Y61K33 
(28%,0%,61%,33%)
(0.28/0.00/0.61/0.33)	

CMYK percentages

%28.07
%0
%61.4
%32.94

Codes

Color #7BAB42 in popluar color models

7BAB42
RGB12317166
HSL87°44.30%46.47%
HSB/HSV87°61.40%67.06%
CMYK28.07%0.00%61.40%
32.94%

Color #7BAB42 in popluar number systems.

HEX7BAB42
Decimal12317166
Binary1111011101010111000010
Octal173253102

Shades and tints

Shades of #7BAB42

#7BAB42
(123,171,66)
#709C3C
(112,156,60)
#658D36
(101,141,54)
#5A7E30
(90,126,48)
#4F6F2A
(79,111,42)
#446024
(68,96,36)
#39511E
(57,81,30)
#2E4218
(46,66,24)
#233312
(35,51,18)
#18240C
(24,36,12)
#0D1506
(13,21,6)
#000000
(0,0,0)

Tints of #7BAB42

#7BAB42
(123,171,66)
#87B253
(135,178,83)
#93B964
(147,185,100)
#9FC075
(159,192,117)
#ABC786
(171,199,134)
#B7CE97
(183,206,151)
#C3D5A8
(195,213,168)
#CFDCB9
(207,220,185)
#DBE3CA
(219,227,202)
#E7EADB
(231,234,219)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAB42 color. Also use rgb(123,171,66) instead hex code.

Text Font Color

.myTextColor { color: #7BAB42; }

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

This text font color is #7BAB42.


Background Color

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

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

This div background color is #7BAB42.


Border color

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

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

This div border color is #7BAB42.


Opacity

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

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

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

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

This text has shadow with #7BAB42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BAB42 on black background.


Color preview on white background

This text has color #7BAB42 on white background.



Black color preview on #7BAB42 background

This text has black color on #7BAB42 background.


White color preview on #7BAB42 background

This text has white color on #7BAB42 background.