COLOR #7BBB90

HEX: #7BBB90 RGB: (123,187,144)

Color info

#7BBB90 contains mainly green and blue colors. Web safe color of #7BBB90 is #66CC99 (or #6C9).

RGB color model

#7BBB90 color RGB value is (123,187,144).

RGB: (123,187,144) (48%, 73%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 187 of 255 = 73%
B 144 of 255 = 56%

123
187
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 187 + 144 = 454 (100%)
R 123 of 454 ~ 27.09%
G 187 of 454 ~ 41.19%
B 144 of 454 ~ 31.72'%

%27.09
%41.19
%31.72

CMYK color model

#7BBB90 color CMYK value is (34,0,23,27).

  • cyan value is 34.22%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%

CMYK: (34,0,23,27)
C34M0Y23K27 (34%, 0%, 23%, 27%)
(0.34 / 0.00 / 0.23 / 0.27)

CMYK percentages

%34.22
%0
%22.99
%26.67

Codes

Color #7BBB90 in popluar color models

7B BB 90
RGB 123 187 144
HSL 140° 32.00% 60.78%
HSB/HSV 140° 34.22% 73.33%
CMYK 34.22% 0.00% 22.99%
26.67%

Color #7BBB90 in popluar number systems.

HEX 7B BB 90
Decimal 123 187 144
Binary 1111011 10111011 10010000
Octal 173 273 220

Shades and tints

Shades of #7BBB90

#7BBB90
(123,187,144)
#70AA83
(112,170,131)
#659976
(101,153,118)
#5A8869
(90,136,105)
#4F775C
(79,119,92)
#44664F
(68,102,79)
#395542
(57,85,66)
#2E4435
(46,68,53)
#233328
(35,51,40)
#18221B
(24,34,27)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7BBB90

#7BBB90
(123,187,144)
#87C19A
(135,193,154)
#93C7A4
(147,199,164)
#9FCDAE
(159,205,174)
#ABD3B8
(171,211,184)
#B7D9C2
(183,217,194)
#C3DFCC
(195,223,204)
#CFE5D6
(207,229,214)
#DBEBE0
(219,235,224)
#E7F1EA
(231,241,234)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBB90 color. Also use rgb(123,187,144) instead hex code.

Text Font Color

.myTextColor { color: #7BBB90; }

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

This text font color is #7BBB90.

Background Color

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

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

This div background color is #7BBB90.

Border color

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

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

This div border color is #7BBB90.

Opacity

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

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

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

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

This text has shadow with #7BBB90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BBB90.

Preview

Color preview on black background

This text has color #7BBB90 on black background.


Color preview on white background

This text has color #7BBB90 on white background.


Black color preview on #7BBB90 background

This text has black color on #7BBB90 background.


White color preview on #7BBB90 background

This text has white color on #7BBB90 background.


Related colors

Complementary color

Complementary color for #hex is #84446F.


I love getcolorcode.com

Triadic colors

1 #907BBB and #BB907B with #7BBB90 are triadic colors.

2 #90BB7B and #BB7B90 with #7BBB90 are triadic colors.