#106D46

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

Shades of Jewel #106D46

Tints of Jewel #106D46

Color information

#106D46 (or 0x106D46) is unknown color: approx Jewel. HEX triplet: 10, 6D and 46. RGB value is (16,109,70). Sum of RGB (Red+Green+Blue) = 16+109+70=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #106D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106D46 is #EF92B9. Grayscale: #4C4C4C. Windows color (decimal): -15700666 or 4615440. OLE color: 4615440.

HSL color Cylindrical-coordinate representation of color #106D46: hue angle of 154.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D46 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB1610970-
CMYK0.8500.360.57
HSL154.84º74.4%24.51%-
HSV(B)154.84º85.32%42.75%-
XYZ6.7911.497.65-
YUV76.75124.1984.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.21%
GREEN value IS 109 (42.97% from 255) = 55.90%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=8.21%
G=55.90%
B=35.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109700.8500.360.57154.8474.424.51
Hex106D4655024399b4a19
Octal201551061250447123311231
Binary10000110110110001101010101010010011100110011011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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