COLOR #6F976A

HEX: #6F976A
RGB: (111,151,106)

Color info

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

RGB color model

#6F976A color RGB value is (111,151,106).

  • red value is 111;
  • green value is 151;
  • blue value is 106.
RGB:
(111,151,106)
(44%,59%,42%)

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 106 of 255 = 42%

111
151
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 106 = 368 (100%)
R 111 of 368 ~ 30.16%
G 151 of 368 ~ 41.03%
B 106 of 368 ~ 28.8%

%30.16
%41.03
%28.8

CMYK color model

#6F976A color CMYK value is (26,0,30,41).

  • cyan value is 26.49%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 40.78%
CMYK:
(26,0,30,41)
C26M0Y30K41 
(26%,0%,30%,41%)
(0.26/0.00/0.30/0.41)	

CMYK percentages

%26.49
%0
%29.8
%40.78

Codes

Color #6F976A in popluar color models

6F976A
RGB111151106
HSL113°17.79%50.39%
HSB/HSV113°29.80%59.22%
CMYK26.49%0.00%29.80%
40.78%

Color #6F976A in popluar number systems.

HEX6F976A
Decimal111151106
Binary1101111100101111101010
Octal157227152

Shades and tints

Shades of #6F976A

#6F976A
(111,151,106)
#658A61
(101,138,97)
#5B7D58
(91,125,88)
#51704F
(81,112,79)
#476346
(71,99,70)
#3D563D
(61,86,61)
#334934
(51,73,52)
#293C2B
(41,60,43)
#1F2F22
(31,47,34)
#152219
(21,34,25)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #6F976A

#6F976A
(111,151,106)
#7CA077
(124,160,119)
#89A984
(137,169,132)
#96B291
(150,178,145)
#A3BB9E
(163,187,158)
#B0C4AB
(176,196,171)
#BDCDB8
(189,205,184)
#CAD6C5
(202,214,197)
#D7DFD2
(215,223,210)
#E4E8DF
(228,232,223)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F976A color. Also use rgb(111,151,106) instead hex code.

Text Font Color

.myTextColor { color: #6F976A; }

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

This text font color is #6F976A.


Background Color

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

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

This div background color is #6F976A.


Border color

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

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

This div border color is #6F976A.


Opacity

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

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

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

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

This text has shadow with #6F976A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F976A on black background.


Color preview on white background

This text has color #6F976A on white background.



Black color preview on #6F976A background

This text has black color on #6F976A background.


White color preview on #6F976A background

This text has white color on #6F976A background.