COLOR #6BAC62

HEX: #6BAC62
RGB: (107,172,98)

Color info

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

RGB color model

#6BAC62 color RGB value is (107,172,98).

  • red value is 107;
  • green value is 172;
  • blue value is 98.
RGB:
(107,172,98)
(42%,67%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 172 of 255 = 67%
B 98 of 255 = 38%

107
172
98

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

Portions of RGB colors in percentages

R + G + B =
107 + 172 + 98 = 377 (100%)
R 107 of 377 ~ 28.38%
G 172 of 377 ~ 45.62%
B 98 of 377 ~ 25.99%

%28.38
%45.62
%25.99

CMYK color model

#6BAC62 color CMYK value is (38,0,43,33).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 32.55%
CMYK:
(38,0,43,33)
C38M0Y43K33 
(38%,0%,43%,33%)
(0.38/0.00/0.43/0.33)	

CMYK percentages

%37.79
%0
%43.02
%32.55

Codes

Color #6BAC62 in popluar color models

6BAC62
RGB10717298
HSL113°30.83%52.94%
HSB/HSV113°43.02%67.45%
CMYK37.79%0.00%43.02%
32.55%

Color #6BAC62 in popluar number systems.

HEX6BAC62
Decimal10717298
Binary1101011101011001100010
Octal153254142

Shades and tints

Shades of #6BAC62

#6BAC62
(107,172,98)
#629D5A
(98,157,90)
#598E52
(89,142,82)
#507F4A
(80,127,74)
#477042
(71,112,66)
#3E613A
(62,97,58)
#355232
(53,82,50)
#2C432A
(44,67,42)
#233422
(35,52,34)
#1A251A
(26,37,26)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #6BAC62

#6BAC62
(107,172,98)
#78B370
(120,179,112)
#85BA7E
(133,186,126)
#92C18C
(146,193,140)
#9FC89A
(159,200,154)
#ACCFA8
(172,207,168)
#B9D6B6
(185,214,182)
#C6DDC4
(198,221,196)
#D3E4D2
(211,228,210)
#E0EBE0
(224,235,224)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAC62 color. Also use rgb(107,172,98) instead hex code.

Text Font Color

.myTextColor { color: #6BAC62; }

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

This text font color is #6BAC62.


Background Color

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

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

This div background color is #6BAC62.


Border color

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

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

This div border color is #6BAC62.


Opacity

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

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

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

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

This text has shadow with #6BAC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAC62 on black background.


Color preview on white background

This text has color #6BAC62 on white background.



Black color preview on #6BAC62 background

This text has black color on #6BAC62 background.


White color preview on #6BAC62 background

This text has white color on #6BAC62 background.