COLOR #6F9E42

HEX: #6F9E42
RGB: (111,158,66)

Color info

#6F9E42 contains mainly red and green colors. Web safe color of #6F9E42 is #669933 (or #693).

RGB color model

#6F9E42 color RGB value is (111,158,66).

  • red value is 111;
  • green value is 158;
  • blue value is 66.
RGB:
(111,158,66)
(44%,62%,26%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 66 of 255 = 26%

111
158
66

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

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 66 = 335 (100%)
R 111 of 335 ~ 33.13%
G 158 of 335 ~ 47.16%
B 66 of 335 ~ 19.7%

%33.13
%47.16
%19.7

CMYK color model

#6F9E42 color CMYK value is (30,0,58,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 58.23%
  • key color value is 38.04%
CMYK:
(30,0,58,38)
C30M0Y58K38 
(30%,0%,58%,38%)
(0.30/0.00/0.58/0.38)	

CMYK percentages

%29.75
%0
%58.23
%38.04

Codes

Color #6F9E42 in popluar color models

6F9E42
RGB11115866
HSL91°41.07%43.92%
HSB/HSV91°58.23%61.96%
CMYK29.75%0.00%58.23%
38.04%

Color #6F9E42 in popluar number systems.

HEX6F9E42
Decimal11115866
Binary1101111100111101000010
Octal157236102

Shades and tints

Shades of #6F9E42

#6F9E42
(111,158,66)
#65903C
(101,144,60)
#5B8236
(91,130,54)
#517430
(81,116,48)
#47662A
(71,102,42)
#3D5824
(61,88,36)
#334A1E
(51,74,30)
#293C18
(41,60,24)
#1F2E12
(31,46,18)
#15200C
(21,32,12)
#0B1206
(11,18,6)
#000000
(0,0,0)

Tints of #6F9E42

#6F9E42
(111,158,66)
#7CA653
(124,166,83)
#89AE64
(137,174,100)
#96B675
(150,182,117)
#A3BE86
(163,190,134)
#B0C697
(176,198,151)
#BDCEA8
(189,206,168)
#CAD6B9
(202,214,185)
#D7DECA
(215,222,202)
#E4E6DB
(228,230,219)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9E42 color. Also use rgb(111,158,66) instead hex code.

Text Font Color

.myTextColor { color: #6F9E42; }

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

This text font color is #6F9E42.


Background Color

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

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

This div background color is #6F9E42.


Border color

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

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

This div border color is #6F9E42.


Opacity

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

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

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

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

This text has shadow with #6F9E42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9E42 on black background.


Color preview on white background

This text has color #6F9E42 on white background.



Black color preview on #6F9E42 background

This text has black color on #6F9E42 background.


White color preview on #6F9E42 background

This text has white color on #6F9E42 background.