COLOR #7BA396

HEX: #7BA396 RGB: (123,163,150)

Color info

#7BA396 contains red, green and blue colors in about the same proportion. Web safe color of #7BA396 is #669999 (or #699).

RGB color model

#7BA396 color RGB value is (123,163,150).

RGB: (123,163,150) (48%, 64%, 59%)

RGB channels and saturation

R 123 of 255 = 48%
G 163 of 255 = 64%
B 150 of 255 = 59%

123
163
150

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

Portions of RGB colors in percentages

R + G + B = 123 + 163 + 150 = 436 (100%)
R 123 of 436 ~ 28.21%
G 163 of 436 ~ 37.39%
B 150 of 436 ~ 34.4'%

%28.21
%37.39
%34.4

CMYK color model

#7BA396 color CMYK value is (25,0,8,36).

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%

CMYK: (25,0,8,36)
C25M0Y8K36 (25%, 0%, 8%, 36%)
(0.25 / 0.00 / 0.08 / 0.36)

CMYK percentages

%24.54
%0
%7.98
%36.08

Codes

Color #7BA396 in popluar color models

7B A3 96
RGB 123 163 150
HSL 161° 17.86% 56.08%
HSB/HSV 161° 24.54% 63.92%
CMYK 24.54% 0.00% 7.98%
36.08%

Color #7BA396 in popluar number systems.

HEX 7B A3 96
Decimal 123 163 150
Binary 1111011 10100011 10010110
Octal 173 243 226

Shades and tints

Shades of #7BA396

#7BA396
(123,163,150)
#709589
(112,149,137)
#65877C
(101,135,124)
#5A796F
(90,121,111)
#4F6B62
(79,107,98)
#445D55
(68,93,85)
#394F48
(57,79,72)
#2E413B
(46,65,59)
#23332E
(35,51,46)
#182521
(24,37,33)
#0D1714
(13,23,20)
#000000
(0,0,0)

Tints of #7BA396

#7BA396
(123,163,150)
#87AB9F
(135,171,159)
#93B3A8
(147,179,168)
#9FBBB1
(159,187,177)
#ABC3BA
(171,195,186)
#B7CBC3
(183,203,195)
#C3D3CC
(195,211,204)
#CFDBD5
(207,219,213)
#DBE3DE
(219,227,222)
#E7EBE7
(231,235,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BA396 color. Also use rgb(123,163,150) instead hex code.

Text Font Color

.myTextColor { color: #7BA396; }

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

This text font color is #7BA396.

Background Color

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

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

This div background color is #7BA396.

Border color

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

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

This div border color is #7BA396.

Opacity

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

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

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

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

This text has shadow with #7BA396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BA396.

Preview

Color preview on black background

This text has color #7BA396 on black background.


Color preview on white background

This text has color #7BA396 on white background.


Black color preview on #7BA396 background

This text has black color on #7BA396 background.


White color preview on #7BA396 background

This text has white color on #7BA396 background.


Related colors

Complementary color

Complementary color for #hex is #845C69.


I love getcolorcode.com

Triadic colors

1 #967BA3 and #A3967B with #7BA396 are triadic colors.

2 #96A37B and #A37B96 with #7BA396 are triadic colors.