#0E7907

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

Shades of Green #0E7907

Tints of Green #0E7907

Color information

#0E7907 (or 0x0E7907) is unknown color: approx Green. HEX triplet: 0E, 79 and 07. RGB value is (14,121,7). Sum of RGB (Red+Green+Blue) = 14+121+7=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 121 (47.66% from 255 or 85.21% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7907 is #F186F8. Grayscale: #4C4C4C. Windows color (decimal): -15828729 or 489742. OLE color: 489742.

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

Color convert

RGB141217-
CMYK0.8800.940.53
HSL116.32º89.06%25.1%-
HSV(B)116.32º94.21%47.45%-
XYZ7.0613.782.49-
YUV76.0189.0583.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.86%
GREEN value IS 121 (47.66% from 255) = 85.21%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=9.86%
G=85.21%
B=4.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1412170.8800.940.53116.3289.0625.1
HexE7975805E35745919
Octal16171713001366516413131
Binary111011110011111011000010111101101011110100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,121,7); }

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

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

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

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

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

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

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