COLOR #6B9D18

HEX: #6B9D18
RGB: (107,157,24)

Color info

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

RGB color model

#6B9D18 color RGB value is (107,157,24).

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

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 24 of 255 = 9%

107
157
24

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

Portions of RGB colors in percentages

R + G + B =
107 + 157 + 24 = 288 (100%)
R 107 of 288 ~ 37.15%
G 157 of 288 ~ 54.51%
B 24 of 288 ~ 8.33%

%37.15
%54.51

CMYK color model

#6B9D18 color CMYK value is (32,0,85,38).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 84.71%
  • key color value is 38.43%
CMYK:
(32,0,85,38)
C32M0Y85K38 
(32%,0%,85%,38%)
(0.32/0.00/0.85/0.38)	

CMYK percentages

%31.85
%0
%84.71
%38.43

Codes

Color #6B9D18 in popluar color models

6B9D18
RGB10715724
HSL83°73.48%35.49%
HSB/HSV83°84.71%61.57%
CMYK31.85%0.00%84.71%
38.43%

Color #6B9D18 in popluar number systems.

HEX6B9D18
Decimal10715724
Binary11010111001110111000
Octal15323530

Shades and tints

Shades of #6B9D18

#6B9D18
(107,157,24)
#628F16
(98,143,22)
#598114
(89,129,20)
#507312
(80,115,18)
#476510
(71,101,16)
#3E570E
(62,87,14)
#35490C
(53,73,12)
#2C3B0A
(44,59,10)
#232D08
(35,45,8)
#1A1F06
(26,31,6)
#111104
(17,17,4)
#000000
(0,0,0)

Tints of #6B9D18

#6B9D18
(107,157,24)
#78A52D
(120,165,45)
#85AD42
(133,173,66)
#92B557
(146,181,87)
#9FBD6C
(159,189,108)
#ACC581
(172,197,129)
#B9CD96
(185,205,150)
#C6D5AB
(198,213,171)
#D3DDC0
(211,221,192)
#E0E5D5
(224,229,213)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9D18; }

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

This text font color is #6B9D18.


Background Color

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

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

This div background color is #6B9D18.


Border color

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

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

This div border color is #6B9D18.


Opacity

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

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

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

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

This text has shadow with #6B9D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9D18 on black background.


Color preview on white background

This text has color #6B9D18 on white background.



Black color preview on #6B9D18 background

This text has black color on #6B9D18 background.


White color preview on #6B9D18 background

This text has white color on #6B9D18 background.