COLOR #7BA67A

HEX: #7BA67A RGB: (123,166,122)

Color info

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

RGB color model

#7BA67A color RGB value is (123,166,122).

RGB: (123,166,122) (48%, 65%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 166 of 255 = 65%
B 122 of 255 = 48%

123
166
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 166 + 122 = 411 (100%)
R 123 of 411 ~ 29.93%
G 166 of 411 ~ 40.39%
B 122 of 411 ~ 29.68'%

%29.93
%40.39
%29.68

CMYK color model

#7BA67A color CMYK value is (26,0,27,35).

  • cyan value is 25.90%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 34.90%

CMYK: (26,0,27,35)
C26M0Y27K35 (26%, 0%, 27%, 35%)
(0.26 / 0.00 / 0.27 / 0.35)

CMYK percentages

%25.9
%0
%26.51
%34.9

Codes

Color #7BA67A in popluar color models

7B A6 7A
RGB 123 166 122
HSL 119° 19.82% 56.47%
HSB/HSV 119° 26.51% 65.10%
CMYK 25.90% 0.00% 26.51%
34.90%

Color #7BA67A in popluar number systems.

HEX 7B A6 7A
Decimal 123 166 122
Binary 1111011 10100110 1111010
Octal 173 246 172

Shades and tints

Shades of #7BA67A

#7BA67A
(123,166,122)
#70976F
(112,151,111)
#658864
(101,136,100)
#5A7959
(90,121,89)
#4F6A4E
(79,106,78)
#445B43
(68,91,67)
#394C38
(57,76,56)
#2E3D2D
(46,61,45)
#232E22
(35,46,34)
#181F17
(24,31,23)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7BA67A

#7BA67A
(123,166,122)
#87AE86
(135,174,134)
#93B692
(147,182,146)
#9FBE9E
(159,190,158)
#ABC6AA
(171,198,170)
#B7CEB6
(183,206,182)
#C3D6C2
(195,214,194)
#CFDECE
(207,222,206)
#DBE6DA
(219,230,218)
#E7EEE6
(231,238,230)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA67A color. Also use rgb(123,166,122) instead hex code.

Text Font Color

.myTextColor { color: #7BA67A; }

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

This text font color is #7BA67A.

Background Color

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

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

This div background color is #7BA67A.

Border color

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

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

This div border color is #7BA67A.

Opacity

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

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

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

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

This text has shadow with #7BA67A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA67A.

Preview

Color preview on black background

This text has color #7BA67A on black background.


Color preview on white background

This text has color #7BA67A on white background.


Black color preview on #7BA67A background

This text has black color on #7BA67A background.


White color preview on #7BA67A background

This text has white color on #7BA67A background.


Related colors

Complementary color

Complementary color for #hex is #845985.


I love getcolorcode.com

Triadic colors

1 #7A7BA6 and #A67A7B with #7BA67A are triadic colors.

2 #7AA67B and #A67B7A with #7BA67A are triadic colors.