#106A46

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

Shades of Jewel #106A46

Tints of Jewel #106A46

Color information

#106A46 (or 0x106A46) is unknown color: approx Jewel. HEX triplet: 10, 6A and 46. RGB value is (16,106,70). Sum of RGB (Red+Green+Blue) = 16+106+70=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #106A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A46 is #EF95B9. Grayscale: #4B4B4B. Windows color (decimal): -15701434 or 4614672. OLE color: 4614672.

HSL color Cylindrical-coordinate representation of color #106A46: hue angle of 156º 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 #106A46 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB1610670-
CMYK0.8500.340.58
HSL156º73.77%23.92%-
HSV(B)156º84.91%41.57%-
XYZ6.4710.867.55-
YUV74.99125.1885.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 106 (41.80% from 255) = 55.21%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=8.33%
G=55.21%
B=36.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106700.8500.340.5815673.7723.92
Hex106A46550223A9c4a18
Octal201521061250427223411230
Binary10000110101010001101010101010001011101010011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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