COLOR #0B764F

HEX: #0B764F
RGB: (11,118,79)

Color info

#0B764F contains mainly green and blue colors. Web safe color of #0B764F is #006666 (or #066).

RGB color model

#0B764F color RGB value is (11,118,79).

  • red value is 11;
  • green value is 118;
  • blue value is 79.
RGB:
(11,118,79)
(4%,46%,31%)

RGB channels and saturation

R 11 of 255 = 4%
G 118 of 255 = 46%
B 79 of 255 = 31%

11
118
79

R + G + B ~ 27%. #0B764F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 118 + 79 = 208 (100%)
R 11 of 208 ~ 5.29%
G 118 of 208 ~ 56.73%
B 79 of 208 ~ 37.98%

%56.73
%37.98

CMYK color model

#0B764F color CMYK value is (91,0,33,54).

  • cyan value is 90.68%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 53.73%
CMYK:
(91,0,33,54)
C91M0Y33K54 
(91%,0%,33%,54%)
(0.91/0.00/0.33/0.54)	

CMYK percentages

%90.68
%0
%33.05
%53.73

Codes

Color #0B764F in popluar color models

0B764F
RGB1111879
HSL158°82.95%25.29%
HSB/HSV158°90.68%46.27%
CMYK90.68%0.00%33.05%
53.73%

Color #0B764F in popluar number systems.

HEX0B764F
Decimal1111879
Binary101111101101001111
Octal13166117

Shades and tints

Shades of #0B764F

#0B764F
(11,118,79)
#0A6C48
(10,108,72)
#096241
(9,98,65)
#08583A
(8,88,58)
#074E33
(7,78,51)
#06442C
(6,68,44)
#053A25
(5,58,37)
#04301E
(4,48,30)
#032617
(3,38,23)
#021C10
(2,28,16)
#011209
(1,18,9)
#000000
(0,0,0)

Tints of #0B764F

#0B764F
(11,118,79)
#21825F
(33,130,95)
#378E6F
(55,142,111)
#4D9A7F
(77,154,127)
#63A68F
(99,166,143)
#79B29F
(121,178,159)
#8FBEAF
(143,190,175)
#A5CABF
(165,202,191)
#BBD6CF
(187,214,207)
#D1E2DF
(209,226,223)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B764F; }

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

This text font color is #0B764F.


Background Color

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

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

This div background color is #0B764F.


Border color

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

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

This div border color is #0B764F.


Opacity

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

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

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

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

This text has shadow with #0B764F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B764F on black background.


Color preview on white background

This text has color #0B764F on white background.



Black color preview on #0B764F background

This text has black color on #0B764F background.


White color preview on #0B764F background

This text has white color on #0B764F background.