COLOR #6BC28A

HEX: #6BC28A
RGB: (107,194,138)

Color info

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

RGB color model

#6BC28A color RGB value is (107,194,138).

  • red value is 107;
  • green value is 194;
  • blue value is 138.
RGB:
(107,194,138)
(42%,76%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 194 of 255 = 76%
B 138 of 255 = 54%

107
194
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 194 + 138 = 439 (100%)
R 107 of 439 ~ 24.37%
G 194 of 439 ~ 44.19%
B 138 of 439 ~ 31.44%

%24.37
%44.19
%31.44

CMYK color model

#6BC28A color CMYK value is (45,0,29,24).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(45,0,29,24)
C45M0Y29K24 
(45%,0%,29%,24%)
(0.45/0.00/0.29/0.24)	

CMYK percentages

%44.85
%0
%28.87
%23.92

Codes

Color #6BC28A in popluar color models

6BC28A
RGB107194138
HSL141°41.63%59.02%
HSB/HSV141°44.85%76.08%
CMYK44.85%0.00%28.87%
23.92%

Color #6BC28A in popluar number systems.

HEX6BC28A
Decimal107194138
Binary11010111100001010001010
Octal153302212

Shades and tints

Shades of #6BC28A

#6BC28A
(107,194,138)
#62B17E
(98,177,126)
#59A072
(89,160,114)
#508F66
(80,143,102)
#477E5A
(71,126,90)
#3E6D4E
(62,109,78)
#355C42
(53,92,66)
#2C4B36
(44,75,54)
#233A2A
(35,58,42)
#1A291E
(26,41,30)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #6BC28A

#6BC28A
(107,194,138)
#78C794
(120,199,148)
#85CC9E
(133,204,158)
#92D1A8
(146,209,168)
#9FD6B2
(159,214,178)
#ACDBBC
(172,219,188)
#B9E0C6
(185,224,198)
#C6E5D0
(198,229,208)
#D3EADA
(211,234,218)
#E0EFE4
(224,239,228)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC28A color. Also use rgb(107,194,138) instead hex code.

Text Font Color

.myTextColor { color: #6BC28A; }

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

This text font color is #6BC28A.


Background Color

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

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

This div background color is #6BC28A.


Border color

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

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

This div border color is #6BC28A.


Opacity

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

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

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

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

This text has shadow with #6BC28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC28A on black background.


Color preview on white background

This text has color #6BC28A on white background.



Black color preview on #6BC28A background

This text has black color on #6BC28A background.


White color preview on #6BC28A background

This text has white color on #6BC28A background.