#106A47

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

Shades of Jewel #106A47

Tints of Jewel #106A47

Color information

#106A47 (or 0x106A47) is unknown color: approx Jewel. HEX triplet: 10, 6A and 47. RGB value is (16,106,71). Sum of RGB (Red+Green+Blue) = 16+106+71=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #106A47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A47 is #EF95B8. Grayscale: #4B4B4B. Windows color (decimal): -15701433 or 4680208. OLE color: 4680208.

HSL color Cylindrical-coordinate representation of color #106A47: hue angle of 156.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A47 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1610671-
CMYK0.8500.330.58
HSL156.67º73.77%23.92%-
HSV(B)156.67º84.91%41.57%-
XYZ6.5110.877.72-
YUV75.1125.6885.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.29%
GREEN value IS 106 (41.80% from 255) = 54.92%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=8.29%
G=54.92%
B=36.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106710.8500.330.58156.6773.7723.92
Hex106A47550213A9d4a18
Octal201521071250417223511230
Binary10000110101010001111010101010000111101010011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A47; }

 p { color: rgb(16,106,71); }

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

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

 a { background-color: rgb(16,106,71); }

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

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

 span { border-color: rgb(16,106,71); }

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