COLOR #6E924B

HEX: #6E924B RGB: (110,146,75)

Color info

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

RGB color model

#6E924B color RGB value is (110,146,75).

RGB: (110,146,75) (43%, 57%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 75 of 255 = 29%

110
146
75

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

Portions of RGB colors in percentages

R + G + B = 110 + 146 + 75 = 331 (100%)
R 110 of 331 ~ 33.23%
G 146 of 331 ~ 44.11%
B 75 of 331 ~ 22.66'%

%33.23
%44.11
%22.66

CMYK color model

#6E924B color CMYK value is (25,0,49,43).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 48.63%
  • key color value is 42.75%

CMYK: (25,0,49,43)
C25M0Y49K43 (25%, 0%, 49%, 43%)
(0.25 / 0.00 / 0.49 / 0.43)

CMYK percentages

%24.66
%0
%48.63
%42.75

Codes

Color #6E924B in popluar color models

6E 92 4B
RGB 110 146 75
HSL 90° 32.13% 43.33%
HSB/HSV 90° 48.63% 57.25%
CMYK 24.66% 0.00% 48.63%
42.75%

Color #6E924B in popluar number systems.

HEX 6E 92 4B
Decimal 110 146 75
Binary 1101110 10010010 1001011
Octal 156 222 113

Shades and tints

Shades of #6E924B

#6E924B
(110,146,75)
#648545
(100,133,69)
#5A783F
(90,120,63)
#506B39
(80,107,57)
#465E33
(70,94,51)
#3C512D
(60,81,45)
#324427
(50,68,39)
#283721
(40,55,33)
#1E2A1B
(30,42,27)
#141D15
(20,29,21)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E924B

#6E924B
(110,146,75)
#7B9B5B
(123,155,91)
#88A46B
(136,164,107)
#95AD7B
(149,173,123)
#A2B68B
(162,182,139)
#AFBF9B
(175,191,155)
#BCC8AB
(188,200,171)
#C9D1BB
(201,209,187)
#D6DACB
(214,218,203)
#E3E3DB
(227,227,219)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E924B; }

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

This text font color is #6E924B.

Background Color

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

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

This div background color is #6E924B.

Border color

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

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

This div border color is #6E924B.

Opacity

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

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

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

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

This text has shadow with #6E924B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E924B.

Preview

Color preview on black background

This text has color #6E924B on black background.


Color preview on white background

This text has color #6E924B on white background.


Black color preview on #6E924B background

This text has black color on #6E924B background.


White color preview on #6E924B background

This text has white color on #6E924B background.


Related colors

Complementary color

Complementary color for #hex is #916DB4.


I love getcolorcode.com

Triadic colors

1 #4B6E92 and #924B6E with #6E924B are triadic colors.

2 #4B926E and #926E4B with #6E924B are triadic colors.