#106F0E

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

Shades of Green #106F0E

Tints of Green #106F0E

Color information

#106F0E (or 0x106F0E) is unknown color: approx Green. HEX triplet: 10, 6F and 0E. RGB value is (16,111,14). Sum of RGB (Red+Green+Blue) = 16+111+14=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #106F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106F0E is #EF90F1. Grayscale: #474747. Windows color (decimal): -15700210 or 945936. OLE color: 945936.

HSL color Cylindrical-coordinate representation of color #106F0E: hue angle of 118.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106F0E is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1611114-
CMYK0.8600.870.56
HSL118.76º77.6%24.51%-
HSV(B)118.76º87.39%43.53%-
XYZ5.9811.512.32-
YUV71.5495.5388.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 111 (43.75% from 255) = 78.72%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=11.35%
G=78.72%
B=9.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16111140.8600.870.56118.7677.624.51
Hex106FE5605738774e19
Octal201571612601277016711631
Binary10000110111111101010110010101111110001110111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,111,14); }

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

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

 a { background-color: rgb(16,111,14); }

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

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

 span { border-color: rgb(16,111,14); }

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