COLOR #0B7720

HEX: #0B7720 RGB: (11,119,32)

Color info

#0B7720 contains mainly green color. Web safe color of #0B7720 is #006633 (or #063).

RGB color model

#0B7720 color RGB value is (11,119,32).

RGB: (11,119,32) (4%, 47%, 13%)

RGB channels and saturation

R 11 of 255 = 4%
G 119 of 255 = 47%
B 32 of 255 = 13%

11
119
32

R + G + B ~ 21%. #0B7720 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 119 + 32 = 162 (100%)
R 11 of 162 ~ 6.79%
G 119 of 162 ~ 73.46%
B 32 of 162 ~ 19.75'%

%73.46
%19.75

CMYK color model

#0B7720 color CMYK value is (91,0,73,53).

  • cyan value is 90.76%
  • magenta value is 0.00%
  • yellow value is 73.11%
  • key color value is 53.33%

CMYK: (91,0,73,53)
C91M0Y73K53 (91%, 0%, 73%, 53%)
(0.91 / 0.00 / 0.73 / 0.53)

CMYK percentages

%90.76
%0
%73.11
%53.33

Codes

Color #0B7720 in popluar color models

0B 77 20
RGB 11 119 32
HSL 132° 83.08% 25.49%
HSB/HSV 132° 90.76% 46.67%
CMYK 90.76% 0.00% 73.11%
53.33%

Color #0B7720 in popluar number systems.

HEX 0B 77 20
Decimal 11 119 32
Binary 1011 1110111 100000
Octal 13 167 40

Shades and tints

Shades of #0B7720

#0B7720
(11,119,32)
#0A6D1E
(10,109,30)
#09631C
(9,99,28)
#08591A
(8,89,26)
#074F18
(7,79,24)
#064516
(6,69,22)
#053B14
(5,59,20)
#043112
(4,49,18)
#032710
(3,39,16)
#021D0E
(2,29,14)
#01130C
(1,19,12)
#000000
(0,0,0)

Tints of #0B7720

#0B7720
(11,119,32)
#218334
(33,131,52)
#378F48
(55,143,72)
#4D9B5C
(77,155,92)
#63A770
(99,167,112)
#79B384
(121,179,132)
#8FBF98
(143,191,152)
#A5CBAC
(165,203,172)
#BBD7C0
(187,215,192)
#D1E3D4
(209,227,212)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B7720; }

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

This text font color is #0B7720.

Background Color

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

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

This div background color is #0B7720.

Border color

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

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

This div border color is #0B7720.

Opacity

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

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

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

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

This text has shadow with #0B7720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B7720.

Preview

Color preview on black background

This text has color #0B7720 on black background.


Color preview on white background

This text has color #0B7720 on white background.


Black color preview on #0B7720 background

This text has black color on #0B7720 background.


White color preview on #0B7720 background

This text has white color on #0B7720 background.


Related colors

Complementary color

Complementary color for #hex is #F488DF.


I love getcolorcode.com

Triadic colors

1 #200B77 and #77200B with #0B7720 are triadic colors.

2 #20770B and #770B20 with #0B7720 are triadic colors.