#0E740E

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

Shades of Green #0E740E

Tints of Green #0E740E

Color information

#0E740E (or 0x0E740E) is unknown color: approx Green. HEX triplet: 0E, 74 and 0E. RGB value is (14,116,14). Sum of RGB (Red+Green+Blue) = 14+116+14=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #0E740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E740E is #F18BF1. Grayscale: #4A4A4A. Windows color (decimal): -15830002 or 947214. OLE color: 947214.

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

Color convert

RGB1411614-
CMYK0.8800.880.55
HSL120º78.46%25.49%-
HSV(B)120º87.93%45.49%-
XYZ6.5112.622.51-
YUV73.8794.2185.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.72%
GREEN value IS 116 (45.70% from 255) = 80.56%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=9.72%
G=80.56%
B=9.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116140.8800.880.5512078.4625.49
HexE74E5805837784e19
Octal161641613001306717011631
Binary1110111010011101011000010110001101111111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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