COLOR #6A9337

HEX: #6A9337
RGB: (106,147,55)

Color info

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

RGB color model

#6A9337 color RGB value is (106,147,55).

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

RGB channels and saturation

R 106 of 255 = 42%
G 147 of 255 = 58%
B 55 of 255 = 22%

106
147
55

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

Portions of RGB colors in percentages

R + G + B =
106 + 147 + 55 = 308 (100%)
R 106 of 308 ~ 34.42%
G 147 of 308 ~ 47.73%
B 55 of 308 ~ 17.86%

%34.42
%47.73
%17.86

CMYK color model

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

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 62.59%
  • key color value is 42.35%
CMYK:
(28,0,63,42)
C28M0Y63K42 
(28%,0%,63%,42%)
(0.28/0.00/0.63/0.42)	

CMYK percentages

%27.89
%0
%62.59
%42.35

Codes

Color #6A9337 in popluar color models

6A9337
RGB10614755
HSL87°45.54%39.61%
HSB/HSV87°62.59%57.65%
CMYK27.89%0.00%62.59%
42.35%

Color #6A9337 in popluar number systems.

HEX6A9337
Decimal10614755
Binary110101010010011110111
Octal15222367

Shades and tints

Shades of #6A9337

#6A9337
(106,147,55)
#618632
(97,134,50)
#58792D
(88,121,45)
#4F6C28
(79,108,40)
#465F23
(70,95,35)
#3D521E
(61,82,30)
#344519
(52,69,25)
#2B3814
(43,56,20)
#222B0F
(34,43,15)
#191E0A
(25,30,10)
#101105
(16,17,5)
#000000
(0,0,0)

Tints of #6A9337

#6A9337
(106,147,55)
#779C49
(119,156,73)
#84A55B
(132,165,91)
#91AE6D
(145,174,109)
#9EB77F
(158,183,127)
#ABC091
(171,192,145)
#B8C9A3
(184,201,163)
#C5D2B5
(197,210,181)
#D2DBC7
(210,219,199)
#DFE4D9
(223,228,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9337; }

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

This text font color is #6A9337.


Background Color

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

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

This div background color is #6A9337.


Border color

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

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

This div border color is #6A9337.


Opacity

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

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

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

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

This text has shadow with #6A9337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9337 on black background.


Color preview on white background

This text has color #6A9337 on white background.



Black color preview on #6A9337 background

This text has black color on #6A9337 background.


White color preview on #6A9337 background

This text has white color on #6A9337 background.