COLOR #6A9355

HEX: #6A9355
RGB: (106,147,85)

Color info

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

RGB color model

#6A9355 color RGB value is (106,147,85).

  • red value is 106;
  • green value is 147;
  • blue value is 85.
RGB:
(106,147,85)
(42%,58%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 147 of 255 = 58%
B 85 of 255 = 33%

106
147
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 85 = 338 (100%)
R 106 of 338 ~ 31.36%
G 147 of 338 ~ 43.49%
B 85 of 338 ~ 25.15%

%31.36
%43.49
%25.15

CMYK color model

#6A9355 color CMYK value is (28,0,42,42).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%
CMYK:
(28,0,42,42)
C28M0Y42K42 
(28%,0%,42%,42%)
(0.28/0.00/0.42/0.42)	

CMYK percentages

%27.89
%0
%42.18
%42.35

Codes

Color #6A9355 in popluar color models

6A9355
RGB10614785
HSL100°26.72%45.49%
HSB/HSV100°42.18%57.65%
CMYK27.89%0.00%42.18%
42.35%

Color #6A9355 in popluar number systems.

HEX6A9355
Decimal10614785
Binary1101010100100111010101
Octal152223125

Shades and tints

Shades of #6A9355

#6A9355
(106,147,85)
#61864E
(97,134,78)
#587947
(88,121,71)
#4F6C40
(79,108,64)
#465F39
(70,95,57)
#3D5232
(61,82,50)
#34452B
(52,69,43)
#2B3824
(43,56,36)
#222B1D
(34,43,29)
#191E16
(25,30,22)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6A9355

#6A9355
(106,147,85)
#779C64
(119,156,100)
#84A573
(132,165,115)
#91AE82
(145,174,130)
#9EB791
(158,183,145)
#ABC0A0
(171,192,160)
#B8C9AF
(184,201,175)
#C5D2BE
(197,210,190)
#D2DBCD
(210,219,205)
#DFE4DC
(223,228,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9355 color. Also use rgb(106,147,85) instead hex code.

Text Font Color

.myTextColor { color: #6A9355; }

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

This text font color is #6A9355.


Background Color

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

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

This div background color is #6A9355.


Border color

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

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

This div border color is #6A9355.


Opacity

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

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

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

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

This text has shadow with #6A9355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9355 on black background.


Color preview on white background

This text has color #6A9355 on white background.



Black color preview on #6A9355 background

This text has black color on #6A9355 background.


White color preview on #6A9355 background

This text has white color on #6A9355 background.