#106D75

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

Shades of Allports #106D75

Tints of Allports #106D75

Color information

#106D75 (or 0x106D75) is unknown color: approx Allports. HEX triplet: 10, 6D and 75. RGB value is (16,109,117). Sum of RGB (Red+Green+Blue) = 16+109+117=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #106D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D75 is #EF928A. Grayscale: #515151. Windows color (decimal): -15700619 or 7695632. OLE color: 7695632.

HSL color Cylindrical-coordinate representation of color #106D75: hue angle of 184.75º 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 #106D75 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB16109117-
CMYK0.860.0700.54
HSL184.75º75.94%26.08%-
HSV(B)184.75º86.32%45.88%-
XYZ8.8912.3318.74-
YUV82.1147.6980.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=6.61%
G=45.04%
B=48.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161091170.860.0700.54184.7575.9426.08
Hex106D75567036b94c1a
Octal20155165126706627111432
Binary10000110110111101011010110111011011010111001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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