COLOR #6FB168

HEX: #6FB168 RGB: (111,177,104)

Color info

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

RGB color model

#6FB168 color RGB value is (111,177,104).

RGB: (111,177,104) (44%, 69%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 177 of 255 = 69%
B 104 of 255 = 41%

111
177
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 177 + 104 = 392 (100%)
R 111 of 392 ~ 28.32%
G 177 of 392 ~ 45.15%
B 104 of 392 ~ 26.53'%

%28.32
%45.15
%26.53

CMYK color model

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

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 41.24%
  • key color value is 30.59%

CMYK: (37,0,41,31)
C37M0Y41K31 (37%, 0%, 41%, 31%)
(0.37 / 0.00 / 0.41 / 0.31)

CMYK percentages

%37.29
%0
%41.24
%30.59

Codes

Color #6FB168 in popluar color models

6F B1 68
RGB 111 177 104
HSL 114° 31.88% 55.10%
HSB/HSV 114° 41.24% 69.41%
CMYK 37.29% 0.00% 41.24%
30.59%

Color #6FB168 in popluar number systems.

HEX 6F B1 68
Decimal 111 177 104
Binary 1101111 10110001 1101000
Octal 157 261 150

Shades and tints

Shades of #6FB168

#6FB168
(111,177,104)
#65A15F
(101,161,95)
#5B9156
(91,145,86)
#51814D
(81,129,77)
#477144
(71,113,68)
#3D613B
(61,97,59)
#335132
(51,81,50)
#294129
(41,65,41)
#1F3120
(31,49,32)
#152117
(21,33,23)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6FB168

#6FB168
(111,177,104)
#7CB875
(124,184,117)
#89BF82
(137,191,130)
#96C68F
(150,198,143)
#A3CD9C
(163,205,156)
#B0D4A9
(176,212,169)
#BDDBB6
(189,219,182)
#CAE2C3
(202,226,195)
#D7E9D0
(215,233,208)
#E4F0DD
(228,240,221)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB168; }

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

This text font color is #6FB168.

Background Color

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

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

This div background color is #6FB168.

Border color

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

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

This div border color is #6FB168.

Opacity

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

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

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

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

This text has shadow with #6FB168 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB168.

Preview

Color preview on black background

This text has color #6FB168 on black background.


Color preview on white background

This text has color #6FB168 on white background.


Black color preview on #6FB168 background

This text has black color on #6FB168 background.


White color preview on #6FB168 background

This text has white color on #6FB168 background.


Related colors

Complementary color

Complementary color for #hex is #904E97.


I love getcolorcode.com

Triadic colors

1 #686FB1 and #B1686F with #6FB168 are triadic colors.

2 #68B16F and #B16F68 with #6FB168 are triadic colors.