#106E0D

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

Shades of Green #106E0D

Tints of Green #106E0D

Color information

#106E0D (or 0x106E0D) is unknown color: approx Green. HEX triplet: 10, 6E and 0D. RGB value is (16,110,13). Sum of RGB (Red+Green+Blue) = 16+110+13=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 110 (43.36% from 255 or 79.14% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 110 - color contains mainly: green. Hex color #106E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106E0D is #EF91F2. Grayscale: #474747. Windows color (decimal): -15700467 or 880144. OLE color: 880144.

HSL color Cylindrical-coordinate representation of color #106E0D: hue angle of 118.14º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106E0D is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB1611013-
CMYK0.8500.880.57
HSL118.14º78.86%24.12%-
HSV(B)118.14º88.18%43.14%-
XYZ5.8611.292.25-
YUV70.8495.3688.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 110 (43.36% from 255) = 79.14%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=11.51%
G=79.14%
B=9.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110130.8500.880.57118.1478.8624.12
Hex106ED5505839764f18
Octal201561512501307116611730
Binary10000110111011011010101010110001110011110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106E0D; }

 p { color: rgb(16,110,13); }

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

<style>
 a { background-color: #106E0D; }

 a { background-color: rgb(16,110,13); }

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

<style>
 span { border-color: #106E0D; }

 span { border-color: rgb(16,110,13); }

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