COLOR #6F974D

HEX: #6F974D
RGB: (111,151,77)

Color info

#6F974D contains mainly red and green colors. Web safe color of #6F974D is #669933 (or #693).

RGB color model

#6F974D color RGB value is (111,151,77).

  • red value is 111;
  • green value is 151;
  • blue value is 77.
RGB:
(111,151,77)
(44%,59%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 77 of 255 = 30%

111
151
77

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 77 = 339 (100%)
R 111 of 339 ~ 32.74%
G 151 of 339 ~ 44.54%
B 77 of 339 ~ 22.71%

%32.74
%44.54
%22.71

CMYK color model

#6F974D color CMYK value is (26,0,49,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 49.01%
  • key color value is 40.78%
CMYK:
(26,0,49,41)
C26M0Y49K41 
(26%,0%,49%,41%)
(0.26/0.00/0.49/0.41)	

CMYK percentages

%26.49
%0
%49.01
%40.78

Codes

Color #6F974D in popluar color models

6F974D
RGB11115177
HSL92°32.46%44.71%
HSB/HSV92°49.01%59.22%
CMYK26.49%0.00%49.01%
40.78%

Color #6F974D in popluar number systems.

HEX6F974D
Decimal11115177
Binary1101111100101111001101
Octal157227115

Shades and tints

Shades of #6F974D

#6F974D
(111,151,77)
#658A46
(101,138,70)
#5B7D3F
(91,125,63)
#517038
(81,112,56)
#476331
(71,99,49)
#3D562A
(61,86,42)
#334923
(51,73,35)
#293C1C
(41,60,28)
#1F2F15
(31,47,21)
#15220E
(21,34,14)
#0B1507
(11,21,7)
#000000
(0,0,0)

Tints of #6F974D

#6F974D
(111,151,77)
#7CA05D
(124,160,93)
#89A96D
(137,169,109)
#96B27D
(150,178,125)
#A3BB8D
(163,187,141)
#B0C49D
(176,196,157)
#BDCDAD
(189,205,173)
#CAD6BD
(202,214,189)
#D7DFCD
(215,223,205)
#E4E8DD
(228,232,221)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F974D; }

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

This text font color is #6F974D.


Background Color

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

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

This div background color is #6F974D.


Border color

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

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

This div border color is #6F974D.


Opacity

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

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

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

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

This text has shadow with #6F974D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F974D on black background.


Color preview on white background

This text has color #6F974D on white background.



Black color preview on #6F974D background

This text has black color on #6F974D background.


White color preview on #6F974D background

This text has white color on #6F974D background.