COLOR #6E9250

HEX: #6E9250
RGB: (110,146,80)

Color info

#6E9250 contains mainly red and green colors. Web safe color of #6E9250 is #669966 (or #696).

RGB color model

#6E9250 color RGB value is (110,146,80).

  • red value is 110;
  • green value is 146;
  • blue value is 80.
RGB:
(110,146,80)
(43%,57%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 146 of 255 = 57%
B 80 of 255 = 31%

110
146
80

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

Portions of RGB colors in percentages

R + G + B =
110 + 146 + 80 = 336 (100%)
R 110 of 336 ~ 32.74%
G 146 of 336 ~ 43.45%
B 80 of 336 ~ 23.81%

%32.74
%43.45
%23.81

CMYK color model

#6E9250 color CMYK value is (25,0,45,43).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 42.75%
CMYK:
(25,0,45,43)
C25M0Y45K43 
(25%,0%,45%,43%)
(0.25/0.00/0.45/0.43)	

CMYK percentages

%24.66
%0
%45.21
%42.75

Codes

Color #6E9250 in popluar color models

6E9250
RGB11014680
HSL93°29.20%44.31%
HSB/HSV93°45.21%57.25%
CMYK24.66%0.00%45.21%
42.75%

Color #6E9250 in popluar number systems.

HEX6E9250
Decimal11014680
Binary1101110100100101010000
Octal156222120

Shades and tints

Shades of #6E9250

#6E9250
(110,146,80)
#648549
(100,133,73)
#5A7842
(90,120,66)
#506B3B
(80,107,59)
#465E34
(70,94,52)
#3C512D
(60,81,45)
#324426
(50,68,38)
#28371F
(40,55,31)
#1E2A18
(30,42,24)
#141D11
(20,29,17)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E9250

#6E9250
(110,146,80)
#7B9B5F
(123,155,95)
#88A46E
(136,164,110)
#95AD7D
(149,173,125)
#A2B68C
(162,182,140)
#AFBF9B
(175,191,155)
#BCC8AA
(188,200,170)
#C9D1B9
(201,209,185)
#D6DAC8
(214,218,200)
#E3E3D7
(227,227,215)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9250; }

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

This text font color is #6E9250.


Background Color

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

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

This div background color is #6E9250.


Border color

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

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

This div border color is #6E9250.


Opacity

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

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

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

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

This text has shadow with #6E9250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9250 on black background.


Color preview on white background

This text has color #6E9250 on white background.



Black color preview on #6E9250 background

This text has black color on #6E9250 background.


White color preview on #6E9250 background

This text has white color on #6E9250 background.