COLOR #6F9550

HEX: #6F9550
RGB: (111,149,80)

Color info

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

RGB color model

#6F9550 color RGB value is (111,149,80).

  • red value is 111;
  • green value is 149;
  • blue value is 80.
RGB:
(111,149,80)
(44%,58%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 80 of 255 = 31%

111
149
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 149 + 80 = 340 (100%)
R 111 of 340 ~ 32.65%
G 149 of 340 ~ 43.82%
B 80 of 340 ~ 23.53%

%32.65
%43.82
%23.53

CMYK color model

#6F9550 color CMYK value is (26,0,46,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK:
(26,0,46,42)
C26M0Y46K42 
(26%,0%,46%,42%)
(0.26/0.00/0.46/0.42)	

CMYK percentages

%25.5
%0
%46.31
%41.57

Codes

Color #6F9550 in popluar color models

6F9550
RGB11114980
HSL93°30.13%44.90%
HSB/HSV93°46.31%58.43%
CMYK25.50%0.00%46.31%
41.57%

Color #6F9550 in popluar number systems.

HEX6F9550
Decimal11114980
Binary1101111100101011010000
Octal157225120

Shades and tints

Shades of #6F9550

#6F9550
(111,149,80)
#658849
(101,136,73)
#5B7B42
(91,123,66)
#516E3B
(81,110,59)
#476134
(71,97,52)
#3D542D
(61,84,45)
#334726
(51,71,38)
#293A1F
(41,58,31)
#1F2D18
(31,45,24)
#152011
(21,32,17)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #6F9550

#6F9550
(111,149,80)
#7C9E5F
(124,158,95)
#89A76E
(137,167,110)
#96B07D
(150,176,125)
#A3B98C
(163,185,140)
#B0C29B
(176,194,155)
#BDCBAA
(189,203,170)
#CAD4B9
(202,212,185)
#D7DDC8
(215,221,200)
#E4E6D7
(228,230,215)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9550 color. Also use rgb(111,149,80) instead hex code.

Text Font Color

.myTextColor { color: #6F9550; }

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

This text font color is #6F9550.


Background Color

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

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

This div background color is #6F9550.


Border color

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

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

This div border color is #6F9550.


Opacity

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

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

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

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

This text has shadow with #6F9550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9550 on black background.


Color preview on white background

This text has color #6F9550 on white background.



Black color preview on #6F9550 background

This text has black color on #6F9550 background.


White color preview on #6F9550 background

This text has white color on #6F9550 background.