COLOR #6BC096

HEX: #6BC096
RGB: (107,192,150)

Color info

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

RGB color model

#6BC096 color RGB value is (107,192,150).

  • red value is 107;
  • green value is 192;
  • blue value is 150.
RGB:
(107,192,150)
(42%,75%,59%)

RGB channels and saturation

R 107 of 255 = 42%
G 192 of 255 = 75%
B 150 of 255 = 59%

107
192
150

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

Portions of RGB colors in percentages

R + G + B =
107 + 192 + 150 = 449 (100%)
R 107 of 449 ~ 23.83%
G 192 of 449 ~ 42.76%
B 150 of 449 ~ 33.41%

%23.83
%42.76
%33.41

CMYK color model

#6BC096 color CMYK value is (44,0,22,25).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(44,0,22,25)
C44M0Y22K25 
(44%,0%,22%,25%)
(0.44/0.00/0.22/0.25)	

CMYK percentages

%44.27
%0
%21.88
%24.71

Codes

Color #6BC096 in popluar color models

6BC096
RGB107192150
HSL150°40.28%58.63%
HSB/HSV150°44.27%75.29%
CMYK44.27%0.00%21.88%
24.71%

Color #6BC096 in popluar number systems.

HEX6BC096
Decimal107192150
Binary11010111100000010010110
Octal153300226

Shades and tints

Shades of #6BC096

#6BC096
(107,192,150)
#62AF89
(98,175,137)
#599E7C
(89,158,124)
#508D6F
(80,141,111)
#477C62
(71,124,98)
#3E6B55
(62,107,85)
#355A48
(53,90,72)
#2C493B
(44,73,59)
#23382E
(35,56,46)
#1A2721
(26,39,33)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #6BC096

#6BC096
(107,192,150)
#78C59F
(120,197,159)
#85CAA8
(133,202,168)
#92CFB1
(146,207,177)
#9FD4BA
(159,212,186)
#ACD9C3
(172,217,195)
#B9DECC
(185,222,204)
#C6E3D5
(198,227,213)
#D3E8DE
(211,232,222)
#E0EDE7
(224,237,231)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC096 color. Also use rgb(107,192,150) instead hex code.

Text Font Color

.myTextColor { color: #6BC096; }

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

This text font color is #6BC096.


Background Color

.myBgColor { background-color: #6BC096; }

<div style="background-color:#6BC096">Inner text</div>

This div background color is #6BC096.


Border color

.myBorderColor { border: 1px solid #6BC096; }

<div style="border:3px solid #6BC096">Div</div>

This div border color is #6BC096.


Opacity

.myOpacity80 { color: #6BC096; opacity: 0.8; }

<p style="color:#6BC096;opacity:0.8;">80%</p>

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

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

This text has shadow with #6BC096 color.

.textShadow {text-shadow: 3px 3px 1px #6BC096, 3px 3px 1px red;}

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

This text has shadow with #6BC096 primary color and red secondary color.


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

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

This text has shadow with #6BC096 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC096 on black background.


Color preview on white background

This text has color #6BC096 on white background.



Black color preview on #6BC096 background

This text has black color on #6BC096 background.


White color preview on #6BC096 background

This text has white color on #6BC096 background.