COLOR #6E8F25

HEX: #6E8F25
RGB: (110,143,37)

Color info

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

RGB color model

#6E8F25 color RGB value is (110,143,37).

  • red value is 110;
  • green value is 143;
  • blue value is 37.
RGB:
(110,143,37)
(43%,56%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 37 of 255 = 15%

110
143
37

R + G + B ~ 38%. #6E8F25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 37 = 290 (100%)
R 110 of 290 ~ 37.93%
G 143 of 290 ~ 49.31%
B 37 of 290 ~ 12.76%

%37.93
%49.31
%12.76

CMYK color model

#6E8F25 color CMYK value is (23,0,74,44).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 74.13%
  • key color value is 43.92%
CMYK:
(23,0,74,44)
C23M0Y74K44 
(23%,0%,74%,44%)
(0.23/0.00/0.74/0.44)	

CMYK percentages

%23.08
%0
%74.13
%43.92

Codes

Color #6E8F25 in popluar color models

6E8F25
RGB11014337
HSL79°58.89%35.29%
HSB/HSV79°74.13%56.08%
CMYK23.08%0.00%74.13%
43.92%

Color #6E8F25 in popluar number systems.

HEX6E8F25
Decimal11014337
Binary110111010001111100101
Octal15621745

Shades and tints

Shades of #6E8F25

#6E8F25
(110,143,37)
#648222
(100,130,34)
#5A751F
(90,117,31)
#50681C
(80,104,28)
#465B19
(70,91,25)
#3C4E16
(60,78,22)
#324113
(50,65,19)
#283410
(40,52,16)
#1E270D
(30,39,13)
#141A0A
(20,26,10)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #6E8F25

#6E8F25
(110,143,37)
#7B9938
(123,153,56)
#88A34B
(136,163,75)
#95AD5E
(149,173,94)
#A2B771
(162,183,113)
#AFC184
(175,193,132)
#BCCB97
(188,203,151)
#C9D5AA
(201,213,170)
#D6DFBD
(214,223,189)
#E3E9D0
(227,233,208)
#F0F3E3
(240,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8F25 color. Also use rgb(110,143,37) instead hex code.

Text Font Color

.myTextColor { color: #6E8F25; }

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

This text font color is #6E8F25.


Background Color

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

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

This div background color is #6E8F25.


Border color

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

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

This div border color is #6E8F25.


Opacity

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

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

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

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

This text has shadow with #6E8F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8F25 on black background.


Color preview on white background

This text has color #6E8F25 on white background.



Black color preview on #6E8F25 background

This text has black color on #6E8F25 background.


White color preview on #6E8F25 background

This text has white color on #6E8F25 background.