COLOR #6A8960

HEX: #6A8960
RGB: (106,137,96)

Color info

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

RGB color model

#6A8960 color RGB value is (106,137,96).

  • red value is 106;
  • green value is 137;
  • blue value is 96.
RGB:
(106,137,96)
(42%,54%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 96 of 255 = 38%

106
137
96

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 96 = 339 (100%)
R 106 of 339 ~ 31.27%
G 137 of 339 ~ 40.41%
B 96 of 339 ~ 28.32%

%31.27
%40.41
%28.32

CMYK color model

#6A8960 color CMYK value is (23,0,30,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(23,0,30,46)
C23M0Y30K46 
(23%,0%,30%,46%)
(0.23/0.00/0.30/0.46)	

CMYK percentages

%22.63
%0
%29.93
%46.27

Codes

Color #6A8960 in popluar color models

6A8960
RGB10613796
HSL105°17.60%45.69%
HSB/HSV105°29.93%53.73%
CMYK22.63%0.00%29.93%
46.27%

Color #6A8960 in popluar number systems.

HEX6A8960
Decimal10613796
Binary1101010100010011100000
Octal152211140

Shades and tints

Shades of #6A8960

#6A8960
(106,137,96)
#617D58
(97,125,88)
#587150
(88,113,80)
#4F6548
(79,101,72)
#465940
(70,89,64)
#3D4D38
(61,77,56)
#344130
(52,65,48)
#2B3528
(43,53,40)
#222920
(34,41,32)
#191D18
(25,29,24)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A8960

#6A8960
(106,137,96)
#77936E
(119,147,110)
#849D7C
(132,157,124)
#91A78A
(145,167,138)
#9EB198
(158,177,152)
#ABBBA6
(171,187,166)
#B8C5B4
(184,197,180)
#C5CFC2
(197,207,194)
#D2D9D0
(210,217,208)
#DFE3DE
(223,227,222)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8960 color. Also use rgb(106,137,96) instead hex code.

Text Font Color

.myTextColor { color: #6A8960; }

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

This text font color is #6A8960.


Background Color

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

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

This div background color is #6A8960.


Border color

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

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

This div border color is #6A8960.


Opacity

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

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

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

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

This text has shadow with #6A8960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8960 on black background.


Color preview on white background

This text has color #6A8960 on white background.



Black color preview on #6A8960 background

This text has black color on #6A8960 background.


White color preview on #6A8960 background

This text has white color on #6A8960 background.