COLOR #6F9150

HEX: #6F9150
RGB: (111,145,80)

Color info

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

RGB color model

#6F9150 color RGB value is (111,145,80).

  • red value is 111;
  • green value is 145;
  • blue value is 80.
RGB:
(111,145,80)
(44%,57%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 80 of 255 = 31%

111
145
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 145 + 80 = 336 (100%)
R 111 of 336 ~ 33.04%
G 145 of 336 ~ 43.15%
B 80 of 336 ~ 23.81%

%33.04
%43.15
%23.81

CMYK color model

#6F9150 color CMYK value is (23,0,45,43).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 43.14%
CMYK:
(23,0,45,43)
C23M0Y45K43 
(23%,0%,45%,43%)
(0.23/0.00/0.45/0.43)	

CMYK percentages

%23.45
%0
%44.83
%43.14

Codes

Color #6F9150 in popluar color models

6F9150
RGB11114580
HSL91°28.89%44.12%
HSB/HSV91°44.83%56.86%
CMYK23.45%0.00%44.83%
43.14%

Color #6F9150 in popluar number systems.

HEX6F9150
Decimal11114580
Binary1101111100100011010000
Octal157221120

Shades and tints

Shades of #6F9150

#6F9150
(111,145,80)
#658449
(101,132,73)
#5B7742
(91,119,66)
#516A3B
(81,106,59)
#475D34
(71,93,52)
#3D502D
(61,80,45)
#334326
(51,67,38)
#29361F
(41,54,31)
#1F2918
(31,41,24)
#151C11
(21,28,17)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #6F9150

#6F9150
(111,145,80)
#7C9B5F
(124,155,95)
#89A56E
(137,165,110)
#96AF7D
(150,175,125)
#A3B98C
(163,185,140)
#B0C39B
(176,195,155)
#BDCDAA
(189,205,170)
#CAD7B9
(202,215,185)
#D7E1C8
(215,225,200)
#E4EBD7
(228,235,215)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9150 color. Also use rgb(111,145,80) instead hex code.

Text Font Color

.myTextColor { color: #6F9150; }

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

This text font color is #6F9150.


Background Color

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

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

This div background color is #6F9150.


Border color

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

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

This div border color is #6F9150.


Opacity

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

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

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

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

This text has shadow with #6F9150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9150 on black background.


Color preview on white background

This text has color #6F9150 on white background.



Black color preview on #6F9150 background

This text has black color on #6F9150 background.


White color preview on #6F9150 background

This text has white color on #6F9150 background.