COLOR #6C965A

HEX: #6C965A RGB: (108,150,90)

Color info

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

RGB color model

#6C965A color RGB value is (108,150,90).

RGB: (108,150,90) (42%, 59%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 150 of 255 = 59%
B 90 of 255 = 35%

108
150
90

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

Portions of RGB colors in percentages

R + G + B = 108 + 150 + 90 = 348 (100%)
R 108 of 348 ~ 31.03%
G 150 of 348 ~ 43.1%
B 90 of 348 ~ 25.86'%

%31.03
%43.1
%25.86

CMYK color model

#6C965A color CMYK value is (28,0,40,41).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%

CMYK: (28,0,40,41)
C28M0Y40K41 (28%, 0%, 40%, 41%)
(0.28 / 0.00 / 0.40 / 0.41)

CMYK percentages

%28
%0
%40
%41.18

Codes

Color #6C965A in popluar color models

6C 96 5A
RGB 108 150 90
HSL 102° 25.00% 47.06%
HSB/HSV 102° 40.00% 58.82%
CMYK 28.00% 0.00% 40.00%
41.18%

Color #6C965A in popluar number systems.

HEX 6C 96 5A
Decimal 108 150 90
Binary 1101100 10010110 1011010
Octal 154 226 132

Shades and tints

Shades of #6C965A

#6C965A
(108,150,90)
#638952
(99,137,82)
#5A7C4A
(90,124,74)
#516F42
(81,111,66)
#48623A
(72,98,58)
#3F5532
(63,85,50)
#36482A
(54,72,42)
#2D3B22
(45,59,34)
#242E1A
(36,46,26)
#1B2112
(27,33,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #6C965A

#6C965A
(108,150,90)
#799F69
(121,159,105)
#86A878
(134,168,120)
#93B187
(147,177,135)
#A0BA96
(160,186,150)
#ADC3A5
(173,195,165)
#BACCB4
(186,204,180)
#C7D5C3
(199,213,195)
#D4DED2
(212,222,210)
#E1E7E1
(225,231,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C965A; }

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

This text font color is #6C965A.

Background Color

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

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

This div background color is #6C965A.

Border color

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

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

This div border color is #6C965A.

Opacity

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

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

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

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

This text has shadow with #6C965A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C965A.

Preview

Color preview on black background

This text has color #6C965A on black background.


Color preview on white background

This text has color #6C965A on white background.


Black color preview on #6C965A background

This text has black color on #6C965A background.


White color preview on #6C965A background

This text has white color on #6C965A background.


Related colors

Complementary color

Complementary color for #hex is #9369A5.


I love getcolorcode.com

Triadic colors

1 #5A6C96 and #965A6C with #6C965A are triadic colors.

2 #5A966C and #966C5A with #6C965A are triadic colors.