COLOR #0E7F10

HEX: #0E7F10 RGB: (14,127,16)

Color info

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

RGB color model

#0E7F10 color RGB value is (14,127,16).

RGB: (14,127,16) (5%, 50%, 6%)

RGB channels and saturation

R 14 of 255 = 5%
G 127 of 255 = 50%
B 16 of 255 = 6%

14
127
16

R + G + B ~ 20%. #0E7F10 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 127 + 16 = 157 (100%)
R 14 of 157 ~ 8.92%
G 127 of 157 ~ 80.89%
B 16 of 157 ~ 10.19'%

%80.89
%10.19

CMYK color model

#0E7F10 color CMYK value is (89,0,87,50).

  • cyan value is 88.98%
  • magenta value is 0.00%
  • yellow value is 87.40%
  • key color value is 50.20%
CMYK: (89,0,87,50) C89M0Y87K50 (89%,0%,87%,50%) (0.89/0.00/0.87/0.50) 

CMYK percentages

%88.98
%0
%87.4
%50.2

Codes

Color #0E7F10 in popluar color models

0E 7F 10
RGB 14 127 16
HSL 121° 80.14% 27.65%
HSB/HSV 121° 88.98% 49.80%
CMYK 88.98% 0.00% 87.40%
50.20%

Color #0E7F10 in popluar number systems.

HEX 0E 7F 10
Decimal 14 127 16
Binary 1110 1111111 10000
Octal 16 177 20

Shades and tints

Shades of #0E7F10

#0E7F10
(14,127,16)
#0D740F
(13,116,15)
#0C690E
(12,105,14)
#0B5E0D
(11,94,13)
#0A530C
(10,83,12)
#09480B
(9,72,11)
#083D0A
(8,61,10)
#073209
(7,50,9)
#062708
(6,39,8)
#051C07
(5,28,7)
#041106
(4,17,6)
#000000
(0,0,0)

Tints of #0E7F10

#0E7F10
(14,127,16)
#238A25
(35,138,37)
#38953A
(56,149,58)
#4DA04F
(77,160,79)
#62AB64
(98,171,100)
#77B679
(119,182,121)
#8CC18E
(140,193,142)
#A1CCA3
(161,204,163)
#B6D7B8
(182,215,184)
#CBE2CD
(203,226,205)
#E0EDE2
(224,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E7F10 color. Also use rgb(14,127,16) instead hex code.

Text Font Color

.myTextColor { color: #0E7F10; }

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

This text font color is #0E7F10.

Background Color

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

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

This div background color is #0E7F10.

Border color

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

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

This div border color is #0E7F10.

Opacity

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

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

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

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

This text has shadow with #0E7F10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E7F10.

Preview

Color preview on black background

This text has color #0E7F10 on black background.


Color preview on white background

This text has color #0E7F10 on white background.


Black color preview on #0E7F10 background

This text has black color on #0E7F10 background.


White color preview on #0E7F10 background

This text has white color on #0E7F10 background.


Related colors

Complementary color

Complementary color for #hex is #F180EF.


I love getcolorcode.com

Triadic colors

1 #100E7F and #7F100E with #0E7F10 are triadic colors.

2 #107F0E and #7F0E10 with #0E7F10 are triadic colors.