COLOR #6D9058

HEX: #6D9058
RGB: (109,144,88)

Color info

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

RGB color model

#6D9058 color RGB value is (109,144,88).

  • red value is 109;
  • green value is 144;
  • blue value is 88.
RGB:
(109,144,88)
(43%,56%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 88 of 255 = 35%

109
144
88

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 88 = 341 (100%)
R 109 of 341 ~ 31.96%
G 144 of 341 ~ 42.23%
B 88 of 341 ~ 25.81%

%31.96
%42.23
%25.81

CMYK color model

#6D9058 color CMYK value is (24,0,39,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 43.53%
CMYK:
(24,0,39,44)
C24M0Y39K44 
(24%,0%,39%,44%)
(0.24/0.00/0.39/0.44)	

CMYK percentages

%24.31
%0
%38.89
%43.53

Codes

Color #6D9058 in popluar color models

6D9058
RGB10914488
HSL98°24.14%45.49%
HSB/HSV98°38.89%56.47%
CMYK24.31%0.00%38.89%
43.53%

Color #6D9058 in popluar number systems.

HEX6D9058
Decimal10914488
Binary1101101100100001011000
Octal155220130

Shades and tints

Shades of #6D9058

#6D9058
(109,144,88)
#648350
(100,131,80)
#5B7648
(91,118,72)
#526940
(82,105,64)
#495C38
(73,92,56)
#404F30
(64,79,48)
#374228
(55,66,40)
#2E3520
(46,53,32)
#252818
(37,40,24)
#1C1B10
(28,27,16)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #6D9058

#6D9058
(109,144,88)
#7A9A67
(122,154,103)
#87A476
(135,164,118)
#94AE85
(148,174,133)
#A1B894
(161,184,148)
#AEC2A3
(174,194,163)
#BBCCB2
(187,204,178)
#C8D6C1
(200,214,193)
#D5E0D0
(213,224,208)
#E2EADF
(226,234,223)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9058 color. Also use rgb(109,144,88) instead hex code.

Text Font Color

.myTextColor { color: #6D9058; }

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

This text font color is #6D9058.


Background Color

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

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

This div background color is #6D9058.


Border color

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

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

This div border color is #6D9058.


Opacity

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

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

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

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

This text has shadow with #6D9058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9058 on black background.


Color preview on white background

This text has color #6D9058 on white background.



Black color preview on #6D9058 background

This text has black color on #6D9058 background.


White color preview on #6D9058 background

This text has white color on #6D9058 background.