COLOR #0B690B

HEX: #0B690B
RGB: (11,105,11)

Color info

#0B690B contains mainly green color. Web safe color of #0B690B is #006600 (or #060).

RGB color model

#0B690B color RGB value is (11,105,11).

  • red value is 11;
  • green value is 105;
  • blue value is 11.
RGB:
(11,105,11)
(4%,41%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 105 of 255 = 41%
B 11 of 255 = 4%

11
105
11

R + G + B ~ 16%. #0B690B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 105 + 11 = 127 (100%)
R 11 of 127 ~ 8.66%
G 105 of 127 ~ 82.68%
B 11 of 127 ~ 8.66%

%82.68

CMYK color model

#0B690B color CMYK value is (90,0,90,59).

  • cyan value is 89.52%
  • magenta value is 0.00%
  • yellow value is 89.52%
  • key color value is 58.82%
CMYK:
(90,0,90,59)
C90M0Y90K59 
(90%,0%,90%,59%)
(0.90/0.00/0.90/0.59)	

CMYK percentages

%89.52
%0
%89.52
%58.82

Codes

Color #0B690B in popluar color models

0B690B
RGB1110511
HSL120°81.03%22.75%
HSB/HSV120°89.52%41.18%
CMYK89.52%0.00%89.52%
58.82%

Color #0B690B in popluar number systems.

HEX0B690B
Decimal1110511
Binary101111010011011
Octal1315113

Shades and tints

Shades of #0B690B

#0B690B
(11,105,11)
#0A600A
(10,96,10)
#095709
(9,87,9)
#084E08
(8,78,8)
#074507
(7,69,7)
#063C06
(6,60,6)
#053305
(5,51,5)
#042A04
(4,42,4)
#032103
(3,33,3)
#021802
(2,24,2)
#010F01
(1,15,1)
#000000
(0,0,0)

Tints of #0B690B

#0B690B
(11,105,11)
#217621
(33,118,33)
#378337
(55,131,55)
#4D904D
(77,144,77)
#639D63
(99,157,99)
#79AA79
(121,170,121)
#8FB78F
(143,183,143)
#A5C4A5
(165,196,165)
#BBD1BB
(187,209,187)
#D1DED1
(209,222,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B690B color. Also use rgb(11,105,11) instead hex code.

Text Font Color

.myTextColor { color: #0B690B; }

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

This text font color is #0B690B.


Background Color

.myBgColor { background-color: #0B690B; }

<div style="background-color:#0B690B">Inner text</div>

This div background color is #0B690B.


Border color

.myBorderColor { border: 1px solid #0B690B; }

<div style="border:3px solid #0B690B">Div</div>

This div border color is #0B690B.


Opacity

.myOpacity80 { color: #0B690B; opacity: 0.8; }

<p style="color:#0B690B;opacity:0.8;">80%</p>

Text with #0B690B 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 #0B690B;}

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

This text has shadow with #0B690B color.

.textShadow {text-shadow: 3px 3px 1px #0B690B, 3px 3px 1px red;}

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

This text has shadow with #0B690B primary color and red secondary color.


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

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

This text has shadow with #0B690B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B690B on black background.


Color preview on white background

This text has color #0B690B on white background.



Black color preview on #0B690B background

This text has black color on #0B690B background.


White color preview on #0B690B background

This text has white color on #0B690B background.