COLOR #6B954E

HEX: #6B954E
RGB: (107,149,78)

Color info

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

RGB color model

#6B954E color RGB value is (107,149,78).

  • red value is 107;
  • green value is 149;
  • blue value is 78.
RGB:
(107,149,78)
(42%,58%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 149 of 255 = 58%
B 78 of 255 = 31%

107
149
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 78 = 334 (100%)
R 107 of 334 ~ 32.04%
G 149 of 334 ~ 44.61%
B 78 of 334 ~ 23.35%

%32.04
%44.61
%23.35

CMYK color model

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

  • cyan value is 28.19%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 41.57%
CMYK:
(28,0,48,42)
C28M0Y48K42 
(28%,0%,48%,42%)
(0.28/0.00/0.48/0.42)	

CMYK percentages

%28.19
%0
%47.65
%41.57

Codes

Color #6B954E in popluar color models

6B954E
RGB10714978
HSL95°31.28%44.51%
HSB/HSV95°47.65%58.43%
CMYK28.19%0.00%47.65%
41.57%

Color #6B954E in popluar number systems.

HEX6B954E
Decimal10714978
Binary1101011100101011001110
Octal153225116

Shades and tints

Shades of #6B954E

#6B954E
(107,149,78)
#628847
(98,136,71)
#597B40
(89,123,64)
#506E39
(80,110,57)
#476132
(71,97,50)
#3E542B
(62,84,43)
#354724
(53,71,36)
#2C3A1D
(44,58,29)
#232D16
(35,45,22)
#1A200F
(26,32,15)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #6B954E

#6B954E
(107,149,78)
#789E5E
(120,158,94)
#85A76E
(133,167,110)
#92B07E
(146,176,126)
#9FB98E
(159,185,142)
#ACC29E
(172,194,158)
#B9CBAE
(185,203,174)
#C6D4BE
(198,212,190)
#D3DDCE
(211,221,206)
#E0E6DE
(224,230,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B954E color. Also use rgb(107,149,78) instead hex code.

Text Font Color

.myTextColor { color: #6B954E; }

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

This text font color is #6B954E.


Background Color

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

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

This div background color is #6B954E.


Border color

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

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

This div border color is #6B954E.


Opacity

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

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

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

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

This text has shadow with #6B954E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B954E on black background.


Color preview on white background

This text has color #6B954E on white background.



Black color preview on #6B954E background

This text has black color on #6B954E background.


White color preview on #6B954E background

This text has white color on #6B954E background.