COLOR #6E994B

HEX: #6E994B
RGB: (110,153,75)

Color info

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

RGB color model

#6E994B color RGB value is (110,153,75).

  • red value is 110;
  • green value is 153;
  • blue value is 75.
RGB:
(110,153,75)
(43%,60%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 75 of 255 = 29%

110
153
75

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 75 = 338 (100%)
R 110 of 338 ~ 32.54%
G 153 of 338 ~ 45.27%
B 75 of 338 ~ 22.19%

%32.54
%45.27
%22.19

CMYK color model

#6E994B color CMYK value is (28,0,51,40).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(28,0,51,40)
C28M0Y51K40 
(28%,0%,51%,40%)
(0.28/0.00/0.51/0.40)	

CMYK percentages

%28.1
%0
%50.98
%40

Codes

Color #6E994B in popluar color models

6E994B
RGB11015375
HSL93°34.21%44.71%
HSB/HSV93°50.98%60.00%
CMYK28.10%0.00%50.98%
40.00%

Color #6E994B in popluar number systems.

HEX6E994B
Decimal11015375
Binary1101110100110011001011
Octal156231113

Shades and tints

Shades of #6E994B

#6E994B
(110,153,75)
#648C45
(100,140,69)
#5A7F3F
(90,127,63)
#507239
(80,114,57)
#466533
(70,101,51)
#3C582D
(60,88,45)
#324B27
(50,75,39)
#283E21
(40,62,33)
#1E311B
(30,49,27)
#142415
(20,36,21)
#0A170F
(10,23,15)
#000000
(0,0,0)

Tints of #6E994B

#6E994B
(110,153,75)
#7BA25B
(123,162,91)
#88AB6B
(136,171,107)
#95B47B
(149,180,123)
#A2BD8B
(162,189,139)
#AFC69B
(175,198,155)
#BCCFAB
(188,207,171)
#C9D8BB
(201,216,187)
#D6E1CB
(214,225,203)
#E3EADB
(227,234,219)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E994B; }

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

This text font color is #6E994B.


Background Color

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

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

This div background color is #6E994B.


Border color

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

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

This div border color is #6E994B.


Opacity

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

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

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

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

This text has shadow with #6E994B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E994B on black background.


Color preview on white background

This text has color #6E994B on white background.



Black color preview on #6E994B background

This text has black color on #6E994B background.


White color preview on #6E994B background

This text has white color on #6E994B background.