#106C4B

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

Shades of Jewel #106C4B

Tints of Jewel #106C4B

Color information

#106C4B (or 0x106C4B) is unknown color: approx Jewel. HEX triplet: 10, 6C and 4B. RGB value is (16,108,75). Sum of RGB (Red+Green+Blue) = 16+108+75=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #106C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106C4B is #EF93B4. Grayscale: #4C4C4C. Windows color (decimal): -15700917 or 4942864. OLE color: 4942864.

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

Color convert

RGB1610875-
CMYK0.8500.310.58
HSL158.48º74.19%24.31%-
HSV(B)158.48º85.19%42.35%-
XYZ6.8511.348.49-
YUV76.73127.0284.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=8.04%
G=54.27%
B=37.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108750.8500.310.58158.4874.1924.31
Hex106C4B5501F3A9e4a18
Octal201541131250377223611230
Binary1000011011001001011101010101111111101010011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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