COLOR #6F995C

HEX: #6F995C RGB: (111,153,92)

Color info

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

RGB color model

#6F995C color RGB value is (111,153,92).

RGB: (111,153,92) (44%, 60%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 92 of 255 = 36%

111
153
92

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

Portions of RGB colors in percentages

R + G + B = 111 + 153 + 92 = 356 (100%)
R 111 of 356 ~ 31.18%
G 153 of 356 ~ 42.98%
B 92 of 356 ~ 25.84'%

%31.18
%42.98
%25.84

CMYK color model

#6F995C color CMYK value is (27,0,40,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 40.00%

CMYK: (27,0,40,40)
C27M0Y40K40 (27%, 0%, 40%, 40%)
(0.27 / 0.00 / 0.40 / 0.40)

CMYK percentages

%27.45
%0
%39.87
%40

Codes

Color #6F995C in popluar color models

6F 99 5C
RGB 111 153 92
HSL 101° 24.90% 48.04%
HSB/HSV 101° 39.87% 60.00%
CMYK 27.45% 0.00% 39.87%
40.00%

Color #6F995C in popluar number systems.

HEX 6F 99 5C
Decimal 111 153 92
Binary 1101111 10011001 1011100
Octal 157 231 134

Shades and tints

Shades of #6F995C

#6F995C
(111,153,92)
#658C54
(101,140,84)
#5B7F4C
(91,127,76)
#517244
(81,114,68)
#47653C
(71,101,60)
#3D5834
(61,88,52)
#334B2C
(51,75,44)
#293E24
(41,62,36)
#1F311C
(31,49,28)
#152414
(21,36,20)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #6F995C

#6F995C
(111,153,92)
#7CA26A
(124,162,106)
#89AB78
(137,171,120)
#96B486
(150,180,134)
#A3BD94
(163,189,148)
#B0C6A2
(176,198,162)
#BDCFB0
(189,207,176)
#CAD8BE
(202,216,190)
#D7E1CC
(215,225,204)
#E4EADA
(228,234,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F995C color. Also use rgb(111,153,92) instead hex code.

Text Font Color

.myTextColor { color: #6F995C; }

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

This text font color is #6F995C.

Background Color

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

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

This div background color is #6F995C.

Border color

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

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

This div border color is #6F995C.

Opacity

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

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

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

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

This text has shadow with #6F995C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F995C.

Preview

Color preview on black background

This text has color #6F995C on black background.


Color preview on white background

This text has color #6F995C on white background.


Black color preview on #6F995C background

This text has black color on #6F995C background.


White color preview on #6F995C background

This text has white color on #6F995C background.


Related colors

Complementary color

Complementary color for #hex is #9066A3.


I love getcolorcode.com

Triadic colors

1 #5C6F99 and #995C6F with #6F995C are triadic colors.

2 #5C996F and #996F5C with #6F995C are triadic colors.