#116C42

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

Shades of Jewel #116C42

Tints of Jewel #116C42

Color information

#116C42 (or 0x116C42) is unknown color: approx Jewel. HEX triplet: 11, 6C and 42. RGB value is (17,108,66). Sum of RGB (Red+Green+Blue) = 17+108+66=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #116C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116C42 is #EE93BD. Grayscale: #4C4C4C. Windows color (decimal): -15635390 or 4353041. OLE color: 4353041.

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

Color convert

RGB1710866-
CMYK0.8400.390.58
HSL152.31º72.8%24.51%-
HSV(B)152.31º84.26%42.35%-
XYZ6.5811.246.98-
YUV76122.3585.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 108 (42.58% from 255) = 56.54%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=8.90%
G=56.54%
B=34.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17108660.8400.390.58152.3172.824.51
Hex116C42540273A984919
Octal211541021240477223011131
Binary10001110110010000101010100010011111101010011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,108,66); }

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

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

 a { background-color: rgb(17,108,66); }

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

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

 span { border-color: rgb(17,108,66); }

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