COLOR #6EA130

HEX: #6EA130
RGB: (110,161,48)

Color info

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

RGB color model

#6EA130 color RGB value is (110,161,48).

  • red value is 110;
  • green value is 161;
  • blue value is 48.
RGB:
(110,161,48)
(43%,63%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 161 of 255 = 63%
B 48 of 255 = 19%

110
161
48

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

Portions of RGB colors in percentages

R + G + B =
110 + 161 + 48 = 319 (100%)
R 110 of 319 ~ 34.48%
G 161 of 319 ~ 50.47%
B 48 of 319 ~ 15.05%

%34.48
%50.47
%15.05

CMYK color model

#6EA130 color CMYK value is (32,0,70,37).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 70.19%
  • key color value is 36.86%
CMYK:
(32,0,70,37)
C32M0Y70K37 
(32%,0%,70%,37%)
(0.32/0.00/0.70/0.37)	

CMYK percentages

%31.68
%0
%70.19
%36.86

Codes

Color #6EA130 in popluar color models

6EA130
RGB11016148
HSL87°54.07%40.98%
HSB/HSV87°70.19%63.14%
CMYK31.68%0.00%70.19%
36.86%

Color #6EA130 in popluar number systems.

HEX6EA130
Decimal11016148
Binary110111010100001110000
Octal15624160

Shades and tints

Shades of #6EA130

#6EA130
(110,161,48)
#64932C
(100,147,44)
#5A8528
(90,133,40)
#507724
(80,119,36)
#466920
(70,105,32)
#3C5B1C
(60,91,28)
#324D18
(50,77,24)
#283F14
(40,63,20)
#1E3110
(30,49,16)
#14230C
(20,35,12)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #6EA130

#6EA130
(110,161,48)
#7BA942
(123,169,66)
#88B154
(136,177,84)
#95B966
(149,185,102)
#A2C178
(162,193,120)
#AFC98A
(175,201,138)
#BCD19C
(188,209,156)
#C9D9AE
(201,217,174)
#D6E1C0
(214,225,192)
#E3E9D2
(227,233,210)
#F0F1E4
(240,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA130 color. Also use rgb(110,161,48) instead hex code.

Text Font Color

.myTextColor { color: #6EA130; }

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

This text font color is #6EA130.


Background Color

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

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

This div background color is #6EA130.


Border color

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

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

This div border color is #6EA130.


Opacity

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

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

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

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

This text has shadow with #6EA130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA130 on black background.


Color preview on white background

This text has color #6EA130 on white background.



Black color preview on #6EA130 background

This text has black color on #6EA130 background.


White color preview on #6EA130 background

This text has white color on #6EA130 background.