COLOR #6C9B5A

HEX: #6C9B5A
RGB: (108,155,90)

Color info

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

RGB color model

#6C9B5A color RGB value is (108,155,90).

  • red value is 108;
  • green value is 155;
  • blue value is 90.
RGB:
(108,155,90)
(42%,61%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 155 of 255 = 61%
B 90 of 255 = 35%

108
155
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 155 + 90 = 353 (100%)
R 108 of 353 ~ 30.59%
G 155 of 353 ~ 43.91%
B 90 of 353 ~ 25.5%

%30.59
%43.91
%25.5

CMYK color model

#6C9B5A color CMYK value is (30,0,42,39).

  • cyan value is 30.32%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(30,0,42,39)
C30M0Y42K39 
(30%,0%,42%,39%)
(0.30/0.00/0.42/0.39)	

CMYK percentages

%30.32
%0
%41.94
%39.22

Codes

Color #6C9B5A in popluar color models

6C9B5A
RGB10815590
HSL103°26.53%48.04%
HSB/HSV103°41.94%60.78%
CMYK30.32%0.00%41.94%
39.22%

Color #6C9B5A in popluar number systems.

HEX6C9B5A
Decimal10815590
Binary1101100100110111011010
Octal154233132

Shades and tints

Shades of #6C9B5A

#6C9B5A
(108,155,90)
#638D52
(99,141,82)
#5A7F4A
(90,127,74)
#517142
(81,113,66)
#48633A
(72,99,58)
#3F5532
(63,85,50)
#36472A
(54,71,42)
#2D3922
(45,57,34)
#242B1A
(36,43,26)
#1B1D12
(27,29,18)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #6C9B5A

#6C9B5A
(108,155,90)
#79A469
(121,164,105)
#86AD78
(134,173,120)
#93B687
(147,182,135)
#A0BF96
(160,191,150)
#ADC8A5
(173,200,165)
#BAD1B4
(186,209,180)
#C7DAC3
(199,218,195)
#D4E3D2
(212,227,210)
#E1ECE1
(225,236,225)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9B5A color. Also use rgb(108,155,90) instead hex code.

Text Font Color

.myTextColor { color: #6C9B5A; }

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

This text font color is #6C9B5A.


Background Color

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

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

This div background color is #6C9B5A.


Border color

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

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

This div border color is #6C9B5A.


Opacity

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

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

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

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

This text has shadow with #6C9B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9B5A on black background.


Color preview on white background

This text has color #6C9B5A on white background.



Black color preview on #6C9B5A background

This text has black color on #6C9B5A background.


White color preview on #6C9B5A background

This text has white color on #6C9B5A background.