#0E6812

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

Shades of Green #0E6812

Tints of Green #0E6812

Color information

#0E6812 (or 0x0E6812) is unknown color: approx Green. HEX triplet: 0E, 68 and 12. RGB value is (14,104,18). Sum of RGB (Red+Green+Blue) = 14+104+18=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6812 is #F197ED. Grayscale: #434343. Windows color (decimal): -15833070 or 1206286. OLE color: 1206286.

HSL color Cylindrical-coordinate representation of color #0E6812: hue angle of 122.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6812 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB1410418-
CMYK0.8700.830.59
HSL122.67º76.27%23.14%-
HSV(B)122.67º86.54%40.78%-
XYZ5.2410.042.23-
YUV67.29100.1889.99-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 104 (41.02% from 255) = 76.47%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=10.29%
G=76.47%
B=13.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14104180.8700.830.59122.6776.2723.14
HexE6812570533B7b4c17
Octal161502212701237317311427
Binary11101101000100101010111010100111110111111011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,104,18); }

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

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

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

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

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

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

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