#116B3C

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

Shades of Fun Green #116B3C

Tints of Fun Green #116B3C

Color information

#116B3C (or 0x116B3C) is unknown color: approx Fun Green. HEX triplet: 11, 6B and 3C. RGB value is (17,107,60). Sum of RGB (Red+Green+Blue) = 17+107+60=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #116B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B3C is #EE94C3. Grayscale: #4A4A4A. Windows color (decimal): -15635652 or 3959569. OLE color: 3959569.

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

Color convert

RGB1710760-
CMYK0.8400.440.58
HSL148.67º72.58%24.31%-
HSV(B)148.67º84.11%41.96%-
XYZ6.310.966.06-
YUV74.73119.6886.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 107 (42.19% from 255) = 58.15%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=9.24%
G=58.15%
B=32.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107600.8400.440.58148.6772.5824.31
Hex116B3C5402C3A954918
Octal21153741240547222511130
Binary1000111010111111001010100010110011101010010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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