#106D1C

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

Shades of San Felix #106D1C

Tints of San Felix #106D1C

Color information

#106D1C (or 0x106D1C) is unknown color: approx San Felix. HEX triplet: 10, 6D and 1C. RGB value is (16,109,28). Sum of RGB (Red+Green+Blue) = 16+109+28=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #106D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D1C is #EF92E3. Grayscale: #484848. Windows color (decimal): -15700708 or 1862928. OLE color: 1862928.

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

Color convert

RGB1610928-
CMYK0.8500.740.57
HSL127.74º74.4%24.51%-
HSV(B)127.74º85.32%42.75%-
XYZ5.8911.132.94-
YUV71.96103.1988.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 109 (42.97% from 255) = 71.24%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=10.46%
G=71.24%
B=18.30%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109280.8500.740.57127.7474.424.51
Hex106D1C5504A39804a19
Octal201553412501127120011231
Binary1000011011011110010101010100101011100110000000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,28); }

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

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

 a { background-color: rgb(16,109,28); }

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

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

 span { border-color: rgb(16,109,28); }

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