#116B13

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

Shades of Green #116B13

Tints of Green #116B13

Color information

#116B13 (or 0x116B13) is unknown color: approx Green. HEX triplet: 11, 6B and 13. RGB value is (17,107,19). Sum of RGB (Red+Green+Blue) = 17+107+19=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #116B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B13 is #EE94EC. Grayscale: #464646. Windows color (decimal): -15635693 or 1272593. OLE color: 1272593.

HSL color Cylindrical-coordinate representation of color #116B13: hue angle of 121.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B13 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1710719-
CMYK0.8400.820.58
HSL121.33º72.58%24.31%-
HSV(B)121.33º84.11%41.96%-
XYZ5.6110.682.38-
YUV70.0699.1890.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 107 (42.19% from 255) = 74.83%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=11.89%
G=74.83%
B=13.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107190.8400.820.58121.3372.5824.31
Hex116B13540523A794918
Octal211532312401227217111130
Binary100011101011100111010100010100101110101111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,107,19); }

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

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

 a { background-color: rgb(17,107,19); }

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

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

 span { border-color: rgb(17,107,19); }

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