#0E6606

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

Shades of Green #0E6606

Tints of Green #0E6606

Color information

#0E6606 (or 0x0E6606) is unknown color: approx Green. HEX triplet: 0E, 66 and 06. RGB value is (14,102,6). Sum of RGB (Red+Green+Blue) = 14+102+6=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6606 is #F199F9. Grayscale: #414141. Windows color (decimal): -15833594 or 419342. OLE color: 419342.

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

Color convert

RGB141026-
CMYK0.8600.940.6
HSL115º88.89%21.18%-
HSV(B)115º94.12%40%-
XYZ4.979.611.77-
YUV64.7494.8591.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.48%
GREEN value IS 102 (40.23% from 255) = 83.61%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=11.48%
G=83.61%
B=4.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1410260.8600.940.611588.8921.18
HexE6665605E3C735915
Octal16146612601367416313125
Binary111011001101101010110010111101111001110011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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