#116b3f

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

Shades of Jewel #116B3F

Tints of Jewel #116B3F

Color information

#116B3F (or 0x116B3F) is unknown color: approx Jewel. HEX triplet: 11, 6B and 3F. RGB value is (17,107,63). Sum of RGB (Red+Green+Blue) = 17+107+63=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #116B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116B3F is #EE94C0. Grayscale: #4B4B4B. Windows color (decimal): -15635649 or 4156177. OLE color: 4156177.

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

Color convert

RGB1710763-
CMYK0.8400.410.58
HSL150.67º72.58%24.31%-
HSV(B)150.67º84.11%41.96%-
XYZ6.3910.996.49-
YUV75.07121.1886.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 107 (42.19% from 255) = 57.22%
BLUE value IS 63 (25% from 255) = 33.69%
R=9.09%
G=57.22%
B=33.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17107630.8400.410.58150.6772.5824.31
Hex116B3F540293A974918
Octal21153771240517222711130
Binary1000111010111111111010100010100111101010010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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