#106C40

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

Shades of Jewel #106C40

Tints of Jewel #106C40

Color information

#106C40 (or 0x106C40) is unknown color: approx Jewel. HEX triplet: 10, 6C and 40. RGB value is (16,108,64). Sum of RGB (Red+Green+Blue) = 16+108+64=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 108 (42.58% from 255 or 57.45% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 108 - color contains mainly: green. Hex color #106C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C40 is #EF93BF. Grayscale: #4B4B4B. Windows color (decimal): -15700928 or 4221968. OLE color: 4221968.

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

Color convert

RGB1610864-
CMYK0.8500.410.58
HSL151.3º74.19%24.31%-
HSV(B)151.3º85.19%42.35%-
XYZ6.511.216.67-
YUV75.48121.5285.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 108 (42.58% from 255) = 57.45%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=8.51%
G=57.45%
B=34.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108640.8500.410.58151.374.1924.31
Hex106C40550293A974a18
Octal201541001250517222711230
Binary10000110110010000001010101010100111101010010111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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