COLOR #6BA318

HEX: #6BA318
RGB: (107,163,24)

Color info

#6BA318 contains mainly red and green colors. Web safe color of #6BA318 is #669900 (or #690).

RGB color model

#6BA318 color RGB value is (107,163,24).

  • red value is 107;
  • green value is 163;
  • blue value is 24.
RGB:
(107,163,24)
(42%,64%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 163 of 255 = 64%
B 24 of 255 = 9%

107
163
24

R + G + B ~ 38%. #6BA318 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 163 + 24 = 294 (100%)
R 107 of 294 ~ 36.39%
G 163 of 294 ~ 55.44%
B 24 of 294 ~ 8.16%

%36.39
%55.44

CMYK color model

#6BA318 color CMYK value is (34,0,85,36).

  • cyan value is 34.36%
  • magenta value is 0.00%
  • yellow value is 85.28%
  • key color value is 36.08%
CMYK:
(34,0,85,36)
C34M0Y85K36 
(34%,0%,85%,36%)
(0.34/0.00/0.85/0.36)	

CMYK percentages

%34.36
%0
%85.28
%36.08

Codes

Color #6BA318 in popluar color models

6BA318
RGB10716324
HSL84°74.33%36.67%
HSB/HSV84°85.28%63.92%
CMYK34.36%0.00%85.28%
36.08%

Color #6BA318 in popluar number systems.

HEX6BA318
Decimal10716324
Binary11010111010001111000
Octal15324330

Shades and tints

Shades of #6BA318

#6BA318
(107,163,24)
#629516
(98,149,22)
#598714
(89,135,20)
#507912
(80,121,18)
#476B10
(71,107,16)
#3E5D0E
(62,93,14)
#354F0C
(53,79,12)
#2C410A
(44,65,10)
#233308
(35,51,8)
#1A2506
(26,37,6)
#111704
(17,23,4)
#000000
(0,0,0)

Tints of #6BA318

#6BA318
(107,163,24)
#78AB2D
(120,171,45)
#85B342
(133,179,66)
#92BB57
(146,187,87)
#9FC36C
(159,195,108)
#ACCB81
(172,203,129)
#B9D396
(185,211,150)
#C6DBAB
(198,219,171)
#D3E3C0
(211,227,192)
#E0EBD5
(224,235,213)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BA318 color. Also use rgb(107,163,24) instead hex code.

Text Font Color

.myTextColor { color: #6BA318; }

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

This text font color is #6BA318.


Background Color

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

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

This div background color is #6BA318.


Border color

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

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

This div border color is #6BA318.


Opacity

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

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

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

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

This text has shadow with #6BA318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BA318 on black background.


Color preview on white background

This text has color #6BA318 on white background.



Black color preview on #6BA318 background

This text has black color on #6BA318 background.


White color preview on #6BA318 background

This text has white color on #6BA318 background.