COLOR #6C9055

HEX: #6C9055
RGB: (108,144,85)

Color info

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

RGB color model

#6C9055 color RGB value is (108,144,85).

  • red value is 108;
  • green value is 144;
  • blue value is 85.
RGB:
(108,144,85)
(42%,56%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 144 of 255 = 56%
B 85 of 255 = 33%

108
144
85

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

Portions of RGB colors in percentages

R + G + B =
108 + 144 + 85 = 337 (100%)
R 108 of 337 ~ 32.05%
G 144 of 337 ~ 42.73%
B 85 of 337 ~ 25.22%

%32.05
%42.73
%25.22

CMYK color model

#6C9055 color CMYK value is (25,0,41,44).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 43.53%
CMYK:
(25,0,41,44)
C25M0Y41K44 
(25%,0%,41%,44%)
(0.25/0.00/0.41/0.44)	

CMYK percentages

%25
%0
%40.97
%43.53

Codes

Color #6C9055 in popluar color models

6C9055
RGB10814485
HSL97°25.76%44.90%
HSB/HSV97°40.97%56.47%
CMYK25.00%0.00%40.97%
43.53%

Color #6C9055 in popluar number systems.

HEX6C9055
Decimal10814485
Binary1101100100100001010101
Octal154220125

Shades and tints

Shades of #6C9055

#6C9055
(108,144,85)
#63834E
(99,131,78)
#5A7647
(90,118,71)
#516940
(81,105,64)
#485C39
(72,92,57)
#3F4F32
(63,79,50)
#36422B
(54,66,43)
#2D3524
(45,53,36)
#24281D
(36,40,29)
#1B1B16
(27,27,22)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C9055

#6C9055
(108,144,85)
#799A64
(121,154,100)
#86A473
(134,164,115)
#93AE82
(147,174,130)
#A0B891
(160,184,145)
#ADC2A0
(173,194,160)
#BACCAF
(186,204,175)
#C7D6BE
(199,214,190)
#D4E0CD
(212,224,205)
#E1EADC
(225,234,220)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9055 color. Also use rgb(108,144,85) instead hex code.

Text Font Color

.myTextColor { color: #6C9055; }

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

This text font color is #6C9055.


Background Color

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

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

This div background color is #6C9055.


Border color

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

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

This div border color is #6C9055.


Opacity

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

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

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

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

This text has shadow with #6C9055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9055 on black background.


Color preview on white background

This text has color #6C9055 on white background.



Black color preview on #6C9055 background

This text has black color on #6C9055 background.


White color preview on #6C9055 background

This text has white color on #6C9055 background.