COLOR #6FA664

HEX: #6FA664
RGB: (111,166,100)

Color info

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

RGB color model

#6FA664 color RGB value is (111,166,100).

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

RGB channels and saturation

R 111 of 255 = 44%
G 166 of 255 = 65%
B 100 of 255 = 39%

111
166
100

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

Portions of RGB colors in percentages

R + G + B =
111 + 166 + 100 = 377 (100%)
R 111 of 377 ~ 29.44%
G 166 of 377 ~ 44.03%
B 100 of 377 ~ 26.53%

%29.44
%44.03
%26.53

CMYK color model

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

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 34.90%
CMYK:
(33,0,40,35)
C33M0Y40K35 
(33%,0%,40%,35%)
(0.33/0.00/0.40/0.35)	

CMYK percentages

%33.13
%0
%39.76
%34.9

Codes

Color #6FA664 in popluar color models

6FA664
RGB111166100
HSL110°27.05%52.16%
HSB/HSV110°39.76%65.10%
CMYK33.13%0.00%39.76%
34.90%

Color #6FA664 in popluar number systems.

HEX6FA664
Decimal111166100
Binary1101111101001101100100
Octal157246144

Shades and tints

Shades of #6FA664

#6FA664
(111,166,100)
#65975B
(101,151,91)
#5B8852
(91,136,82)
#517949
(81,121,73)
#476A40
(71,106,64)
#3D5B37
(61,91,55)
#334C2E
(51,76,46)
#293D25
(41,61,37)
#1F2E1C
(31,46,28)
#151F13
(21,31,19)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #6FA664

#6FA664
(111,166,100)
#7CAE72
(124,174,114)
#89B680
(137,182,128)
#96BE8E
(150,190,142)
#A3C69C
(163,198,156)
#B0CEAA
(176,206,170)
#BDD6B8
(189,214,184)
#CADEC6
(202,222,198)
#D7E6D4
(215,230,212)
#E4EEE2
(228,238,226)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA664; }

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

This text font color is #6FA664.


Background Color

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

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

This div background color is #6FA664.


Border color

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

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

This div border color is #6FA664.


Opacity

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

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

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

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

This text has shadow with #6FA664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA664 on black background.


Color preview on white background

This text has color #6FA664 on white background.



Black color preview on #6FA664 background

This text has black color on #6FA664 background.


White color preview on #6FA664 background

This text has white color on #6FA664 background.