COLOR #7BC09F

HEX: #7BC09F
RGB: (123,192,159)

Color info

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

RGB color model

#7BC09F color RGB value is (123,192,159).

  • red value is 123;
  • green value is 192;
  • blue value is 159.
RGB:
(123,192,159)
(48%,75%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 192 of 255 = 75%
B 159 of 255 = 62%

123
192
159

R + G + B ~ 62%. #7BC09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 192 + 159 = 474 (100%)
R 123 of 474 ~ 25.95%
G 192 of 474 ~ 40.51%
B 159 of 474 ~ 33.54%

%25.95
%40.51
%33.54

CMYK color model

#7BC09F color CMYK value is (36,0,17,25).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(36,0,17,25)
C36M0Y17K25 
(36%,0%,17%,25%)
(0.36/0.00/0.17/0.25)	

CMYK percentages

%35.94
%0
%17.19
%24.71

Codes

Color #7BC09F in popluar color models

7BC09F
RGB123192159
HSL151°35.38%61.76%
HSB/HSV151°35.94%75.29%
CMYK35.94%0.00%17.19%
24.71%

Color #7BC09F in popluar number systems.

HEX7BC09F
Decimal123192159
Binary11110111100000010011111
Octal173300237

Shades and tints

Shades of #7BC09F

#7BC09F
(123,192,159)
#70AF91
(112,175,145)
#659E83
(101,158,131)
#5A8D75
(90,141,117)
#4F7C67
(79,124,103)
#446B59
(68,107,89)
#395A4B
(57,90,75)
#2E493D
(46,73,61)
#23382F
(35,56,47)
#182721
(24,39,33)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #7BC09F

#7BC09F
(123,192,159)
#87C5A7
(135,197,167)
#93CAAF
(147,202,175)
#9FCFB7
(159,207,183)
#ABD4BF
(171,212,191)
#B7D9C7
(183,217,199)
#C3DECF
(195,222,207)
#CFE3D7
(207,227,215)
#DBE8DF
(219,232,223)
#E7EDE7
(231,237,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC09F color. Also use rgb(123,192,159) instead hex code.

Text Font Color

.myTextColor { color: #7BC09F; }

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

This text font color is #7BC09F.


Background Color

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

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

This div background color is #7BC09F.


Border color

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

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

This div border color is #7BC09F.


Opacity

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

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

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

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

This text has shadow with #7BC09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BC09F on black background.


Color preview on white background

This text has color #7BC09F on white background.



Black color preview on #7BC09F background

This text has black color on #7BC09F background.


White color preview on #7BC09F background

This text has white color on #7BC09F background.