COLOR #6F9959

HEX: #6F9959
RGB: (111,153,89)

Color info

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

RGB color model

#6F9959 color RGB value is (111,153,89).

  • red value is 111;
  • green value is 153;
  • blue value is 89.
RGB:
(111,153,89)
(44%,60%,35%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 89 of 255 = 35%

111
153
89

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 89 = 353 (100%)
R 111 of 353 ~ 31.44%
G 153 of 353 ~ 43.34%
B 89 of 353 ~ 25.21%

%31.44
%43.34
%25.21

CMYK color model

#6F9959 color CMYK value is (27,0,42,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 41.83%
  • key color value is 40.00%
CMYK:
(27,0,42,40)
C27M0Y42K40 
(27%,0%,42%,40%)
(0.27/0.00/0.42/0.40)	

CMYK percentages

%27.45
%0
%41.83
%40

Codes

Color #6F9959 in popluar color models

6F9959
RGB11115389
HSL99°26.45%47.45%
HSB/HSV99°41.83%60.00%
CMYK27.45%0.00%41.83%
40.00%

Color #6F9959 in popluar number systems.

HEX6F9959
Decimal11115389
Binary1101111100110011011001
Octal157231131

Shades and tints

Shades of #6F9959

#6F9959
(111,153,89)
#658C51
(101,140,81)
#5B7F49
(91,127,73)
#517241
(81,114,65)
#476539
(71,101,57)
#3D5831
(61,88,49)
#334B29
(51,75,41)
#293E21
(41,62,33)
#1F3119
(31,49,25)
#152411
(21,36,17)
#0B1709
(11,23,9)
#000000
(0,0,0)

Tints of #6F9959

#6F9959
(111,153,89)
#7CA268
(124,162,104)
#89AB77
(137,171,119)
#96B486
(150,180,134)
#A3BD95
(163,189,149)
#B0C6A4
(176,198,164)
#BDCFB3
(189,207,179)
#CAD8C2
(202,216,194)
#D7E1D1
(215,225,209)
#E4EAE0
(228,234,224)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9959 color. Also use rgb(111,153,89) instead hex code.

Text Font Color

.myTextColor { color: #6F9959; }

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

This text font color is #6F9959.


Background Color

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

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

This div background color is #6F9959.


Border color

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

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

This div border color is #6F9959.


Opacity

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

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

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

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

This text has shadow with #6F9959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9959 on black background.


Color preview on white background

This text has color #6F9959 on white background.



Black color preview on #6F9959 background

This text has black color on #6F9959 background.


White color preview on #6F9959 background

This text has white color on #6F9959 background.