COLOR #6F974F

HEX: #6F974F
RGB: (111,151,79)

Color info

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

RGB color model

#6F974F color RGB value is (111,151,79).

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

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 79 of 255 = 31%

111
151
79

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 79 = 341 (100%)
R 111 of 341 ~ 32.55%
G 151 of 341 ~ 44.28%
B 79 of 341 ~ 23.17%

%32.55
%44.28
%23.17

CMYK color model

#6F974F color CMYK value is (26,0,48,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 47.68%
  • key color value is 40.78%
CMYK:
(26,0,48,41)
C26M0Y48K41 
(26%,0%,48%,41%)
(0.26/0.00/0.48/0.41)	

CMYK percentages

%26.49
%0
%47.68
%40.78

Codes

Color #6F974F in popluar color models

6F974F
RGB11115179
HSL93°31.30%45.10%
HSB/HSV93°47.68%59.22%
CMYK26.49%0.00%47.68%
40.78%

Color #6F974F in popluar number systems.

HEX6F974F
Decimal11115179
Binary1101111100101111001111
Octal157227117

Shades and tints

Shades of #6F974F

#6F974F
(111,151,79)
#658A48
(101,138,72)
#5B7D41
(91,125,65)
#51703A
(81,112,58)
#476333
(71,99,51)
#3D562C
(61,86,44)
#334925
(51,73,37)
#293C1E
(41,60,30)
#1F2F17
(31,47,23)
#152210
(21,34,16)
#0B1509
(11,21,9)
#000000
(0,0,0)

Tints of #6F974F

#6F974F
(111,151,79)
#7CA05F
(124,160,95)
#89A96F
(137,169,111)
#96B27F
(150,178,127)
#A3BB8F
(163,187,143)
#B0C49F
(176,196,159)
#BDCDAF
(189,205,175)
#CAD6BF
(202,214,191)
#D7DFCF
(215,223,207)
#E4E8DF
(228,232,223)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F974F; }

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

This text font color is #6F974F.


Background Color

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

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

This div background color is #6F974F.


Border color

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

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

This div border color is #6F974F.


Opacity

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

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

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

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

This text has shadow with #6F974F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F974F on black background.


Color preview on white background

This text has color #6F974F on white background.



Black color preview on #6F974F background

This text has black color on #6F974F background.


White color preview on #6F974F background

This text has white color on #6F974F background.