COLOR #6BC181

HEX: #6BC181 RGB: (107,193,129)

Color info

#6BC181 contains mainly green color. Web safe color of #6BC181 is #66CC99 (or #6C9).

RGB color model

#6BC181 color RGB value is (107,193,129).

RGB: (107,193,129) (42%, 76%, 51%)

RGB channels and saturation

R 107 of 255 = 42%
G 193 of 255 = 76%
B 129 of 255 = 51%

107
193
129

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

Portions of RGB colors in percentages

R + G + B = 107 + 193 + 129 = 429 (100%)
R 107 of 429 ~ 24.94%
G 193 of 429 ~ 44.99%
B 129 of 429 ~ 30.07'%

%24.94
%44.99
%30.07

CMYK color model

#6BC181 color CMYK value is (45,0,33,24).

  • cyan value is 44.56%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 24.31%

CMYK: (45,0,33,24)
C45M0Y33K24 (45%, 0%, 33%, 24%)
(0.45 / 0.00 / 0.33 / 0.24)

CMYK percentages

%44.56
%0
%33.16
%24.31

Codes

Color #6BC181 in popluar color models

6B C1 81
RGB 107 193 129
HSL 135° 40.95% 58.82%
HSB/HSV 135° 44.56% 75.69%
CMYK 44.56% 0.00% 33.16%
24.31%

Color #6BC181 in popluar number systems.

HEX 6B C1 81
Decimal 107 193 129
Binary 1101011 11000001 10000001
Octal 153 301 201

Shades and tints

Shades of #6BC181

#6BC181
(107,193,129)
#62B076
(98,176,118)
#599F6B
(89,159,107)
#508E60
(80,142,96)
#477D55
(71,125,85)
#3E6C4A
(62,108,74)
#355B3F
(53,91,63)
#2C4A34
(44,74,52)
#233929
(35,57,41)
#1A281E
(26,40,30)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #6BC181

#6BC181
(107,193,129)
#78C68C
(120,198,140)
#85CB97
(133,203,151)
#92D0A2
(146,208,162)
#9FD5AD
(159,213,173)
#ACDAB8
(172,218,184)
#B9DFC3
(185,223,195)
#C6E4CE
(198,228,206)
#D3E9D9
(211,233,217)
#E0EEE4
(224,238,228)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC181 color. Also use rgb(107,193,129) instead hex code.

Text Font Color

.myTextColor { color: #6BC181; }

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

This text font color is #6BC181.

Background Color

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

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

This div background color is #6BC181.

Border color

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

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

This div border color is #6BC181.

Opacity

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

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

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

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

This text has shadow with #6BC181 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BC181.

Preview

Color preview on black background

This text has color #6BC181 on black background.


Color preview on white background

This text has color #6BC181 on white background.


Black color preview on #6BC181 background

This text has black color on #6BC181 background.


White color preview on #6BC181 background

This text has white color on #6BC181 background.


Related colors

Complementary color

Complementary color for #hex is #943E7E.


I love getcolorcode.com

Triadic colors

1 #816BC1 and #C1816B with #6BC181 are triadic colors.

2 #81C16B and #C16B81 with #6BC181 are triadic colors.