COLOR #6ABD52

HEX: #6ABD52
RGB: (106,189,82)

Color info

#6ABD52 contains mainly green color. Web safe color of #6ABD52 is #66CC66 (or #6C6).

RGB color model

#6ABD52 color RGB value is (106,189,82).

  • red value is 106;
  • green value is 189;
  • blue value is 82.
RGB:
(106,189,82)
(42%,74%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 189 of 255 = 74%
B 82 of 255 = 32%

106
189
82

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

Portions of RGB colors in percentages

R + G + B =
106 + 189 + 82 = 377 (100%)
R 106 of 377 ~ 28.12%
G 189 of 377 ~ 50.13%
B 82 of 377 ~ 21.75%

%28.12
%50.13
%21.75

CMYK color model

#6ABD52 color CMYK value is (44,0,57,26).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 56.61%
  • key color value is 25.88%
CMYK:
(44,0,57,26)
C44M0Y57K26 
(44%,0%,57%,26%)
(0.44/0.00/0.57/0.26)	

CMYK percentages

%43.92
%0
%56.61
%25.88

Codes

Color #6ABD52 in popluar color models

6ABD52
RGB10618982
HSL107°44.77%53.14%
HSB/HSV107°56.61%74.12%
CMYK43.92%0.00%56.61%
25.88%

Color #6ABD52 in popluar number systems.

HEX6ABD52
Decimal10618982
Binary1101010101111011010010
Octal152275122

Shades and tints

Shades of #6ABD52

#6ABD52
(106,189,82)
#61AC4B
(97,172,75)
#589B44
(88,155,68)
#4F8A3D
(79,138,61)
#467936
(70,121,54)
#3D682F
(61,104,47)
#345728
(52,87,40)
#2B4621
(43,70,33)
#22351A
(34,53,26)
#192413
(25,36,19)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #6ABD52

#6ABD52
(106,189,82)
#77C361
(119,195,97)
#84C970
(132,201,112)
#91CF7F
(145,207,127)
#9ED58E
(158,213,142)
#ABDB9D
(171,219,157)
#B8E1AC
(184,225,172)
#C5E7BB
(197,231,187)
#D2EDCA
(210,237,202)
#DFF3D9
(223,243,217)
#ECF9E8
(236,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABD52 color. Also use rgb(106,189,82) instead hex code.

Text Font Color

.myTextColor { color: #6ABD52; }

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

This text font color is #6ABD52.


Background Color

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

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

This div background color is #6ABD52.


Border color

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

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

This div border color is #6ABD52.


Opacity

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

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

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

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

This text has shadow with #6ABD52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABD52 on black background.


Color preview on white background

This text has color #6ABD52 on white background.



Black color preview on #6ABD52 background

This text has black color on #6ABD52 background.


White color preview on #6ABD52 background

This text has white color on #6ABD52 background.