#106F76

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

Shades of Allports #106F76

Tints of Allports #106F76

Color information

#106F76 (or 0x106F76) is unknown color: approx Allports. HEX triplet: 10, 6F and 76. RGB value is (16,111,118). Sum of RGB (Red+Green+Blue) = 16+111+118=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #106F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F76 is #EF9089. Grayscale: #535353. Windows color (decimal): -15700106 or 7761680. OLE color: 7761680.

HSL color Cylindrical-coordinate representation of color #106F76: hue angle of 184.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F76 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16111118-
CMYK0.860.0600.54
HSL184.12º76.12%26.27%-
HSV(B)184.12º86.44%46.27%-
XYZ9.1712.7919.12-
YUV83.39147.5379.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=6.53%
G=45.31%
B=48.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161111180.860.0600.54184.1276.1226.27
Hex106F76566036b84c1a
Octal20157166126606627011432
Binary10000110111111101101010110110011011010111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,111,118); }

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

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

 a { background-color: rgb(16,111,118); }

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

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

 span { border-color: rgb(16,111,118); }

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