#0E7410

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

Shades of Green #0E7410

Tints of Green #0E7410

Color information

#0E7410 (or 0x0E7410) is unknown color: approx Green. HEX triplet: 0E, 74 and 10. RGB value is (14,116,16). Sum of RGB (Red+Green+Blue) = 14+116+16=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7410 is #F18BEF. Grayscale: #4A4A4A. Windows color (decimal): -15830000 or 1078286. OLE color: 1078286.

HSL color Cylindrical-coordinate representation of color #0E7410: hue angle of 121.18º 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 #0E7410 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1411616-
CMYK0.8800.860.55
HSL121.18º78.46%25.49%-
HSV(B)121.18º87.93%45.49%-
XYZ6.5212.622.58-
YUV74.195.2185.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.59%
GREEN value IS 116 (45.70% from 255) = 79.45%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=9.59%
G=79.45%
B=10.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116160.8800.860.55121.1878.4625.49
HexE74105805637794e19
Octal161642013001266717111631
Binary11101110100100001011000010101101101111111001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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