COLOR #6F963F

HEX: #6F963F
RGB: (111,150,63)

Color info

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

RGB color model

#6F963F color RGB value is (111,150,63).

  • red value is 111;
  • green value is 150;
  • blue value is 63.
RGB:
(111,150,63)
(44%,59%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 63 of 255 = 25%

111
150
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 63 = 324 (100%)
R 111 of 324 ~ 34.26%
G 150 of 324 ~ 46.3%
B 63 of 324 ~ 19.44%

%34.26
%46.3
%19.44

CMYK color model

#6F963F color CMYK value is (26,0,58,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 41.18%
CMYK:
(26,0,58,41)
C26M0Y58K41 
(26%,0%,58%,41%)
(0.26/0.00/0.58/0.41)	

CMYK percentages

%26
%0
%58
%41.18

Codes

Color #6F963F in popluar color models

6F963F
RGB11115063
HSL87°40.85%41.76%
HSB/HSV87°58.00%58.82%
CMYK26.00%0.00%58.00%
41.18%

Color #6F963F in popluar number systems.

HEX6F963F
Decimal11115063
Binary110111110010110111111
Octal15722677

Shades and tints

Shades of #6F963F

#6F963F
(111,150,63)
#65893A
(101,137,58)
#5B7C35
(91,124,53)
#516F30
(81,111,48)
#47622B
(71,98,43)
#3D5526
(61,85,38)
#334821
(51,72,33)
#293B1C
(41,59,28)
#1F2E17
(31,46,23)
#152112
(21,33,18)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #6F963F

#6F963F
(111,150,63)
#7C9F50
(124,159,80)
#89A861
(137,168,97)
#96B172
(150,177,114)
#A3BA83
(163,186,131)
#B0C394
(176,195,148)
#BDCCA5
(189,204,165)
#CAD5B6
(202,213,182)
#D7DEC7
(215,222,199)
#E4E7D8
(228,231,216)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F963F color. Also use rgb(111,150,63) instead hex code.

Text Font Color

.myTextColor { color: #6F963F; }

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

This text font color is #6F963F.


Background Color

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

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

This div background color is #6F963F.


Border color

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

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

This div border color is #6F963F.


Opacity

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

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

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

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

This text has shadow with #6F963F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F963F on black background.


Color preview on white background

This text has color #6F963F on white background.



Black color preview on #6F963F background

This text has black color on #6F963F background.


White color preview on #6F963F background

This text has white color on #6F963F background.