COLOR #6E9945

HEX: #6E9945 RGB: (110,153,69)

Color info

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

RGB color model

#6E9945 color RGB value is (110,153,69).

RGB: (110,153,69) (43%, 60%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 69 of 255 = 27%

110
153
69

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

Portions of RGB colors in percentages

R + G + B = 110 + 153 + 69 = 332 (100%)
R 110 of 332 ~ 33.13%
G 153 of 332 ~ 46.08%
B 69 of 332 ~ 20.78'%

%33.13
%46.08
%20.78

CMYK color model

#6E9945 color CMYK value is (28,0,55,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 40.00%

CMYK: (28,0,55,40)
C28M0Y55K40 (28%, 0%, 55%, 40%)
(0.28 / 0.00 / 0.55 / 0.40)

CMYK percentages

%28.1
%0
%54.9
%40

Codes

Color #6E9945 in popluar color models

6E 99 45
RGB 110 153 69
HSL 91° 37.84% 43.53%
HSB/HSV 91° 54.90% 60.00%
CMYK 28.10% 0.00% 54.90%
40.00%

Color #6E9945 in popluar number systems.

HEX 6E 99 45
Decimal 110 153 69
Binary 1101110 10011001 1000101
Octal 156 231 105

Shades and tints

Shades of #6E9945

#6E9945
(110,153,69)
#648C3F
(100,140,63)
#5A7F39
(90,127,57)
#507233
(80,114,51)
#46652D
(70,101,45)
#3C5827
(60,88,39)
#324B21
(50,75,33)
#283E1B
(40,62,27)
#1E3115
(30,49,21)
#14240F
(20,36,15)
#0A1709
(10,23,9)
#000000
(0,0,0)

Tints of #6E9945

#6E9945
(110,153,69)
#7BA255
(123,162,85)
#88AB65
(136,171,101)
#95B475
(149,180,117)
#A2BD85
(162,189,133)
#AFC695
(175,198,149)
#BCCFA5
(188,207,165)
#C9D8B5
(201,216,181)
#D6E1C5
(214,225,197)
#E3EAD5
(227,234,213)
#F0F3E5
(240,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9945 color. Also use rgb(110,153,69) instead hex code.

Text Font Color

.myTextColor { color: #6E9945; }

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

This text font color is #6E9945.

Background Color

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

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

This div background color is #6E9945.

Border color

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

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

This div border color is #6E9945.

Opacity

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

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

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

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

This text has shadow with #6E9945 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9945.

Preview

Color preview on black background

This text has color #6E9945 on black background.


Color preview on white background

This text has color #6E9945 on white background.


Black color preview on #6E9945 background

This text has black color on #6E9945 background.


White color preview on #6E9945 background

This text has white color on #6E9945 background.


Related colors

Complementary color

Complementary color for #hex is #9166BA.


I love getcolorcode.com

Triadic colors

1 #456E99 and #99456E with #6E9945 are triadic colors.

2 #45996E and #996E45 with #6E9945 are triadic colors.