#0E740D

Color #0E740D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0E740D

Tints of Green #0E740D

Color information

#0E740D (or 0x0E740D) is unknown color: approx Green. HEX triplet: 0E, 74 and 0D. RGB value is (14,116,13). Sum of RGB (Red+Green+Blue) = 14+116+13=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #0E740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E740D is #F18BF2. Grayscale: #4A4A4A. Windows color (decimal): -15830003 or 881678. OLE color: 881678.

HSL color Cylindrical-coordinate representation of color #0E740D: hue angle of 119.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E740D is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1411613-
CMYK0.8800.890.55
HSL119.42º79.84%25.29%-
HSV(B)119.42º88.79%45.49%-
XYZ6.512.612.47-
YUV73.7693.7185.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 9.79%
GREEN value IS 116 (45.70% from 255) = 81.12%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=9.79%
G=81.12%
B=9.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116130.8800.890.55119.4279.8425.29
HexE74D5805937775019
Octal161641513001316716712031
Binary1110111010011011011000010110011101111110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E740D; }

 p { color: rgb(14,116,13); }

 H1.HeaderClassName
 {
   color: #0E740D;
 }
 .AnyTagClassName
 {
   color: #0E740D;
 }
</style>
background-color css

<style>
 a { background-color: #0E740D; }

 a { background-color: rgb(14,116,13); }

 div.DivClassName
 {
   background-color: #0E740D;
 }
 .BgClassName
 {
   background-color: #0E740D;
 }
</style>
border-color css

<style>
 span { border-color: #0E740D; }

 span { border-color: rgb(14,116,13); }

 td.TdClassName
 {
   border-color: #0E740D;
 }
 .TagClassName
 {
   border-color: #0E740D;
 }
</style>