COLOR #6F9E34

HEX: #6F9E34 RGB: (111,158,52)

Color info

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

RGB color model

#6F9E34 color RGB value is (111,158,52).

RGB: (111,158,52) (44%, 62%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 52 of 255 = 20%

111
158
52

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

Portions of RGB colors in percentages

R + G + B = 111 + 158 + 52 = 321 (100%)
R 111 of 321 ~ 34.58%
G 158 of 321 ~ 49.22%
B 52 of 321 ~ 16.2'%

%34.58
%49.22
%16.2

CMYK color model

#6F9E34 color CMYK value is (30,0,67,38).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 38.04%

CMYK: (30,0,67,38)
C30M0Y67K38 (30%, 0%, 67%, 38%)
(0.30 / 0.00 / 0.67 / 0.38)

CMYK percentages

%29.75
%0
%67.09
%38.04

Codes

Color #6F9E34 in popluar color models

6F 9E 34
RGB 111 158 52
HSL 87° 50.48% 41.18%
HSB/HSV 87° 67.09% 61.96%
CMYK 29.75% 0.00% 67.09%
38.04%

Color #6F9E34 in popluar number systems.

HEX 6F 9E 34
Decimal 111 158 52
Binary 1101111 10011110 110100
Octal 157 236 64

Shades and tints

Shades of #6F9E34

#6F9E34
(111,158,52)
#659030
(101,144,48)
#5B822C
(91,130,44)
#517428
(81,116,40)
#476624
(71,102,36)
#3D5820
(61,88,32)
#334A1C
(51,74,28)
#293C18
(41,60,24)
#1F2E14
(31,46,20)
#152010
(21,32,16)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #6F9E34

#6F9E34
(111,158,52)
#7CA646
(124,166,70)
#89AE58
(137,174,88)
#96B66A
(150,182,106)
#A3BE7C
(163,190,124)
#B0C68E
(176,198,142)
#BDCEA0
(189,206,160)
#CAD6B2
(202,214,178)
#D7DEC4
(215,222,196)
#E4E6D6
(228,230,214)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9E34 color. Also use rgb(111,158,52) instead hex code.

Text Font Color

.myTextColor { color: #6F9E34; }

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

This text font color is #6F9E34.

Background Color

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

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

This div background color is #6F9E34.

Border color

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

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

This div border color is #6F9E34.

Opacity

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

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

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

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

This text has shadow with #6F9E34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9E34.

Preview

Color preview on black background

This text has color #6F9E34 on black background.


Color preview on white background

This text has color #6F9E34 on white background.


Black color preview on #6F9E34 background

This text has black color on #6F9E34 background.


White color preview on #6F9E34 background

This text has white color on #6F9E34 background.


Related colors

Complementary color

Complementary color for #hex is #9061CB.


I love getcolorcode.com

Triadic colors

1 #346F9E and #9E346F with #6F9E34 are triadic colors.

2 #349E6F and #9E6F34 with #6F9E34 are triadic colors.