COLOR #6A956E

HEX: #6A956E
RGB: (106,149,110)

Color info

#6A956E contains red, green and blue colors in about the same proportion. Web safe color of #6A956E is #669966 (or #696).

RGB color model

#6A956E color RGB value is (106,149,110).

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

RGB channels and saturation

R 106 of 255 = 42%
G 149 of 255 = 58%
B 110 of 255 = 43%

106
149
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 149 + 110 = 365 (100%)
R 106 of 365 ~ 29.04%
G 149 of 365 ~ 40.82%
B 110 of 365 ~ 30.14%

%29.04
%40.82
%30.14

CMYK color model

#6A956E color CMYK value is (29,0,26,42).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 26.17%
  • key color value is 41.57%
CMYK:
(29,0,26,42)
C29M0Y26K42 
(29%,0%,26%,42%)
(0.29/0.00/0.26/0.42)	

CMYK percentages

%28.86
%0
%26.17
%41.57

Codes

Color #6A956E in popluar color models

6A956E
RGB106149110
HSL126°16.86%50.00%
HSB/HSV126°28.86%58.43%
CMYK28.86%0.00%26.17%
41.57%

Color #6A956E in popluar number systems.

HEX6A956E
Decimal106149110
Binary1101010100101011101110
Octal152225156

Shades and tints

Shades of #6A956E

#6A956E
(106,149,110)
#618864
(97,136,100)
#587B5A
(88,123,90)
#4F6E50
(79,110,80)
#466146
(70,97,70)
#3D543C
(61,84,60)
#344732
(52,71,50)
#2B3A28
(43,58,40)
#222D1E
(34,45,30)
#192014
(25,32,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #6A956E

#6A956E
(106,149,110)
#779E7B
(119,158,123)
#84A788
(132,167,136)
#91B095
(145,176,149)
#9EB9A2
(158,185,162)
#ABC2AF
(171,194,175)
#B8CBBC
(184,203,188)
#C5D4C9
(197,212,201)
#D2DDD6
(210,221,214)
#DFE6E3
(223,230,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A956E; }

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

This text font color is #6A956E.


Background Color

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

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

This div background color is #6A956E.


Border color

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

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

This div border color is #6A956E.


Opacity

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

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

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

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

This text has shadow with #6A956E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A956E on black background.


Color preview on white background

This text has color #6A956E on white background.



Black color preview on #6A956E background

This text has black color on #6A956E background.


White color preview on #6A956E background

This text has white color on #6A956E background.