COLOR #6F977B

HEX: #6F977B RGB: (111,151,123)

Color info

#6F977B contains red, green and blue colors in about the same proportion. Web safe color of #6F977B is #669966 (or #696).

RGB color model

#6F977B color RGB value is (111,151,123).

RGB: (111,151,123) (44%, 59%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 123 of 255 = 48%

111
151
123

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

Portions of RGB colors in percentages

R + G + B = 111 + 151 + 123 = 385 (100%)
R 111 of 385 ~ 28.83%
G 151 of 385 ~ 39.22%
B 123 of 385 ~ 31.95'%

%28.83
%39.22
%31.95

CMYK color model

#6F977B color CMYK value is (26,0,19,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 40.78%

CMYK: (26,0,19,41)
C26M0Y19K41 (26%, 0%, 19%, 41%)
(0.26 / 0.00 / 0.19 / 0.41)

CMYK percentages

%26.49
%0
%18.54
%40.78

Codes

Color #6F977B in popluar color models

6F 97 7B
RGB 111 151 123
HSL 138° 16.13% 51.37%
HSB/HSV 138° 26.49% 59.22%
CMYK 26.49% 0.00% 18.54%
40.78%

Color #6F977B in popluar number systems.

HEX 6F 97 7B
Decimal 111 151 123
Binary 1101111 10010111 1111011
Octal 157 227 173

Shades and tints

Shades of #6F977B

#6F977B
(111,151,123)
#658A70
(101,138,112)
#5B7D65
(91,125,101)
#51705A
(81,112,90)
#47634F
(71,99,79)
#3D5644
(61,86,68)
#334939
(51,73,57)
#293C2E
(41,60,46)
#1F2F23
(31,47,35)
#152218
(21,34,24)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #6F977B

#6F977B
(111,151,123)
#7CA087
(124,160,135)
#89A993
(137,169,147)
#96B29F
(150,178,159)
#A3BBAB
(163,187,171)
#B0C4B7
(176,196,183)
#BDCDC3
(189,205,195)
#CAD6CF
(202,214,207)
#D7DFDB
(215,223,219)
#E4E8E7
(228,232,231)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F977B color. Also use rgb(111,151,123) instead hex code.

Text Font Color

.myTextColor { color: #6F977B; }

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

This text font color is #6F977B.

Background Color

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

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

This div background color is #6F977B.

Border color

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

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

This div border color is #6F977B.

Opacity

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

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

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

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

This text has shadow with #6F977B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F977B.

Preview

Color preview on black background

This text has color #6F977B on black background.


Color preview on white background

This text has color #6F977B on white background.


Black color preview on #6F977B background

This text has black color on #6F977B background.


White color preview on #6F977B background

This text has white color on #6F977B background.


Related colors

Complementary color

Complementary color for #hex is #906884.


I love getcolorcode.com

Triadic colors

1 #7B6F97 and #977B6F with #6F977B are triadic colors.

2 #7B976F and #976F7B with #6F977B are triadic colors.