COLOR #6F9A60

HEX: #6F9A60
RGB: (111,154,96)

Color info

#6F9A60 contains red, green and blue colors in about the same proportion. Web safe color of #6F9A60 is #669966 (or #696).

RGB color model

#6F9A60 color RGB value is (111,154,96).

  • red value is 111;
  • green value is 154;
  • blue value is 96.
RGB:
(111,154,96)
(44%,60%,38%)

RGB channels and saturation

R 111 of 255 = 44%
G 154 of 255 = 60%
B 96 of 255 = 38%

111
154
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 154 + 96 = 361 (100%)
R 111 of 361 ~ 30.75%
G 154 of 361 ~ 42.66%
B 96 of 361 ~ 26.59%

%30.75
%42.66
%26.59

CMYK color model

#6F9A60 color CMYK value is (28,0,38,40).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 39.61%
CMYK:
(28,0,38,40)
C28M0Y38K40 
(28%,0%,38%,40%)
(0.28/0.00/0.38/0.40)	

CMYK percentages

%27.92
%0
%37.66
%39.61

Codes

Color #6F9A60 in popluar color models

6F9A60
RGB11115496
HSL104°23.20%49.02%
HSB/HSV104°37.66%60.39%
CMYK27.92%0.00%37.66%
39.61%

Color #6F9A60 in popluar number systems.

HEX6F9A60
Decimal11115496
Binary1101111100110101100000
Octal157232140

Shades and tints

Shades of #6F9A60

#6F9A60
(111,154,96)
#658C58
(101,140,88)
#5B7E50
(91,126,80)
#517048
(81,112,72)
#476240
(71,98,64)
#3D5438
(61,84,56)
#334630
(51,70,48)
#293828
(41,56,40)
#1F2A20
(31,42,32)
#151C18
(21,28,24)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F9A60

#6F9A60
(111,154,96)
#7CA36E
(124,163,110)
#89AC7C
(137,172,124)
#96B58A
(150,181,138)
#A3BE98
(163,190,152)
#B0C7A6
(176,199,166)
#BDD0B4
(189,208,180)
#CAD9C2
(202,217,194)
#D7E2D0
(215,226,208)
#E4EBDE
(228,235,222)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9A60 color. Also use rgb(111,154,96) instead hex code.

Text Font Color

.myTextColor { color: #6F9A60; }

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

This text font color is #6F9A60.


Background Color

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

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

This div background color is #6F9A60.


Border color

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

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

This div border color is #6F9A60.


Opacity

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

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

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

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

This text has shadow with #6F9A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9A60 on black background.


Color preview on white background

This text has color #6F9A60 on white background.



Black color preview on #6F9A60 background

This text has black color on #6F9A60 background.


White color preview on #6F9A60 background

This text has white color on #6F9A60 background.