COLOR #7BB585

HEX: #7BB585
RGB: (123,181,133)

Color info

#7BB585 contains red, green and blue colors in about the same proportion. Web safe color of #7BB585 is #66CC99 (or #6C9).

RGB color model

#7BB585 color RGB value is (123,181,133).

  • red value is 123;
  • green value is 181;
  • blue value is 133.
RGB:
(123,181,133)
(48%,71%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 181 of 255 = 71%
B 133 of 255 = 52%

123
181
133

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

Portions of RGB colors in percentages

R + G + B =
123 + 181 + 133 = 437 (100%)
R 123 of 437 ~ 28.15%
G 181 of 437 ~ 41.42%
B 133 of 437 ~ 30.43%

%28.15
%41.42
%30.43

CMYK color model

#7BB585 color CMYK value is (32,0,27,29).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 26.52%
  • key color value is 29.02%
CMYK:
(32,0,27,29)
C32M0Y27K29 
(32%,0%,27%,29%)
(0.32/0.00/0.27/0.29)	

CMYK percentages

%32.04
%0
%26.52
%29.02

Codes

Color #7BB585 in popluar color models

7BB585
RGB123181133
HSL130°28.16%59.61%
HSB/HSV130°32.04%70.98%
CMYK32.04%0.00%26.52%
29.02%

Color #7BB585 in popluar number systems.

HEX7BB585
Decimal123181133
Binary11110111011010110000101
Octal173265205

Shades and tints

Shades of #7BB585

#7BB585
(123,181,133)
#70A579
(112,165,121)
#65956D
(101,149,109)
#5A8561
(90,133,97)
#4F7555
(79,117,85)
#446549
(68,101,73)
#39553D
(57,85,61)
#2E4531
(46,69,49)
#233525
(35,53,37)
#182519
(24,37,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #7BB585

#7BB585
(123,181,133)
#87BB90
(135,187,144)
#93C19B
(147,193,155)
#9FC7A6
(159,199,166)
#ABCDB1
(171,205,177)
#B7D3BC
(183,211,188)
#C3D9C7
(195,217,199)
#CFDFD2
(207,223,210)
#DBE5DD
(219,229,221)
#E7EBE8
(231,235,232)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB585 color. Also use rgb(123,181,133) instead hex code.

Text Font Color

.myTextColor { color: #7BB585; }

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

This text font color is #7BB585.


Background Color

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

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

This div background color is #7BB585.


Border color

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

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

This div border color is #7BB585.


Opacity

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

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

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

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

This text has shadow with #7BB585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB585 on black background.


Color preview on white background

This text has color #7BB585 on white background.



Black color preview on #7BB585 background

This text has black color on #7BB585 background.


White color preview on #7BB585 background

This text has white color on #7BB585 background.