COLOR #6BAF54

HEX: #6BAF54 RGB: (107,175,84)

Color info

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

RGB color model

#6BAF54 color RGB value is (107,175,84).

RGB: (107,175,84) (42%, 69%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 175 of 255 = 69%
B 84 of 255 = 33%

107
175
84

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

Portions of RGB colors in percentages

R + G + B = 107 + 175 + 84 = 366 (100%)
R 107 of 366 ~ 29.23%
G 175 of 366 ~ 47.81%
B 84 of 366 ~ 22.95'%

%29.23
%47.81
%22.95

CMYK color model

#6BAF54 color CMYK value is (39,0,52,31).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 52.00%
  • key color value is 31.37%

CMYK: (39,0,52,31)
C39M0Y52K31 (39%, 0%, 52%, 31%)
(0.39 / 0.00 / 0.52 / 0.31)

CMYK percentages

%38.86
%0
%52
%31.37

Codes

Color #6BAF54 in popluar color models

6B AF 54
RGB 107 175 84
HSL 105° 36.25% 50.78%
HSB/HSV 105° 52.00% 68.63%
CMYK 38.86% 0.00% 52.00%
31.37%

Color #6BAF54 in popluar number systems.

HEX 6B AF 54
Decimal 107 175 84
Binary 1101011 10101111 1010100
Octal 153 257 124

Shades and tints

Shades of #6BAF54

#6BAF54
(107,175,84)
#62A04D
(98,160,77)
#599146
(89,145,70)
#50823F
(80,130,63)
#477338
(71,115,56)
#3E6431
(62,100,49)
#35552A
(53,85,42)
#2C4623
(44,70,35)
#23371C
(35,55,28)
#1A2815
(26,40,21)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #6BAF54

#6BAF54
(107,175,84)
#78B663
(120,182,99)
#85BD72
(133,189,114)
#92C481
(146,196,129)
#9FCB90
(159,203,144)
#ACD29F
(172,210,159)
#B9D9AE
(185,217,174)
#C6E0BD
(198,224,189)
#D3E7CC
(211,231,204)
#E0EEDB
(224,238,219)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAF54 color. Also use rgb(107,175,84) instead hex code.

Text Font Color

.myTextColor { color: #6BAF54; }

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

This text font color is #6BAF54.

Background Color

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

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

This div background color is #6BAF54.

Border color

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

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

This div border color is #6BAF54.

Opacity

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

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

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

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

This text has shadow with #6BAF54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BAF54.

Preview

Color preview on black background

This text has color #6BAF54 on black background.


Color preview on white background

This text has color #6BAF54 on white background.


Black color preview on #6BAF54 background

This text has black color on #6BAF54 background.


White color preview on #6BAF54 background

This text has white color on #6BAF54 background.


Related colors

Complementary color

Complementary color for #hex is #9450AB.


I love getcolorcode.com

Triadic colors

1 #546BAF and #AF546B with #6BAF54 are triadic colors.

2 #54AF6B and #AF6B54 with #6BAF54 are triadic colors.