COLOR #0D7B00

HEX: #0D7B00
RGB: (13,123,0)

Color info

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

RGB color model

#0D7B00 color RGB value is (13,123,0).

  • red value is 13;
  • green value is 123;
  • blue value is 0.
RGB:
(13,123,0)
(5%,48%,0%)

RGB channels and saturation

R 13 of 255 = 5%
G 123 of 255 = 48%
B 0 of 255 = 0%

13
123
0

R + G + B ~ 18%. #0D7B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 123 + 0 = 136 (100%)
R 13 of 136 ~ 9.56%
G 123 of 136 ~ 90.44%
B 0 of 136 ~ 0%

%9.56
%90.44

CMYK color model

#0D7B00 color CMYK value is (89,0,100,52).

  • cyan value is 89.43%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 51.76%
CMYK:
(89,0,100,52)
C89M0Y100K52 
(89%,0%,100%,52%)
(0.89/0.00/1.00/0.52)	

CMYK percentages

%89.43
%0
%100
%51.76

Codes

Color #0D7B00 in popluar color models

0D7B00
RGB131230
HSL114°100.00%24.12%
HSB/HSV114°100.00%48.24%
CMYK89.43%0.00%100.00%
51.76%

Color #0D7B00 in popluar number systems.

HEX0D7B00
Decimal131230
Binary110111110110
Octal151730

Shades and tints

Shades of #0D7B00

#0D7B00
(13,123,0)
#0C7000
(12,112,0)
#0B6500
(11,101,0)
#0A5A00
(10,90,0)
#094F00
(9,79,0)
#084400
(8,68,0)
#073900
(7,57,0)
#062E00
(6,46,0)
#052300
(5,35,0)
#041800
(4,24,0)
#030D00
(3,13,0)
#000000
(0,0,0)

Tints of #0D7B00

#0D7B00
(13,123,0)
#238717
(35,135,23)
#39932E
(57,147,46)
#4F9F45
(79,159,69)
#65AB5C
(101,171,92)
#7BB773
(123,183,115)
#91C38A
(145,195,138)
#A7CFA1
(167,207,161)
#BDDBB8
(189,219,184)
#D3E7CF
(211,231,207)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7B00 color. Also use rgb(13,123,0) instead hex code.

Text Font Color

.myTextColor { color: #0D7B00; }

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

This text font color is #0D7B00.


Background Color

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

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

This div background color is #0D7B00.


Border color

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

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

This div border color is #0D7B00.


Opacity

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

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

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

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

This text has shadow with #0D7B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7B00 on black background.


Color preview on white background

This text has color #0D7B00 on white background.



Black color preview on #0D7B00 background

This text has black color on #0D7B00 background.


White color preview on #0D7B00 background

This text has white color on #0D7B00 background.