COLOR #6A9C48

HEX: #6A9C48
RGB: (106,156,72)

Color info

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

RGB color model

#6A9C48 color RGB value is (106,156,72).

  • red value is 106;
  • green value is 156;
  • blue value is 72.
RGB:
(106,156,72)
(42%,61%,28%)

RGB channels and saturation

R 106 of 255 = 42%
G 156 of 255 = 61%
B 72 of 255 = 28%

106
156
72

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

Portions of RGB colors in percentages

R + G + B =
106 + 156 + 72 = 334 (100%)
R 106 of 334 ~ 31.74%
G 156 of 334 ~ 46.71%
B 72 of 334 ~ 21.56%

%31.74
%46.71
%21.56

CMYK color model

#6A9C48 color CMYK value is (32,0,54,39).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK:
(32,0,54,39)
C32M0Y54K39 
(32%,0%,54%,39%)
(0.32/0.00/0.54/0.39)	

CMYK percentages

%32.05
%0
%53.85
%38.82

Codes

Color #6A9C48 in popluar color models

6A9C48
RGB10615672
HSL96°36.84%44.71%
HSB/HSV96°53.85%61.18%
CMYK32.05%0.00%53.85%
38.82%

Color #6A9C48 in popluar number systems.

HEX6A9C48
Decimal10615672
Binary1101010100111001001000
Octal152234110

Shades and tints

Shades of #6A9C48

#6A9C48
(106,156,72)
#618E42
(97,142,66)
#58803C
(88,128,60)
#4F7236
(79,114,54)
#466430
(70,100,48)
#3D562A
(61,86,42)
#344824
(52,72,36)
#2B3A1E
(43,58,30)
#222C18
(34,44,24)
#191E12
(25,30,18)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #6A9C48

#6A9C48
(106,156,72)
#77A558
(119,165,88)
#84AE68
(132,174,104)
#91B778
(145,183,120)
#9EC088
(158,192,136)
#ABC998
(171,201,152)
#B8D2A8
(184,210,168)
#C5DBB8
(197,219,184)
#D2E4C8
(210,228,200)
#DFEDD8
(223,237,216)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9C48 color. Also use rgb(106,156,72) instead hex code.

Text Font Color

.myTextColor { color: #6A9C48; }

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

This text font color is #6A9C48.


Background Color

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

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

This div background color is #6A9C48.


Border color

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

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

This div border color is #6A9C48.


Opacity

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

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

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

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

This text has shadow with #6A9C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9C48 on black background.


Color preview on white background

This text has color #6A9C48 on white background.



Black color preview on #6A9C48 background

This text has black color on #6A9C48 background.


White color preview on #6A9C48 background

This text has white color on #6A9C48 background.