COLOR #6FB17A

HEX: #6FB17A
RGB: (111,177,122)

Color info

#6FB17A contains mainly green and blue colors. Web safe color of #6FB17A is #669966 (or #696).

RGB color model

#6FB17A color RGB value is (111,177,122).

  • red value is 111;
  • green value is 177;
  • blue value is 122.
RGB:
(111,177,122)
(44%,69%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 177 of 255 = 69%
B 122 of 255 = 48%

111
177
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 177 + 122 = 410 (100%)
R 111 of 410 ~ 27.07%
G 177 of 410 ~ 43.17%
B 122 of 410 ~ 29.76%

%27.07
%43.17
%29.76

CMYK color model

#6FB17A color CMYK value is (37,0,31,31).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 31.07%
  • key color value is 30.59%
CMYK:
(37,0,31,31)
C37M0Y31K31 
(37%,0%,31%,31%)
(0.37/0.00/0.31/0.31)	

CMYK percentages

%37.29
%0
%31.07
%30.59

Codes

Color #6FB17A in popluar color models

6FB17A
RGB111177122
HSL130°29.73%56.47%
HSB/HSV130°37.29%69.41%
CMYK37.29%0.00%31.07%
30.59%

Color #6FB17A in popluar number systems.

HEX6FB17A
Decimal111177122
Binary1101111101100011111010
Octal157261172

Shades and tints

Shades of #6FB17A

#6FB17A
(111,177,122)
#65A16F
(101,161,111)
#5B9164
(91,145,100)
#518159
(81,129,89)
#47714E
(71,113,78)
#3D6143
(61,97,67)
#335138
(51,81,56)
#29412D
(41,65,45)
#1F3122
(31,49,34)
#152117
(21,33,23)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #6FB17A

#6FB17A
(111,177,122)
#7CB886
(124,184,134)
#89BF92
(137,191,146)
#96C69E
(150,198,158)
#A3CDAA
(163,205,170)
#B0D4B6
(176,212,182)
#BDDBC2
(189,219,194)
#CAE2CE
(202,226,206)
#D7E9DA
(215,233,218)
#E4F0E6
(228,240,230)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB17A color. Also use rgb(111,177,122) instead hex code.

Text Font Color

.myTextColor { color: #6FB17A; }

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

This text font color is #6FB17A.


Background Color

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

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

This div background color is #6FB17A.


Border color

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

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

This div border color is #6FB17A.


Opacity

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

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

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

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

This text has shadow with #6FB17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB17A on black background.


Color preview on white background

This text has color #6FB17A on white background.



Black color preview on #6FB17A background

This text has black color on #6FB17A background.


White color preview on #6FB17A background

This text has white color on #6FB17A background.