COLOR #6FB26C

HEX: #6FB26C
RGB: (111,178,108)

Color info

#6FB26C contains mainly green color. Web safe color of #6FB26C is #669966 (or #696).

RGB color model

#6FB26C color RGB value is (111,178,108).

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

RGB channels and saturation

R 111 of 255 = 44%
G 178 of 255 = 70%
B 108 of 255 = 42%

111
178
108

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

Portions of RGB colors in percentages

R + G + B =
111 + 178 + 108 = 397 (100%)
R 111 of 397 ~ 27.96%
G 178 of 397 ~ 44.84%
B 108 of 397 ~ 27.2%

%27.96
%44.84
%27.2

CMYK color model

#6FB26C color CMYK value is (38,0,39,30).

  • cyan value is 37.64%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 30.20%
CMYK:
(38,0,39,30)
C38M0Y39K30 
(38%,0%,39%,30%)
(0.38/0.00/0.39/0.30)	

CMYK percentages

%37.64
%0
%39.33
%30.2

Codes

Color #6FB26C in popluar color models

6FB26C
RGB111178108
HSL117°31.25%56.08%
HSB/HSV117°39.33%69.80%
CMYK37.64%0.00%39.33%
30.20%

Color #6FB26C in popluar number systems.

HEX6FB26C
Decimal111178108
Binary1101111101100101101100
Octal157262154

Shades and tints

Shades of #6FB26C

#6FB26C
(111,178,108)
#65A263
(101,162,99)
#5B925A
(91,146,90)
#518251
(81,130,81)
#477248
(71,114,72)
#3D623F
(61,98,63)
#335236
(51,82,54)
#29422D
(41,66,45)
#1F3224
(31,50,36)
#15221B
(21,34,27)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #6FB26C

#6FB26C
(111,178,108)
#7CB979
(124,185,121)
#89C086
(137,192,134)
#96C793
(150,199,147)
#A3CEA0
(163,206,160)
#B0D5AD
(176,213,173)
#BDDCBA
(189,220,186)
#CAE3C7
(202,227,199)
#D7EAD4
(215,234,212)
#E4F1E1
(228,241,225)
#F1F8EE
(241,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB26C; }

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

This text font color is #6FB26C.


Background Color

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

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

This div background color is #6FB26C.


Border color

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

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

This div border color is #6FB26C.


Opacity

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

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

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

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

This text has shadow with #6FB26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB26C on black background.


Color preview on white background

This text has color #6FB26C on white background.



Black color preview on #6FB26C background

This text has black color on #6FB26C background.


White color preview on #6FB26C background

This text has white color on #6FB26C background.