COLOR #6FB162

HEX: #6FB162 RGB: (111,177,98)

Color info

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

RGB color model

#6FB162 color RGB value is (111,177,98).

RGB: (111,177,98) (44%, 69%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 177 of 255 = 69%
B 98 of 255 = 38%

111
177
98

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

Portions of RGB colors in percentages

R + G + B = 111 + 177 + 98 = 386 (100%)
R 111 of 386 ~ 28.76%
G 177 of 386 ~ 45.85%
B 98 of 386 ~ 25.39'%

%28.76
%45.85
%25.39

CMYK color model

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

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

CMYK: (37,0,45,31)
C37M0Y45K31 (37%, 0%, 45%, 31%)
(0.37 / 0.00 / 0.45 / 0.31)

CMYK percentages

%37.29
%0
%44.63
%30.59

Codes

Color #6FB162 in popluar color models

6F B1 62
RGB 111 177 98
HSL 110° 33.62% 53.92%
HSB/HSV 110° 44.63% 69.41%
CMYK 37.29% 0.00% 44.63%
30.59%

Color #6FB162 in popluar number systems.

HEX 6F B1 62
Decimal 111 177 98
Binary 1101111 10110001 1100010
Octal 157 261 142

Shades and tints

Shades of #6FB162

#6FB162
(111,177,98)
#65A15A
(101,161,90)
#5B9152
(91,145,82)
#51814A
(81,129,74)
#477142
(71,113,66)
#3D613A
(61,97,58)
#335132
(51,81,50)
#29412A
(41,65,42)
#1F3122
(31,49,34)
#15211A
(21,33,26)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6FB162

#6FB162
(111,177,98)
#7CB870
(124,184,112)
#89BF7E
(137,191,126)
#96C68C
(150,198,140)
#A3CD9A
(163,205,154)
#B0D4A8
(176,212,168)
#BDDBB6
(189,219,182)
#CAE2C4
(202,226,196)
#D7E9D2
(215,233,210)
#E4F0E0
(228,240,224)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB162; }

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

This text font color is #6FB162.

Background Color

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

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

This div background color is #6FB162.

Border color

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

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

This div border color is #6FB162.

Opacity

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

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

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

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

This text has shadow with #6FB162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB162.

Preview

Color preview on black background

This text has color #6FB162 on black background.


Color preview on white background

This text has color #6FB162 on white background.


Black color preview on #6FB162 background

This text has black color on #6FB162 background.


White color preview on #6FB162 background

This text has white color on #6FB162 background.


Related colors

Complementary color

Complementary color for #hex is #904E9D.


I love getcolorcode.com

Triadic colors

1 #626FB1 and #B1626F with #6FB162 are triadic colors.

2 #62B16F and #B16F62 with #6FB162 are triadic colors.