COLOR #6A8C5F

HEX: #6A8C5F
RGB: (106,140,95)

Color info

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

RGB color model

#6A8C5F color RGB value is (106,140,95).

  • red value is 106;
  • green value is 140;
  • blue value is 95.
RGB:
(106,140,95)
(42%,55%,37%)

RGB channels and saturation

R 106 of 255 = 42%
G 140 of 255 = 55%
B 95 of 255 = 37%

106
140
95

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

Portions of RGB colors in percentages

R + G + B =
106 + 140 + 95 = 341 (100%)
R 106 of 341 ~ 31.09%
G 140 of 341 ~ 41.06%
B 95 of 341 ~ 27.86%

%31.09
%41.06
%27.86

CMYK color model

#6A8C5F color CMYK value is (24,0,32,45).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 45.10%
CMYK:
(24,0,32,45)
C24M0Y32K45 
(24%,0%,32%,45%)
(0.24/0.00/0.32/0.45)	

CMYK percentages

%24.29
%0
%32.14
%45.1

Codes

Color #6A8C5F in popluar color models

6A8C5F
RGB10614095
HSL105°19.15%46.08%
HSB/HSV105°32.14%54.90%
CMYK24.29%0.00%32.14%
45.10%

Color #6A8C5F in popluar number systems.

HEX6A8C5F
Decimal10614095
Binary1101010100011001011111
Octal152214137

Shades and tints

Shades of #6A8C5F

#6A8C5F
(106,140,95)
#618057
(97,128,87)
#58744F
(88,116,79)
#4F6847
(79,104,71)
#465C3F
(70,92,63)
#3D5037
(61,80,55)
#34442F
(52,68,47)
#2B3827
(43,56,39)
#222C1F
(34,44,31)
#192017
(25,32,23)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #6A8C5F

#6A8C5F
(106,140,95)
#77966D
(119,150,109)
#84A07B
(132,160,123)
#91AA89
(145,170,137)
#9EB497
(158,180,151)
#ABBEA5
(171,190,165)
#B8C8B3
(184,200,179)
#C5D2C1
(197,210,193)
#D2DCCF
(210,220,207)
#DFE6DD
(223,230,221)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8C5F color. Also use rgb(106,140,95) instead hex code.

Text Font Color

.myTextColor { color: #6A8C5F; }

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

This text font color is #6A8C5F.


Background Color

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

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

This div background color is #6A8C5F.


Border color

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

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

This div border color is #6A8C5F.


Opacity

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

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

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

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

This text has shadow with #6A8C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8C5F on black background.


Color preview on white background

This text has color #6A8C5F on white background.



Black color preview on #6A8C5F background

This text has black color on #6A8C5F background.


White color preview on #6A8C5F background

This text has white color on #6A8C5F background.