COLOR #6D954B

HEX: #6D954B
RGB: (109,149,75)

Color info

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

RGB color model

#6D954B color RGB value is (109,149,75).

  • red value is 109;
  • green value is 149;
  • blue value is 75.
RGB:
(109,149,75)
(43%,58%,29%)

RGB channels and saturation

R 109 of 255 = 43%
G 149 of 255 = 58%
B 75 of 255 = 29%

109
149
75

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

Portions of RGB colors in percentages

R + G + B =
109 + 149 + 75 = 333 (100%)
R 109 of 333 ~ 32.73%
G 149 of 333 ~ 44.74%
B 75 of 333 ~ 22.52%

%32.73
%44.74
%22.52

CMYK color model

#6D954B color CMYK value is (27,0,50,42).

  • cyan value is 26.85%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(27,0,50,42)
C27M0Y50K42 
(27%,0%,50%,42%)
(0.27/0.00/0.50/0.42)	

CMYK percentages

%26.85
%0
%49.66
%41.57

Codes

Color #6D954B in popluar color models

6D954B
RGB10914975
HSL92°33.04%43.92%
HSB/HSV92°49.66%58.43%
CMYK26.85%0.00%49.66%
41.57%

Color #6D954B in popluar number systems.

HEX6D954B
Decimal10914975
Binary1101101100101011001011
Octal155225113

Shades and tints

Shades of #6D954B

#6D954B
(109,149,75)
#648845
(100,136,69)
#5B7B3F
(91,123,63)
#526E39
(82,110,57)
#496133
(73,97,51)
#40542D
(64,84,45)
#374727
(55,71,39)
#2E3A21
(46,58,33)
#252D1B
(37,45,27)
#1C2015
(28,32,21)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D954B

#6D954B
(109,149,75)
#7A9E5B
(122,158,91)
#87A76B
(135,167,107)
#94B07B
(148,176,123)
#A1B98B
(161,185,139)
#AEC29B
(174,194,155)
#BBCBAB
(187,203,171)
#C8D4BB
(200,212,187)
#D5DDCB
(213,221,203)
#E2E6DB
(226,230,219)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D954B color. Also use rgb(109,149,75) instead hex code.

Text Font Color

.myTextColor { color: #6D954B; }

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

This text font color is #6D954B.


Background Color

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

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

This div background color is #6D954B.


Border color

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

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

This div border color is #6D954B.


Opacity

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

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

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

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

This text has shadow with #6D954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D954B on black background.


Color preview on white background

This text has color #6D954B on white background.



Black color preview on #6D954B background

This text has black color on #6D954B background.


White color preview on #6D954B background

This text has white color on #6D954B background.