#116D1D

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

Shades of San Felix #116D1D

Tints of San Felix #116D1D

Color information

#116D1D (or 0x116D1D) is unknown color: approx San Felix. HEX triplet: 11, 6D and 1D. RGB value is (17,109,29). Sum of RGB (Red+Green+Blue) = 17+109+29=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #116D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D1D is #EE92E2. Grayscale: #484848. Windows color (decimal): -15635171 or 1928465. OLE color: 1928465.

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

Color convert

RGB1710929-
CMYK0.8400.730.57
HSL127.83º73.02%24.71%-
HSV(B)127.83º84.4%42.75%-
XYZ5.9211.153-
YUV72.37103.5288.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 109 (42.97% from 255) = 70.32%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=10.97%
G=70.32%
B=18.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109290.8400.730.57127.8373.0224.71
Hex116D1D5404939804919
Octal211553512401117120011131
Binary1000111011011110110101000100100111100110000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116D1D; }

 p { color: rgb(17,109,29); }

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

<style>
 a { background-color: #116D1D; }

 a { background-color: rgb(17,109,29); }

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

<style>
 span { border-color: #116D1D; }

 span { border-color: rgb(17,109,29); }

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