#106C3D

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

Shades of Jewel #106C3D

Tints of Jewel #106C3D

Color information

#106C3D (or 0x106C3D) is unknown color: approx Jewel. HEX triplet: 10, 6C and 3D. RGB value is (16,108,61). Sum of RGB (Red+Green+Blue) = 16+108+61=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #106C3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C3D is #EF93C2. Grayscale: #4B4B4B. Windows color (decimal): -15700931 or 4025360. OLE color: 4025360.

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

Color convert

RGB1610861-
CMYK0.8500.440.58
HSL149.35º74.19%24.31%-
HSV(B)149.35º85.19%42.35%-
XYZ6.4211.176.23-
YUV75.13120.0285.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 108 (42.58% from 255) = 58.38%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=8.65%
G=58.38%
B=32.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108610.8500.440.58149.3574.1924.31
Hex106C3D5502C3A954a18
Octal20154751250547222511230
Binary1000011011001111011010101010110011101010010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,108,61); }

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

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

 a { background-color: rgb(16,108,61); }

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

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

 span { border-color: rgb(16,108,61); }

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