COLOR #6A985C

HEX: #6A985C
RGB: (106,152,92)

Color info

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

RGB color model

#6A985C color RGB value is (106,152,92).

  • red value is 106;
  • green value is 152;
  • blue value is 92.
RGB:
(106,152,92)
(42%,60%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 92 of 255 = 36%

106
152
92

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

Portions of RGB colors in percentages

R + G + B =
106 + 152 + 92 = 350 (100%)
R 106 of 350 ~ 30.29%
G 152 of 350 ~ 43.43%
B 92 of 350 ~ 26.29%

%30.29
%43.43
%26.29

CMYK color model

#6A985C color CMYK value is (30,0,39,40).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 39.47%
  • key color value is 40.39%
CMYK:
(30,0,39,40)
C30M0Y39K40 
(30%,0%,39%,40%)
(0.30/0.00/0.39/0.40)	

CMYK percentages

%30.26
%0
%39.47
%40.39

Codes

Color #6A985C in popluar color models

6A985C
RGB10615292
HSL106°24.59%47.84%
HSB/HSV106°39.47%59.61%
CMYK30.26%0.00%39.47%
40.39%

Color #6A985C in popluar number systems.

HEX6A985C
Decimal10615292
Binary1101010100110001011100
Octal152230134

Shades and tints

Shades of #6A985C

#6A985C
(106,152,92)
#618B54
(97,139,84)
#587E4C
(88,126,76)
#4F7144
(79,113,68)
#46643C
(70,100,60)
#3D5734
(61,87,52)
#344A2C
(52,74,44)
#2B3D24
(43,61,36)
#22301C
(34,48,28)
#192314
(25,35,20)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #6A985C

#6A985C
(106,152,92)
#77A16A
(119,161,106)
#84AA78
(132,170,120)
#91B386
(145,179,134)
#9EBC94
(158,188,148)
#ABC5A2
(171,197,162)
#B8CEB0
(184,206,176)
#C5D7BE
(197,215,190)
#D2E0CC
(210,224,204)
#DFE9DA
(223,233,218)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A985C color. Also use rgb(106,152,92) instead hex code.

Text Font Color

.myTextColor { color: #6A985C; }

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

This text font color is #6A985C.


Background Color

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

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

This div background color is #6A985C.


Border color

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

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

This div border color is #6A985C.


Opacity

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

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

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

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

This text has shadow with #6A985C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A985C on black background.


Color preview on white background

This text has color #6A985C on white background.



Black color preview on #6A985C background

This text has black color on #6A985C background.


White color preview on #6A985C background

This text has white color on #6A985C background.