COLOR #6A8E39

HEX: #6A8E39
RGB: (106,142,57)

Color info

#6A8E39 contains mainly red and green colors. Web safe color of #6A8E39 is #669933 (or #693).

RGB color model

#6A8E39 color RGB value is (106,142,57).

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

RGB channels and saturation

R 106 of 255 = 42%
G 142 of 255 = 56%
B 57 of 255 = 22%

106
142
57

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

Portions of RGB colors in percentages

R + G + B =
106 + 142 + 57 = 305 (100%)
R 106 of 305 ~ 34.75%
G 142 of 305 ~ 46.56%
B 57 of 305 ~ 18.69%

%34.75
%46.56
%18.69

CMYK color model

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

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(25,0,60,44)
C25M0Y60K44 
(25%,0%,60%,44%)
(0.25/0.00/0.60/0.44)	

CMYK percentages

%25.35
%0
%59.86
%44.31

Codes

Color #6A8E39 in popluar color models

6A8E39
RGB10614257
HSL85°42.71%39.02%
HSB/HSV85°59.86%55.69%
CMYK25.35%0.00%59.86%
44.31%

Color #6A8E39 in popluar number systems.

HEX6A8E39
Decimal10614257
Binary110101010001110111001
Octal15221671

Shades and tints

Shades of #6A8E39

#6A8E39
(106,142,57)
#618234
(97,130,52)
#58762F
(88,118,47)
#4F6A2A
(79,106,42)
#465E25
(70,94,37)
#3D5220
(61,82,32)
#34461B
(52,70,27)
#2B3A16
(43,58,22)
#222E11
(34,46,17)
#19220C
(25,34,12)
#101607
(16,22,7)
#000000
(0,0,0)

Tints of #6A8E39

#6A8E39
(106,142,57)
#77984B
(119,152,75)
#84A25D
(132,162,93)
#91AC6F
(145,172,111)
#9EB681
(158,182,129)
#ABC093
(171,192,147)
#B8CAA5
(184,202,165)
#C5D4B7
(197,212,183)
#D2DEC9
(210,222,201)
#DFE8DB
(223,232,219)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8E39; }

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

This text font color is #6A8E39.


Background Color

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

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

This div background color is #6A8E39.


Border color

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

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

This div border color is #6A8E39.


Opacity

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

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

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

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

This text has shadow with #6A8E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8E39 on black background.


Color preview on white background

This text has color #6A8E39 on white background.



Black color preview on #6A8E39 background

This text has black color on #6A8E39 background.


White color preview on #6A8E39 background

This text has white color on #6A8E39 background.