COLOR #6A8E4F

HEX: #6A8E4F
RGB: (106,142,79)

Color info

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

RGB color model

#6A8E4F color RGB value is (106,142,79).

  • red value is 106;
  • green value is 142;
  • blue value is 79.
RGB:
(106,142,79)
(42%,56%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 142 of 255 = 56%
B 79 of 255 = 31%

106
142
79

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

Portions of RGB colors in percentages

R + G + B =
106 + 142 + 79 = 327 (100%)
R 106 of 327 ~ 32.42%
G 142 of 327 ~ 43.43%
B 79 of 327 ~ 24.16%

%32.42
%43.43
%24.16

CMYK color model

#6A8E4F color CMYK value is (25,0,44,44).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK:
(25,0,44,44)
C25M0Y44K44 
(25%,0%,44%,44%)
(0.25/0.00/0.44/0.44)	

CMYK percentages

%25.35
%0
%44.37
%44.31

Codes

Color #6A8E4F in popluar color models

6A8E4F
RGB10614279
HSL94°28.51%43.33%
HSB/HSV94°44.37%55.69%
CMYK25.35%0.00%44.37%
44.31%

Color #6A8E4F in popluar number systems.

HEX6A8E4F
Decimal10614279
Binary1101010100011101001111
Octal152216117

Shades and tints

Shades of #6A8E4F

#6A8E4F
(106,142,79)
#618248
(97,130,72)
#587641
(88,118,65)
#4F6A3A
(79,106,58)
#465E33
(70,94,51)
#3D522C
(61,82,44)
#344625
(52,70,37)
#2B3A1E
(43,58,30)
#222E17
(34,46,23)
#192210
(25,34,16)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #6A8E4F

#6A8E4F
(106,142,79)
#77985F
(119,152,95)
#84A26F
(132,162,111)
#91AC7F
(145,172,127)
#9EB68F
(158,182,143)
#ABC09F
(171,192,159)
#B8CAAF
(184,202,175)
#C5D4BF
(197,212,191)
#D2DECF
(210,222,207)
#DFE8DF
(223,232,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8E4F color. Also use rgb(106,142,79) instead hex code.

Text Font Color

.myTextColor { color: #6A8E4F; }

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

This text font color is #6A8E4F.


Background Color

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

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

This div background color is #6A8E4F.


Border color

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

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

This div border color is #6A8E4F.


Opacity

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

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

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

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

This text has shadow with #6A8E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8E4F on black background.


Color preview on white background

This text has color #6A8E4F on white background.



Black color preview on #6A8E4F background

This text has black color on #6A8E4F background.


White color preview on #6A8E4F background

This text has white color on #6A8E4F background.