COLOR #6FB28C

HEX: #6FB28C
RGB: (111,178,140)

Color info

#6FB28C contains mainly green and blue colors. Web safe color of #6FB28C is #669999 (or #699).

RGB color model

#6FB28C color RGB value is (111,178,140).

  • red value is 111;
  • green value is 178;
  • blue value is 140.
RGB:
(111,178,140)
(44%,70%,55%)

RGB channels and saturation

R 111 of 255 = 44%
G 178 of 255 = 70%
B 140 of 255 = 55%

111
178
140

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

Portions of RGB colors in percentages

R + G + B =
111 + 178 + 140 = 429 (100%)
R 111 of 429 ~ 25.87%
G 178 of 429 ~ 41.49%
B 140 of 429 ~ 32.63%

%25.87
%41.49
%32.63

CMYK color model

#6FB28C color CMYK value is (38,0,21,30).

  • cyan value is 37.64%
  • magenta value is 0.00%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(38,0,21,30)
C38M0Y21K30 
(38%,0%,21%,30%)
(0.38/0.00/0.21/0.30)	

CMYK percentages

%37.64
%0
%21.35
%30.2

Codes

Color #6FB28C in popluar color models

6FB28C
RGB111178140
HSL146°30.32%56.67%
HSB/HSV146°37.64%69.80%
CMYK37.64%0.00%21.35%
30.20%

Color #6FB28C in popluar number systems.

HEX6FB28C
Decimal111178140
Binary11011111011001010001100
Octal157262214

Shades and tints

Shades of #6FB28C

#6FB28C
(111,178,140)
#65A280
(101,162,128)
#5B9274
(91,146,116)
#518268
(81,130,104)
#47725C
(71,114,92)
#3D6250
(61,98,80)
#335244
(51,82,68)
#294238
(41,66,56)
#1F322C
(31,50,44)
#152220
(21,34,32)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #6FB28C

#6FB28C
(111,178,140)
#7CB996
(124,185,150)
#89C0A0
(137,192,160)
#96C7AA
(150,199,170)
#A3CEB4
(163,206,180)
#B0D5BE
(176,213,190)
#BDDCC8
(189,220,200)
#CAE3D2
(202,227,210)
#D7EADC
(215,234,220)
#E4F1E6
(228,241,230)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB28C color. Also use rgb(111,178,140) instead hex code.

Text Font Color

.myTextColor { color: #6FB28C; }

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

This text font color is #6FB28C.


Background Color

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

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

This div background color is #6FB28C.


Border color

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

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

This div border color is #6FB28C.


Opacity

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

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

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

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

This text has shadow with #6FB28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB28C on black background.


Color preview on white background

This text has color #6FB28C on white background.



Black color preview on #6FB28C background

This text has black color on #6FB28C background.


White color preview on #6FB28C background

This text has white color on #6FB28C background.