COLOR #6F955D

HEX: #6F955D RGB: (111,149,93)

Color info

#6F955D contains red, green and blue colors in about the same proportion. Web safe color of #6F955D is #669966 (or #696).

RGB color model

#6F955D color RGB value is (111,149,93).

RGB: (111,149,93) (44%, 58%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 93 of 255 = 36%

111
149
93

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

Portions of RGB colors in percentages

R + G + B = 111 + 149 + 93 = 353 (100%)
R 111 of 353 ~ 31.44%
G 149 of 353 ~ 42.21%
B 93 of 353 ~ 26.35'%

%31.44
%42.21
%26.35

CMYK color model

#6F955D color CMYK value is (26,0,38,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%

CMYK: (26,0,38,42)
C26M0Y38K42 (26%, 0%, 38%, 42%)
(0.26 / 0.00 / 0.38 / 0.42)

CMYK percentages

%25.5
%0
%37.58
%41.57

Codes

Color #6F955D in popluar color models

6F 95 5D
RGB 111 149 93
HSL 101° 23.14% 47.45%
HSB/HSV 101° 37.58% 58.43%
CMYK 25.50% 0.00% 37.58%
41.57%

Color #6F955D in popluar number systems.

HEX 6F 95 5D
Decimal 111 149 93
Binary 1101111 10010101 1011101
Octal 157 225 135

Shades and tints

Shades of #6F955D

#6F955D
(111,149,93)
#658855
(101,136,85)
#5B7B4D
(91,123,77)
#516E45
(81,110,69)
#47613D
(71,97,61)
#3D5435
(61,84,53)
#33472D
(51,71,45)
#293A25
(41,58,37)
#1F2D1D
(31,45,29)
#152015
(21,32,21)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #6F955D

#6F955D
(111,149,93)
#7C9E6B
(124,158,107)
#89A779
(137,167,121)
#96B087
(150,176,135)
#A3B995
(163,185,149)
#B0C2A3
(176,194,163)
#BDCBB1
(189,203,177)
#CAD4BF
(202,212,191)
#D7DDCD
(215,221,205)
#E4E6DB
(228,230,219)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F955D color. Also use rgb(111,149,93) instead hex code.

Text Font Color

.myTextColor { color: #6F955D; }

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

This text font color is #6F955D.

Background Color

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

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

This div background color is #6F955D.

Border color

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

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

This div border color is #6F955D.

Opacity

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

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

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

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

This text has shadow with #6F955D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F955D.

Preview

Color preview on black background

This text has color #6F955D on black background.


Color preview on white background

This text has color #6F955D on white background.


Black color preview on #6F955D background

This text has black color on #6F955D background.


White color preview on #6F955D background

This text has white color on #6F955D background.


Related colors

Complementary color

Complementary color for #hex is #906AA2.


I love getcolorcode.com

Triadic colors

1 #5D6F95 and #955D6F with #6F955D are triadic colors.

2 #5D956F and #956F5D with #6F955D are triadic colors.