COLOR #6A9D6F

HEX: #6A9D6F
RGB: (106,157,111)

Color info

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

RGB color model

#6A9D6F color RGB value is (106,157,111).

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

RGB channels and saturation

R 106 of 255 = 42%
G 157 of 255 = 62%
B 111 of 255 = 44%

106
157
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 157 + 111 = 374 (100%)
R 106 of 374 ~ 28.34%
G 157 of 374 ~ 41.98%
B 111 of 374 ~ 29.68%

%28.34
%41.98
%29.68

CMYK color model

#6A9D6F color CMYK value is (32,0,29,38).

  • cyan value is 32.48%
  • magenta value is 0.00%
  • yellow value is 29.30%
  • key color value is 38.43%
CMYK:
(32,0,29,38)
C32M0Y29K38 
(32%,0%,29%,38%)
(0.32/0.00/0.29/0.38)	

CMYK percentages

%32.48
%0
%29.3
%38.43

Codes

Color #6A9D6F in popluar color models

6A9D6F
RGB106157111
HSL126°20.65%51.57%
HSB/HSV126°32.48%61.57%
CMYK32.48%0.00%29.30%
38.43%

Color #6A9D6F in popluar number systems.

HEX6A9D6F
Decimal106157111
Binary1101010100111011101111
Octal152235157

Shades and tints

Shades of #6A9D6F

#6A9D6F
(106,157,111)
#618F65
(97,143,101)
#58815B
(88,129,91)
#4F7351
(79,115,81)
#466547
(70,101,71)
#3D573D
(61,87,61)
#344933
(52,73,51)
#2B3B29
(43,59,41)
#222D1F
(34,45,31)
#191F15
(25,31,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #6A9D6F

#6A9D6F
(106,157,111)
#77A57C
(119,165,124)
#84AD89
(132,173,137)
#91B596
(145,181,150)
#9EBDA3
(158,189,163)
#ABC5B0
(171,197,176)
#B8CDBD
(184,205,189)
#C5D5CA
(197,213,202)
#D2DDD7
(210,221,215)
#DFE5E4
(223,229,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9D6F; }

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

This text font color is #6A9D6F.


Background Color

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

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

This div background color is #6A9D6F.


Border color

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

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

This div border color is #6A9D6F.


Opacity

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

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

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

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

This text has shadow with #6A9D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9D6F on black background.


Color preview on white background

This text has color #6A9D6F on white background.



Black color preview on #6A9D6F background

This text has black color on #6A9D6F background.


White color preview on #6A9D6F background

This text has white color on #6A9D6F background.