COLOR #6F9E4B

HEX: #6F9E4B RGB: (111,158,75)

Color info

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

RGB color model

#6F9E4B color RGB value is (111,158,75).

RGB: (111,158,75) (44%, 62%, 29%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 75 of 255 = 29%

111
158
75

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

Portions of RGB colors in percentages

R + G + B = 111 + 158 + 75 = 344 (100%)
R 111 of 344 ~ 32.27%
G 158 of 344 ~ 45.93%
B 75 of 344 ~ 21.8'%

%32.27
%45.93
%21.8

CMYK color model

#6F9E4B color CMYK value is (30,0,53,38).

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

CMYK: (30,0,53,38)
C30M0Y53K38 (30%, 0%, 53%, 38%)
(0.30 / 0.00 / 0.53 / 0.38)

CMYK percentages

%29.75
%0
%52.53
%38.04

Codes

Color #6F9E4B in popluar color models

6F 9E 4B
RGB 111 158 75
HSL 94° 35.62% 45.69%
HSB/HSV 94° 52.53% 61.96%
CMYK 29.75% 0.00% 52.53%
38.04%

Color #6F9E4B in popluar number systems.

HEX 6F 9E 4B
Decimal 111 158 75
Binary 1101111 10011110 1001011
Octal 157 236 113

Shades and tints

Shades of #6F9E4B

#6F9E4B
(111,158,75)
#659045
(101,144,69)
#5B823F
(91,130,63)
#517439
(81,116,57)
#476633
(71,102,51)
#3D582D
(61,88,45)
#334A27
(51,74,39)
#293C21
(41,60,33)
#1F2E1B
(31,46,27)
#152015
(21,32,21)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6F9E4B

#6F9E4B
(111,158,75)
#7CA65B
(124,166,91)
#89AE6B
(137,174,107)
#96B67B
(150,182,123)
#A3BE8B
(163,190,139)
#B0C69B
(176,198,155)
#BDCEAB
(189,206,171)
#CAD6BB
(202,214,187)
#D7DECB
(215,222,203)
#E4E6DB
(228,230,219)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9E4B; }

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

This text font color is #6F9E4B.

Background Color

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

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

This div background color is #6F9E4B.

Border color

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

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

This div border color is #6F9E4B.

Opacity

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

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

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

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

This text has shadow with #6F9E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9E4B.

Preview

Color preview on black background

This text has color #6F9E4B on black background.


Color preview on white background

This text has color #6F9E4B on white background.


Black color preview on #6F9E4B background

This text has black color on #6F9E4B background.


White color preview on #6F9E4B background

This text has white color on #6F9E4B background.


Related colors

Complementary color

Complementary color for #hex is #9061B4.


I love getcolorcode.com

Triadic colors

1 #4B6F9E and #9E4B6F with #6F9E4B are triadic colors.

2 #4B9E6F and #9E6F4B with #6F9E4B are triadic colors.