COLOR #6F8858

HEX: #6F8858 RGB: (111,136,88)

Color info

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

RGB color model

#6F8858 color RGB value is (111,136,88).

RGB: (111,136,88) (44%, 53%, 35%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 88 of 255 = 35%

111
136
88

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

Portions of RGB colors in percentages

R + G + B = 111 + 136 + 88 = 335 (100%)
R 111 of 335 ~ 33.13%
G 136 of 335 ~ 40.6%
B 88 of 335 ~ 26.27'%

%33.13
%40.6
%26.27

CMYK color model

#6F8858 color CMYK value is (18,0,35,47).

  • cyan value is 18.38%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%

CMYK: (18,0,35,47)
C18M0Y35K47 (18%, 0%, 35%, 47%)
(0.18 / 0.00 / 0.35 / 0.47)

CMYK percentages

%18.38
%0
%35.29
%46.67

Codes

Color #6F8858 in popluar color models

6F 88 58
RGB 111 136 88
HSL 91° 21.43% 43.92%
HSB/HSV 91° 35.29% 53.33%
CMYK 18.38% 0.00% 35.29%
46.67%

Color #6F8858 in popluar number systems.

HEX 6F 88 58
Decimal 111 136 88
Binary 1101111 10001000 1011000
Octal 157 210 130

Shades and tints

Shades of #6F8858

#6F8858
(111,136,88)
#657C50
(101,124,80)
#5B7048
(91,112,72)
#516440
(81,100,64)
#475838
(71,88,56)
#3D4C30
(61,76,48)
#334028
(51,64,40)
#293420
(41,52,32)
#1F2818
(31,40,24)
#151C10
(21,28,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #6F8858

#6F8858
(111,136,88)
#7C9267
(124,146,103)
#899C76
(137,156,118)
#96A685
(150,166,133)
#A3B094
(163,176,148)
#B0BAA3
(176,186,163)
#BDC4B2
(189,196,178)
#CACEC1
(202,206,193)
#D7D8D0
(215,216,208)
#E4E2DF
(228,226,223)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8858 color. Also use rgb(111,136,88) instead hex code.

Text Font Color

.myTextColor { color: #6F8858; }

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

This text font color is #6F8858.

Background Color

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

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

This div background color is #6F8858.

Border color

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

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

This div border color is #6F8858.

Opacity

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

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

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

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

This text has shadow with #6F8858 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8858.

Preview

Color preview on black background

This text has color #6F8858 on black background.


Color preview on white background

This text has color #6F8858 on white background.


Black color preview on #6F8858 background

This text has black color on #6F8858 background.


White color preview on #6F8858 background

This text has white color on #6F8858 background.


Related colors

Complementary color

Complementary color for #hex is #9077A7.


I love getcolorcode.com

Triadic colors

1 #586F88 and #88586F with #6F8858 are triadic colors.

2 #58886F and #886F58 with #6F8858 are triadic colors.