COLOR #6F964F

HEX: #6F964F
RGB: (111,150,79)

Color info

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

RGB color model

#6F964F color RGB value is (111,150,79).

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

RGB channels and saturation

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

111
150
79

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 79 = 340 (100%)
R 111 of 340 ~ 32.65%
G 150 of 340 ~ 44.12%
B 79 of 340 ~ 23.24%

%32.65
%44.12
%23.24

CMYK color model

#6F964F color CMYK value is (26,0,47,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 47.33%
  • key color value is 41.18%
CMYK:
(26,0,47,41)
C26M0Y47K41 
(26%,0%,47%,41%)
(0.26/0.00/0.47/0.41)	

CMYK percentages

%26
%0
%47.33
%41.18

Codes

Color #6F964F in popluar color models

6F964F
RGB11115079
HSL93°31.00%44.90%
HSB/HSV93°47.33%58.82%
CMYK26.00%0.00%47.33%
41.18%

Color #6F964F in popluar number systems.

HEX6F964F
Decimal11115079
Binary1101111100101101001111
Octal157226117

Shades and tints

Shades of #6F964F

#6F964F
(111,150,79)
#658948
(101,137,72)
#5B7C41
(91,124,65)
#516F3A
(81,111,58)
#476233
(71,98,51)
#3D552C
(61,85,44)
#334825
(51,72,37)
#293B1E
(41,59,30)
#1F2E17
(31,46,23)
#152110
(21,33,16)
#0B1409
(11,20,9)
#000000
(0,0,0)

Tints of #6F964F

#6F964F
(111,150,79)
#7C9F5F
(124,159,95)
#89A86F
(137,168,111)
#96B17F
(150,177,127)
#A3BA8F
(163,186,143)
#B0C39F
(176,195,159)
#BDCCAF
(189,204,175)
#CAD5BF
(202,213,191)
#D7DECF
(215,222,207)
#E4E7DF
(228,231,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F964F; }

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

This text font color is #6F964F.


Background Color

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

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

This div background color is #6F964F.


Border color

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

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

This div border color is #6F964F.


Opacity

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

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

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

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

This text has shadow with #6F964F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F964F on black background.


Color preview on white background

This text has color #6F964F on white background.



Black color preview on #6F964F background

This text has black color on #6F964F background.


White color preview on #6F964F background

This text has white color on #6F964F background.