#106B4D

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

Shades of Jewel #106B4D

Tints of Jewel #106B4D

Color information

#106B4D (or 0x106B4D) is unknown color: approx Jewel. HEX triplet: 10, 6B and 4D. RGB value is (16,107,77). Sum of RGB (Red+Green+Blue) = 16+107+77=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #106B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B4D is #EF94B2. Grayscale: #4C4C4C. Windows color (decimal): -15701171 or 5073680. OLE color: 5073680.

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

Color convert

RGB1610777-
CMYK0.8500.280.58
HSL160.22º73.98%24.12%-
HSV(B)160.22º85.05%41.96%-
XYZ6.8111.168.82-
YUV76.37128.3584.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=8%
G=53.5%
B=38.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107770.8500.280.58160.2273.9824.12
Hex106B4D5501C3Aa04a18
Octal201531151250347224011230
Binary1000011010111001101101010101110011101010100000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,77); }

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

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

 a { background-color: rgb(16,107,77); }

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

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

 span { border-color: rgb(16,107,77); }

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