COLOR #06881B

HEX: #06881B
RGB: (6,136,27)

Color info

#06881B contains mainly green color. Web safe color of #06881B is #009933 (or #093).

RGB color model

#06881B color RGB value is (6,136,27).

  • red value is 6;
  • green value is 136;
  • blue value is 27.
RGB:
(6,136,27)
(2%,53%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 136 of 255 = 53%
B 27 of 255 = 11%

6
136
27

R + G + B ~ 22%. #06881B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 136 + 27 = 169 (100%)
R 6 of 169 ~ 3.55%
G 136 of 169 ~ 80.47%
B 27 of 169 ~ 15.98%

%80.47
%15.98

CMYK color model

#06881B color CMYK value is (96,0,80,47).

  • cyan value is 95.59%
  • magenta value is 0.00%
  • yellow value is 80.15%
  • key color value is 46.67%
CMYK:
(96,0,80,47)
C96M0Y80K47 
(96%,0%,80%,47%)
(0.96/0.00/0.80/0.47)	

CMYK percentages

%95.59
%0
%80.15
%46.67

Codes

Color #06881B in popluar color models

06881B
RGB613627
HSL130°91.55%27.84%
HSB/HSV130°95.59%53.33%
CMYK95.59%0.00%80.15%
46.67%

Color #06881B in popluar number systems.

HEX06881B
Decimal613627
Binary1101000100011011
Octal621033

Shades and tints

Shades of #06881B

#06881B
(6,136,27)
#067C19
(6,124,25)
#067017
(6,112,23)
#066415
(6,100,21)
#065813
(6,88,19)
#064C11
(6,76,17)
#06400F
(6,64,15)
#06340D
(6,52,13)
#06280B
(6,40,11)
#061C09
(6,28,9)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #06881B

#06881B
(6,136,27)
#1C922F
(28,146,47)
#329C43
(50,156,67)
#48A657
(72,166,87)
#5EB06B
(94,176,107)
#74BA7F
(116,186,127)
#8AC493
(138,196,147)
#A0CEA7
(160,206,167)
#B6D8BB
(182,216,187)
#CCE2CF
(204,226,207)
#E2ECE3
(226,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06881B color. Also use rgb(6,136,27) instead hex code.

Text Font Color

.myTextColor { color: #06881B; }

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

This text font color is #06881B.


Background Color

.myBgColor { background-color: #06881B; }

<div style="background-color:#06881B">Inner text</div>

This div background color is #06881B.


Border color

.myBorderColor { border: 1px solid #06881B; }

<div style="border:3px solid #06881B">Div</div>

This div border color is #06881B.


Opacity

.myOpacity80 { color: #06881B; opacity: 0.8; }

<p style="color:#06881B;opacity:0.8;">80%</p>

Text with #06881B 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 #06881B;}

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

This text has shadow with #06881B color.

.textShadow {text-shadow: 3px 3px 1px #06881B, 3px 3px 1px red;}

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

This text has shadow with #06881B primary color and red secondary color.


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

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

This text has shadow with #06881B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06881B on black background.


Color preview on white background

This text has color #06881B on white background.



Black color preview on #06881B background

This text has black color on #06881B background.


White color preview on #06881B background

This text has white color on #06881B background.