COLOR #6E9A0F

HEX: #6E9A0F RGB: (110,154,15)

Color info

#6E9A0F contains mainly red and green colors. Web safe color of #6E9A0F is #669900 (or #690).

RGB color model

#6E9A0F color RGB value is (110,154,15).

RGB: (110,154,15) (43%, 60%, 6%)

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 15 of 255 = 6%

110
154
15

R + G + B ~ 36%. #6E9A0F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 154 + 15 = 279 (100%)
R 110 of 279 ~ 39.43%
G 154 of 279 ~ 55.2%
B 15 of 279 ~ 5.38'%

%39.43
%55.2

CMYK color model

#6E9A0F color CMYK value is (29,0,90,40).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 90.26%
  • key color value is 39.61%

CMYK: (29,0,90,40)
C29M0Y90K40 (29%, 0%, 90%, 40%)
(0.29 / 0.00 / 0.90 / 0.40)

CMYK percentages

%28.57
%0
%90.26
%39.61

Codes

Color #6E9A0F in popluar color models

6E 9A 0F
RGB 110 154 15
HSL 79° 82.25% 33.14%
HSB/HSV 79° 90.26% 60.39%
CMYK 28.57% 0.00% 90.26%
39.61%

Color #6E9A0F in popluar number systems.

HEX 6E 9A 0F
Decimal 110 154 15
Binary 1101110 10011010 1111
Octal 156 232 17

Shades and tints

Shades of #6E9A0F

#6E9A0F
(110,154,15)
#648C0E
(100,140,14)
#5A7E0D
(90,126,13)
#50700C
(80,112,12)
#46620B
(70,98,11)
#3C540A
(60,84,10)
#324609
(50,70,9)
#283808
(40,56,8)
#1E2A07
(30,42,7)
#141C06
(20,28,6)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #6E9A0F

#6E9A0F
(110,154,15)
#7BA324
(123,163,36)
#88AC39
(136,172,57)
#95B54E
(149,181,78)
#A2BE63
(162,190,99)
#AFC778
(175,199,120)
#BCD08D
(188,208,141)
#C9D9A2
(201,217,162)
#D6E2B7
(214,226,183)
#E3EBCC
(227,235,204)
#F0F4E1
(240,244,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9A0F color. Also use rgb(110,154,15) instead hex code.

Text Font Color

.myTextColor { color: #6E9A0F; }

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

This text font color is #6E9A0F.

Background Color

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

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

This div background color is #6E9A0F.

Border color

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

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

This div border color is #6E9A0F.

Opacity

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

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

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

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

This text has shadow with #6E9A0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9A0F.

Preview

Color preview on black background

This text has color #6E9A0F on black background.


Color preview on white background

This text has color #6E9A0F on white background.


Black color preview on #6E9A0F background

This text has black color on #6E9A0F background.


White color preview on #6E9A0F background

This text has white color on #6E9A0F background.


Related colors

Complementary color

Complementary color for #hex is #9165F0.


I love getcolorcode.com

Triadic colors

1 #0F6E9A and #9A0F6E with #6E9A0F are triadic colors.

2 #0F9A6E and #9A6E0F with #6E9A0F are triadic colors.