COLOR #6F9F63

HEX: #6F9F63
RGB: (111,159,99)

Color info

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

RGB color model

#6F9F63 color RGB value is (111,159,99).

  • red value is 111;
  • green value is 159;
  • blue value is 99.
RGB:
(111,159,99)
(44%,62%,39%)

RGB channels and saturation

R 111 of 255 = 44%
G 159 of 255 = 62%
B 99 of 255 = 39%

111
159
99

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

Portions of RGB colors in percentages

R + G + B =
111 + 159 + 99 = 369 (100%)
R 111 of 369 ~ 30.08%
G 159 of 369 ~ 43.09%
B 99 of 369 ~ 26.83%

%30.08
%43.09
%26.83

CMYK color model

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

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(30,0,38,38)
C30M0Y38K38 
(30%,0%,38%,38%)
(0.30/0.00/0.38/0.38)	

CMYK percentages

%30.19
%0
%37.74
%37.65

Codes

Color #6F9F63 in popluar color models

6F9F63
RGB11115999
HSL108°23.81%50.59%
HSB/HSV108°37.74%62.35%
CMYK30.19%0.00%37.74%
37.65%

Color #6F9F63 in popluar number systems.

HEX6F9F63
Decimal11115999
Binary1101111100111111100011
Octal157237143

Shades and tints

Shades of #6F9F63

#6F9F63
(111,159,99)
#65915A
(101,145,90)
#5B8351
(91,131,81)
#517548
(81,117,72)
#47673F
(71,103,63)
#3D5936
(61,89,54)
#334B2D
(51,75,45)
#293D24
(41,61,36)
#1F2F1B
(31,47,27)
#152112
(21,33,18)
#0B1309
(11,19,9)
#000000
(0,0,0)

Tints of #6F9F63

#6F9F63
(111,159,99)
#7CA771
(124,167,113)
#89AF7F
(137,175,127)
#96B78D
(150,183,141)
#A3BF9B
(163,191,155)
#B0C7A9
(176,199,169)
#BDCFB7
(189,207,183)
#CAD7C5
(202,215,197)
#D7DFD3
(215,223,211)
#E4E7E1
(228,231,225)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9F63 color. Also use rgb(111,159,99) instead hex code.

Text Font Color

.myTextColor { color: #6F9F63; }

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

This text font color is #6F9F63.


Background Color

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

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

This div background color is #6F9F63.


Border color

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

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

This div border color is #6F9F63.


Opacity

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

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

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

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

This text has shadow with #6F9F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9F63 on black background.


Color preview on white background

This text has color #6F9F63 on white background.



Black color preview on #6F9F63 background

This text has black color on #6F9F63 background.


White color preview on #6F9F63 background

This text has white color on #6F9F63 background.