COLOR #6A952E

HEX: #6A952E
RGB: (106,149,46)

Color info

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

RGB color model

#6A952E color RGB value is (106,149,46).

  • red value is 106;
  • green value is 149;
  • blue value is 46.
RGB:
(106,149,46)
(42%,58%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 46 of 255 = 18%

106
149
46

R + G + B ~ 39%. #6A952E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 46 = 301 (100%)
R 106 of 301 ~ 35.22%
G 149 of 301 ~ 49.5%
B 46 of 301 ~ 15.28%

%35.22
%49.5
%15.28

CMYK color model

#6A952E color CMYK value is (29,0,69,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 69.13%
  • key color value is 41.57%
CMYK:
(29,0,69,42)
C29M0Y69K42 
(29%,0%,69%,42%)
(0.29/0.00/0.69/0.42)	

CMYK percentages

%28.86
%0
%69.13
%41.57

Codes

Color #6A952E in popluar color models

6A952E
RGB10614946
HSL85°52.82%38.24%
HSB/HSV85°69.13%58.43%
CMYK28.86%0.00%69.13%
41.57%

Color #6A952E in popluar number systems.

HEX6A952E
Decimal10614946
Binary110101010010101101110
Octal15222556

Shades and tints

Shades of #6A952E

#6A952E
(106,149,46)
#61882A
(97,136,42)
#587B26
(88,123,38)
#4F6E22
(79,110,34)
#46611E
(70,97,30)
#3D541A
(61,84,26)
#344716
(52,71,22)
#2B3A12
(43,58,18)
#222D0E
(34,45,14)
#19200A
(25,32,10)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #6A952E

#6A952E
(106,149,46)
#779E41
(119,158,65)
#84A754
(132,167,84)
#91B067
(145,176,103)
#9EB97A
(158,185,122)
#ABC28D
(171,194,141)
#B8CBA0
(184,203,160)
#C5D4B3
(197,212,179)
#D2DDC6
(210,221,198)
#DFE6D9
(223,230,217)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A952E color. Also use rgb(106,149,46) instead hex code.

Text Font Color

.myTextColor { color: #6A952E; }

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

This text font color is #6A952E.


Background Color

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

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

This div background color is #6A952E.


Border color

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

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

This div border color is #6A952E.


Opacity

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

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

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

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

This text has shadow with #6A952E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A952E on black background.


Color preview on white background

This text has color #6A952E on white background.



Black color preview on #6A952E background

This text has black color on #6A952E background.


White color preview on #6A952E background

This text has white color on #6A952E background.