#106D5F

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

Shades of Blue Stone #106D5F

Tints of Blue Stone #106D5F

Color information

#106D5F (or 0x106D5F) is unknown color: approx Blue Stone. HEX triplet: 10, 6D and 5F. RGB value is (16,109,95). Sum of RGB (Red+Green+Blue) = 16+109+95=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #106D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D5F is #EF92A0. Grayscale: #4F4F4F. Windows color (decimal): -15700641 or 6253840. OLE color: 6253840.

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

Color convert

RGB1610995-
CMYK0.8500.130.57
HSL170.97º74.4%24.51%-
HSV(B)170.97º85.32%42.75%-
XYZ7.7511.8712.71-
YUV79.6136.6982.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=7.27%
G=49.55%
B=43.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109950.8500.130.57170.9774.424.51
Hex106D5F550D39ab4a19
Octal201551371250157125311231
Binary100001101101101111110101010110111100110101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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