COLOR #6F9456

HEX: #6F9456
RGB: (111,148,86)

Color info

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

RGB color model

#6F9456 color RGB value is (111,148,86).

  • red value is 111;
  • green value is 148;
  • blue value is 86.
RGB:
(111,148,86)
(44%,58%,34%)

RGB channels and saturation

R 111 of 255 = 44%
G 148 of 255 = 58%
B 86 of 255 = 34%

111
148
86

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

Portions of RGB colors in percentages

R + G + B =
111 + 148 + 86 = 345 (100%)
R 111 of 345 ~ 32.17%
G 148 of 345 ~ 42.9%
B 86 of 345 ~ 24.93%

%32.17
%42.9
%24.93

CMYK color model

#6F9456 color CMYK value is (25,0,42,42).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 41.89%
  • key color value is 41.96%
CMYK:
(25,0,42,42)
C25M0Y42K42 
(25%,0%,42%,42%)
(0.25/0.00/0.42/0.42)	

CMYK percentages

%25
%0
%41.89
%41.96

Codes

Color #6F9456 in popluar color models

6F9456
RGB11114886
HSL96°26.50%45.88%
HSB/HSV96°41.89%58.04%
CMYK25.00%0.00%41.89%
41.96%

Color #6F9456 in popluar number systems.

HEX6F9456
Decimal11114886
Binary1101111100101001010110
Octal157224126

Shades and tints

Shades of #6F9456

#6F9456
(111,148,86)
#65874F
(101,135,79)
#5B7A48
(91,122,72)
#516D41
(81,109,65)
#47603A
(71,96,58)
#3D5333
(61,83,51)
#33462C
(51,70,44)
#293925
(41,57,37)
#1F2C1E
(31,44,30)
#151F17
(21,31,23)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6F9456

#6F9456
(111,148,86)
#7C9D65
(124,157,101)
#89A674
(137,166,116)
#96AF83
(150,175,131)
#A3B892
(163,184,146)
#B0C1A1
(176,193,161)
#BDCAB0
(189,202,176)
#CAD3BF
(202,211,191)
#D7DCCE
(215,220,206)
#E4E5DD
(228,229,221)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9456 color. Also use rgb(111,148,86) instead hex code.

Text Font Color

.myTextColor { color: #6F9456; }

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

This text font color is #6F9456.


Background Color

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

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

This div background color is #6F9456.


Border color

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

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

This div border color is #6F9456.


Opacity

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

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

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

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

This text has shadow with #6F9456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9456 on black background.


Color preview on white background

This text has color #6F9456 on white background.



Black color preview on #6F9456 background

This text has black color on #6F9456 background.


White color preview on #6F9456 background

This text has white color on #6F9456 background.