COLOR #6BAB52

HEX: #6BAB52 RGB: (107,171,82)

Color info

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

RGB color model

#6BAB52 color RGB value is (107,171,82).

RGB: (107,171,82) (42%, 67%, 32%)

RGB channels and saturation

R 107 of 255 = 42%
G 171 of 255 = 67%
B 82 of 255 = 32%

107
171
82

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

Portions of RGB colors in percentages

R + G + B = 107 + 171 + 82 = 360 (100%)
R 107 of 360 ~ 29.72%
G 171 of 360 ~ 47.5%
B 82 of 360 ~ 22.78'%

%29.72
%47.5
%22.78

CMYK color model

#6BAB52 color CMYK value is (37,0,52,33).

  • cyan value is 37.43%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 32.94%
CMYK: (37,0,52,33) C37M0Y52K33 (37%,0%,52%,33%) (0.37/0.00/0.52/0.33) 

CMYK percentages

%37.43
%0
%52.05
%32.94

Codes

Color #6BAB52 in popluar color models

6B AB 52
RGB 107 171 82
HSL 103° 35.18% 49.61%
HSB/HSV 103° 52.05% 67.06%
CMYK 37.43% 0.00% 52.05%
32.94%

Color #6BAB52 in popluar number systems.

HEX 6B AB 52
Decimal 107 171 82
Binary 1101011 10101011 1010010
Octal 153 253 122

Shades and tints

Shades of #6BAB52

#6BAB52
(107,171,82)
#629C4B
(98,156,75)
#598D44
(89,141,68)
#507E3D
(80,126,61)
#476F36
(71,111,54)
#3E602F
(62,96,47)
#355128
(53,81,40)
#2C4221
(44,66,33)
#23331A
(35,51,26)
#1A2413
(26,36,19)
#11150C
(17,21,12)
#000000
(0,0,0)

Tints of #6BAB52

#6BAB52
(107,171,82)
#78B261
(120,178,97)
#85B970
(133,185,112)
#92C07F
(146,192,127)
#9FC78E
(159,199,142)
#ACCE9D
(172,206,157)
#B9D5AC
(185,213,172)
#C6DCBB
(198,220,187)
#D3E3CA
(211,227,202)
#E0EAD9
(224,234,217)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAB52 color. Also use rgb(107,171,82) instead hex code.

Text Font Color

.myTextColor { color: #6BAB52; }

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

This text font color is #6BAB52.

Background Color

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

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

This div background color is #6BAB52.

Border color

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

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

This div border color is #6BAB52.

Opacity

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

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

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

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

This text has shadow with #6BAB52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAB52.

Preview

Color preview on black background

This text has color #6BAB52 on black background.


Color preview on white background

This text has color #6BAB52 on white background.


Black color preview on #6BAB52 background

This text has black color on #6BAB52 background.


White color preview on #6BAB52 background

This text has white color on #6BAB52 background.


Related colors

Complementary color

Complementary color for #hex is #9454AD.


I love getcolorcode.com

Triadic colors

1 #526BAB and #AB526B with #6BAB52 are triadic colors.

2 #52AB6B and #AB6B52 with #6BAB52 are triadic colors.