#116146

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

Shades of Jewel #116146

Tints of Jewel #116146

Color information

#116146 (or 0x116146) is unknown color: approx Jewel. HEX triplet: 11, 61 and 46. RGB value is (17,97,70). Sum of RGB (Red+Green+Blue) = 17+97+70=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #116146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116146 is #EE9EB9. Grayscale: #464646. Windows color (decimal): -15638202 or 4612369. OLE color: 4612369.

HSL color Cylindrical-coordinate representation of color #116146: hue angle of 159.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116146 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB179770-
CMYK0.8200.280.62
HSL159.75º70.18%22.35%-
HSV(B)159.75º82.47%38.04%-
XYZ5.619.117.26-
YUV7012890.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=9.24%
G=52.72%
B=38.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1797700.8200.280.62159.7570.1822.35
Hex1161465201C3Ea04616
Octal211411061220347624010626
Binary1000111000011000110101001001110011111010100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116146; }

 p { color: rgb(17,97,70); }

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

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

 a { background-color: rgb(17,97,70); }

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

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

 span { border-color: rgb(17,97,70); }

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