COLOR #6F953E

HEX: #6F953E
RGB: (111,149,62)

Color info

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

RGB color model

#6F953E color RGB value is (111,149,62).

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

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 62 of 255 = 24%

111
149
62

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

Portions of RGB colors in percentages

R + G + B =
111 + 149 + 62 = 322 (100%)
R 111 of 322 ~ 34.47%
G 149 of 322 ~ 46.27%
B 62 of 322 ~ 19.25%

%34.47
%46.27
%19.25

CMYK color model

#6F953E color CMYK value is (26,0,58,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 58.39%
  • key color value is 41.57%
CMYK:
(26,0,58,42)
C26M0Y58K42 
(26%,0%,58%,42%)
(0.26/0.00/0.58/0.42)	

CMYK percentages

%25.5
%0
%58.39
%41.57

Codes

Color #6F953E in popluar color models

6F953E
RGB11114962
HSL86°41.23%41.37%
HSB/HSV86°58.39%58.43%
CMYK25.50%0.00%58.39%
41.57%

Color #6F953E in popluar number systems.

HEX6F953E
Decimal11114962
Binary110111110010101111110
Octal15722576

Shades and tints

Shades of #6F953E

#6F953E
(111,149,62)
#658839
(101,136,57)
#5B7B34
(91,123,52)
#516E2F
(81,110,47)
#47612A
(71,97,42)
#3D5425
(61,84,37)
#334720
(51,71,32)
#293A1B
(41,58,27)
#1F2D16
(31,45,22)
#152011
(21,32,17)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #6F953E

#6F953E
(111,149,62)
#7C9E4F
(124,158,79)
#89A760
(137,167,96)
#96B071
(150,176,113)
#A3B982
(163,185,130)
#B0C293
(176,194,147)
#BDCBA4
(189,203,164)
#CAD4B5
(202,212,181)
#D7DDC6
(215,221,198)
#E4E6D7
(228,230,215)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F953E; }

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

This text font color is #6F953E.


Background Color

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

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

This div background color is #6F953E.


Border color

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

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

This div border color is #6F953E.


Opacity

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

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

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

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

This text has shadow with #6F953E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F953E on black background.


Color preview on white background

This text has color #6F953E on white background.



Black color preview on #6F953E background

This text has black color on #6F953E background.


White color preview on #6F953E background

This text has white color on #6F953E background.