COLOR #7BAE6D

HEX: #7BAE6D RGB: (123,174,109)

Color info

#7BAE6D contains mainly red and green colors. Web safe color of #7BAE6D is #669966 (or #696).

RGB color model

#7BAE6D color RGB value is (123,174,109).

RGB: (123,174,109) (48%, 68%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 174 of 255 = 68%
B 109 of 255 = 43%

123
174
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 174 + 109 = 406 (100%)
R 123 of 406 ~ 30.3%
G 174 of 406 ~ 42.86%
B 109 of 406 ~ 26.85'%

%30.3
%42.86
%26.85

CMYK color model

#7BAE6D color CMYK value is (29,0,37,32).

  • cyan value is 29.31%
  • magenta value is 0.00%
  • yellow value is 37.36%
  • key color value is 31.76%

CMYK: (29,0,37,32)
C29M0Y37K32 (29%, 0%, 37%, 32%)
(0.29 / 0.00 / 0.37 / 0.32)

CMYK percentages

%29.31
%0
%37.36
%31.76

Codes

Color #7BAE6D in popluar color models

7B AE 6D
RGB 123 174 109
HSL 107° 28.63% 55.49%
HSB/HSV 107° 37.36% 68.24%
CMYK 29.31% 0.00% 37.36%
31.76%

Color #7BAE6D in popluar number systems.

HEX 7B AE 6D
Decimal 123 174 109
Binary 1111011 10101110 1101101
Octal 173 256 155

Shades and tints

Shades of #7BAE6D

#7BAE6D
(123,174,109)
#709F64
(112,159,100)
#65905B
(101,144,91)
#5A8152
(90,129,82)
#4F7249
(79,114,73)
#446340
(68,99,64)
#395437
(57,84,55)
#2E452E
(46,69,46)
#233625
(35,54,37)
#18271C
(24,39,28)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #7BAE6D

#7BAE6D
(123,174,109)
#87B57A
(135,181,122)
#93BC87
(147,188,135)
#9FC394
(159,195,148)
#ABCAA1
(171,202,161)
#B7D1AE
(183,209,174)
#C3D8BB
(195,216,187)
#CFDFC8
(207,223,200)
#DBE6D5
(219,230,213)
#E7EDE2
(231,237,226)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BAE6D color. Also use rgb(123,174,109) instead hex code.

Text Font Color

.myTextColor { color: #7BAE6D; }

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

This text font color is #7BAE6D.

Background Color

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

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

This div background color is #7BAE6D.

Border color

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

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

This div border color is #7BAE6D.

Opacity

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

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

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

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

This text has shadow with #7BAE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BAE6D.

Preview

Color preview on black background

This text has color #7BAE6D on black background.


Color preview on white background

This text has color #7BAE6D on white background.


Black color preview on #7BAE6D background

This text has black color on #7BAE6D background.


White color preview on #7BAE6D background

This text has white color on #7BAE6D background.


Related colors

Complementary color

Complementary color for #hex is #845192.


I love getcolorcode.com

Triadic colors

1 #6D7BAE and #AE6D7B with #7BAE6D are triadic colors.

2 #6DAE7B and #AE7B6D with #7BAE6D are triadic colors.