#0E660F

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

Shades of Green #0E660F

Tints of Green #0E660F

Color information

#0E660F (or 0x0E660F) is unknown color: approx Green. HEX triplet: 0E, 66 and 0F. RGB value is (14,102,15). Sum of RGB (Red+Green+Blue) = 14+102+15=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 102 (40.23% from 255 or 77.86% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 102 - color contains mainly: green. Hex color #0E660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E660F is #F199F0. Grayscale: #424242. Windows color (decimal): -15833585 or 1009166. OLE color: 1009166.

HSL color Cylindrical-coordinate representation of color #0E660F: hue angle of 120.68º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E660F is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1410215-
CMYK0.8600.850.6
HSL120.68º75.86%22.75%-
HSV(B)120.68º86.27%40%-
XYZ5.029.632.05-
YUV65.7799.3591.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.69%
GREEN value IS 102 (40.23% from 255) = 77.86%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=10.69%
G=77.86%
B=11.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14102150.8600.850.6120.6875.8622.75
HexE66F560553C794c17
Octal161461712601257417111427
Binary1110110011011111010110010101011111001111001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,102,15); }

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

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

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

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

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

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

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