COLOR #6FA670

HEX: #6FA670
RGB: (111,166,112)

Color info

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

RGB color model

#6FA670 color RGB value is (111,166,112).

  • red value is 111;
  • green value is 166;
  • blue value is 112.
RGB:
(111,166,112)
(44%,65%,44%)

RGB channels and saturation

R 111 of 255 = 44%
G 166 of 255 = 65%
B 112 of 255 = 44%

111
166
112

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

Portions of RGB colors in percentages

R + G + B =
111 + 166 + 112 = 389 (100%)
R 111 of 389 ~ 28.53%
G 166 of 389 ~ 42.67%
B 112 of 389 ~ 28.79%

%28.53
%42.67
%28.79

CMYK color model

#6FA670 color CMYK value is (33,0,33,35).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 34.90%
CMYK:
(33,0,33,35)
C33M0Y33K35 
(33%,0%,33%,35%)
(0.33/0.00/0.33/0.35)	

CMYK percentages

%33.13
%0
%32.53
%34.9

Codes

Color #6FA670 in popluar color models

6FA670
RGB111166112
HSL121°23.61%54.31%
HSB/HSV121°33.13%65.10%
CMYK33.13%0.00%32.53%
34.90%

Color #6FA670 in popluar number systems.

HEX6FA670
Decimal111166112
Binary1101111101001101110000
Octal157246160

Shades and tints

Shades of #6FA670

#6FA670
(111,166,112)
#659766
(101,151,102)
#5B885C
(91,136,92)
#517952
(81,121,82)
#476A48
(71,106,72)
#3D5B3E
(61,91,62)
#334C34
(51,76,52)
#293D2A
(41,61,42)
#1F2E20
(31,46,32)
#151F16
(21,31,22)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6FA670

#6FA670
(111,166,112)
#7CAE7D
(124,174,125)
#89B68A
(137,182,138)
#96BE97
(150,190,151)
#A3C6A4
(163,198,164)
#B0CEB1
(176,206,177)
#BDD6BE
(189,214,190)
#CADECB
(202,222,203)
#D7E6D8
(215,230,216)
#E4EEE5
(228,238,229)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA670 color. Also use rgb(111,166,112) instead hex code.

Text Font Color

.myTextColor { color: #6FA670; }

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

This text font color is #6FA670.


Background Color

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

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

This div background color is #6FA670.


Border color

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

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

This div border color is #6FA670.


Opacity

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

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

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

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

This text has shadow with #6FA670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA670 on black background.


Color preview on white background

This text has color #6FA670 on white background.



Black color preview on #6FA670 background

This text has black color on #6FA670 background.


White color preview on #6FA670 background

This text has white color on #6FA670 background.