#116D1B

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

Shades of San Felix #116D1B

Tints of San Felix #116D1B

Color information

#116D1B (or 0x116D1B) is unknown color: approx San Felix. HEX triplet: 11, 6D and 1B. RGB value is (17,109,27). Sum of RGB (Red+Green+Blue) = 17+109+27=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #116D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116D1B is #EE92E4. Grayscale: #484848. Windows color (decimal): -15635173 or 1797393. OLE color: 1797393.

HSL color Cylindrical-coordinate representation of color #116D1B: hue angle of 126.52º 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 #116D1B is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1710927-
CMYK0.8400.750.57
HSL126.52º73.02%24.71%-
HSV(B)126.52º84.4%42.75%-
XYZ5.911.142.88-
YUV72.14102.5288.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 109 (42.97% from 255) = 71.24%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=11.11%
G=71.24%
B=17.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17109270.8400.750.57126.5273.0224.71
Hex116D1B5404B397f4919
Octal211553312401137117711131
Binary100011101101110111010100010010111110011111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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