COLOR #6CB05B

HEX: #6CB05B RGB: (108,176,91)

Color info

#6CB05B contains mainly green color. Web safe color of #6CB05B is #669966 (or #696).

RGB color model

#6CB05B color RGB value is (108,176,91).

RGB: (108,176,91) (42%, 69%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 176 of 255 = 69%
B 91 of 255 = 36%

108
176
91

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

Portions of RGB colors in percentages

R + G + B = 108 + 176 + 91 = 375 (100%)
R 108 of 375 ~ 28.8%
G 176 of 375 ~ 46.93%
B 91 of 375 ~ 24.27'%

%28.8
%46.93
%24.27

CMYK color model

#6CB05B color CMYK value is (39,0,48,31).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 48.30%
  • key color value is 30.98%
CMYK: (39,0,48,31) C39M0Y48K31 (39%,0%,48%,31%) (0.39/0.00/0.48/0.31) 

CMYK percentages

%38.64
%0
%48.3
%30.98

Codes

Color #6CB05B in popluar color models

6C B0 5B
RGB 108 176 91
HSL 108° 34.98% 52.35%
HSB/HSV 108° 48.30% 69.02%
CMYK 38.64% 0.00% 48.30%
30.98%

Color #6CB05B in popluar number systems.

HEX 6C B0 5B
Decimal 108 176 91
Binary 1101100 10110000 1011011
Octal 154 260 133

Shades and tints

Shades of #6CB05B

#6CB05B
(108,176,91)
#63A053
(99,160,83)
#5A904B
(90,144,75)
#518043
(81,128,67)
#48703B
(72,112,59)
#3F6033
(63,96,51)
#36502B
(54,80,43)
#2D4023
(45,64,35)
#24301B
(36,48,27)
#1B2013
(27,32,19)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6CB05B

#6CB05B
(108,176,91)
#79B769
(121,183,105)
#86BE77
(134,190,119)
#93C585
(147,197,133)
#A0CC93
(160,204,147)
#ADD3A1
(173,211,161)
#BADAAF
(186,218,175)
#C7E1BD
(199,225,189)
#D4E8CB
(212,232,203)
#E1EFD9
(225,239,217)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB05B color. Also use rgb(108,176,91) instead hex code.

Text Font Color

.myTextColor { color: #6CB05B; }

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

This text font color is #6CB05B.

Background Color

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

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

This div background color is #6CB05B.

Border color

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

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

This div border color is #6CB05B.

Opacity

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

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

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

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

This text has shadow with #6CB05B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB05B.

Preview

Color preview on black background

This text has color #6CB05B on black background.


Color preview on white background

This text has color #6CB05B on white background.


Black color preview on #6CB05B background

This text has black color on #6CB05B background.


White color preview on #6CB05B background

This text has white color on #6CB05B background.


Related colors

Complementary color

Complementary color for #hex is #934FA4.


I love getcolorcode.com

Triadic colors

1 #5B6CB0 and #B05B6C with #6CB05B are triadic colors.

2 #5BB06C and #B06C5B with #6CB05B are triadic colors.