COLOR #6AB71D

HEX: #6AB71D RGB: (106,183,29)

Color info

#6AB71D contains mainly green color. Web safe color of #6AB71D is #66CC33 (or #6C3).

RGB color model

#6AB71D color RGB value is (106,183,29).

RGB: (106,183,29) (42%, 72%, 11%)

RGB channels and saturation

R 106 of 255 = 42%
G 183 of 255 = 72%
B 29 of 255 = 11%

106
183
29

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

Portions of RGB colors in percentages

R + G + B = 106 + 183 + 29 = 318 (100%)
R 106 of 318 ~ 33.33%
G 183 of 318 ~ 57.55%
B 29 of 318 ~ 9.12'%

%33.33
%57.55

CMYK color model

#6AB71D color CMYK value is (42,0,84,28).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 84.15%
  • key color value is 28.24%

CMYK: (42,0,84,28)
C42M0Y84K28 (42%, 0%, 84%, 28%)
(0.42 / 0.00 / 0.84 / 0.28)

CMYK percentages

%42.08
%0
%84.15
%28.24

Codes

Color #6AB71D in popluar color models

6A B7 1D
RGB 106 183 29
HSL 90° 72.64% 41.57%
HSB/HSV 90° 84.15% 71.76%
CMYK 42.08% 0.00% 84.15%
28.24%

Color #6AB71D in popluar number systems.

HEX 6A B7 1D
Decimal 106 183 29
Binary 1101010 10110111 11101
Octal 152 267 35

Shades and tints

Shades of #6AB71D

#6AB71D
(106,183,29)
#61A71B
(97,167,27)
#589719
(88,151,25)
#4F8717
(79,135,23)
#467715
(70,119,21)
#3D6713
(61,103,19)
#345711
(52,87,17)
#2B470F
(43,71,15)
#22370D
(34,55,13)
#19270B
(25,39,11)
#101709
(16,23,9)
#000000
(0,0,0)

Tints of #6AB71D

#6AB71D
(106,183,29)
#77BD31
(119,189,49)
#84C345
(132,195,69)
#91C959
(145,201,89)
#9ECF6D
(158,207,109)
#ABD581
(171,213,129)
#B8DB95
(184,219,149)
#C5E1A9
(197,225,169)
#D2E7BD
(210,231,189)
#DFEDD1
(223,237,209)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB71D color. Also use rgb(106,183,29) instead hex code.

Text Font Color

.myTextColor { color: #6AB71D; }

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

This text font color is #6AB71D.

Background Color

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

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

This div background color is #6AB71D.

Border color

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

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

This div border color is #6AB71D.

Opacity

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

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

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

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

This text has shadow with #6AB71D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB71D.

Preview

Color preview on black background

This text has color #6AB71D on black background.


Color preview on white background

This text has color #6AB71D on white background.


Black color preview on #6AB71D background

This text has black color on #6AB71D background.


White color preview on #6AB71D background

This text has white color on #6AB71D background.


Related colors

Complementary color

Complementary color for #hex is #9548E2.


I love getcolorcode.com

Triadic colors

1 #1D6AB7 and #B71D6A with #6AB71D are triadic colors.

2 #1DB76A and #B76A1D with #6AB71D are triadic colors.