#0E6609

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

Shades of Green #0E6609

Tints of Green #0E6609

Color information

#0E6609 (or 0x0E6609) is unknown color: approx Green. HEX triplet: 0E, 66 and 09. RGB value is (14,102,9). Sum of RGB (Red+Green+Blue) = 14+102+9=125 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.2% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6609 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6609 is #F199F6. Grayscale: #414141. Windows color (decimal): -15833591 or 615950. OLE color: 615950.

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

Color convert

RGB141029-
CMYK0.8600.910.6
HSL116.77º83.78%21.76%-
HSV(B)116.77º91.18%40%-
XYZ4.989.621.85-
YUV65.0996.3591.56-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.2%
GREEN value IS 102 (40.23% from 255) = 81.6%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=11.2%
G=81.6%
B=7.2%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1410290.8600.910.6116.7783.7821.76
HexE6695605B3C755416
Octal161461112601337416512426
Binary1110110011010011010110010110111111001110101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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