COLOR #6E902B

HEX: #6E902B RGB: (110,144,43)

Color info

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

RGB color model

#6E902B color RGB value is (110,144,43).

RGB: (110,144,43) (43%, 56%, 17%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 43 of 255 = 17%

110
144
43

R + G + B ~ 39%. #6E902B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 144 + 43 = 297 (100%)
R 110 of 297 ~ 37.04%
G 144 of 297 ~ 48.48%
B 43 of 297 ~ 14.48'%

%37.04
%48.48
%14.48

CMYK color model

#6E902B color CMYK value is (24,0,70,44).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 70.14%
  • key color value is 43.53%

CMYK: (24,0,70,44)
C24M0Y70K44 (24%, 0%, 70%, 44%)
(0.24 / 0.00 / 0.70 / 0.44)

CMYK percentages

%23.61
%0
%70.14
%43.53

Codes

Color #6E902B in popluar color models

6E 90 2B
RGB 110 144 43
HSL 80° 54.01% 36.67%
HSB/HSV 80° 70.14% 56.47%
CMYK 23.61% 0.00% 70.14%
43.53%

Color #6E902B in popluar number systems.

HEX 6E 90 2B
Decimal 110 144 43
Binary 1101110 10010000 101011
Octal 156 220 53

Shades and tints

Shades of #6E902B

#6E902B
(110,144,43)
#648328
(100,131,40)
#5A7625
(90,118,37)
#506922
(80,105,34)
#465C1F
(70,92,31)
#3C4F1C
(60,79,28)
#324219
(50,66,25)
#283516
(40,53,22)
#1E2813
(30,40,19)
#141B10
(20,27,16)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E902B

#6E902B
(110,144,43)
#7B9A3E
(123,154,62)
#88A451
(136,164,81)
#95AE64
(149,174,100)
#A2B877
(162,184,119)
#AFC28A
(175,194,138)
#BCCC9D
(188,204,157)
#C9D6B0
(201,214,176)
#D6E0C3
(214,224,195)
#E3EAD6
(227,234,214)
#F0F4E9
(240,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E902B color. Also use rgb(110,144,43) instead hex code.

Text Font Color

.myTextColor { color: #6E902B; }

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

This text font color is #6E902B.

Background Color

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

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

This div background color is #6E902B.

Border color

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

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

This div border color is #6E902B.

Opacity

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

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

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

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

This text has shadow with #6E902B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E902B.

Preview

Color preview on black background

This text has color #6E902B on black background.


Color preview on white background

This text has color #6E902B on white background.


Black color preview on #6E902B background

This text has black color on #6E902B background.


White color preview on #6E902B background

This text has white color on #6E902B background.


Related colors

Complementary color

Complementary color for #hex is #916FD4.


I love getcolorcode.com

Triadic colors

1 #2B6E90 and #902B6E with #6E902B are triadic colors.

2 #2B906E and #906E2B with #6E902B are triadic colors.