Html Css Color HEX #106B76 Allports

📋 copy color: '#106B76'

red 16 ◦ green 107 ◦ blue 118

#106B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #106B76

Tints of Allports #106B76

RGB

 RED value IS 16 (6.64% from 255) = 6.64%

 GREEN value IS 107 (42.19% from 255) = 44.4%

 BLUE value IS 118 (46.48% from 255) = 48.96%

R = 6.64%
G = 44.4%
B = 48.96%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106B76 (or 0x106B76) is known color: Allports. HEX triplet: 10, 6B and 76. RGB value is (16,107,118). Sum of RGB (Red+Green+Blue) = 16+107+118=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #106B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B76 is #EF9489. Grayscale: #505050. Windows color (decimal): -15701130 or 7760656. OLE color: 7760656.

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

Color convert

RGB 16 107 118 -
CMYK 0.86 0.09 0 0.54
HSL 186.47º 0.76% 0.26% -
HSV(B) 186.47º 0.86% 0.46% -
XYZ 8.74 11.93 18.98 -
YUV 81.05 148.85 81.61 -
System Red Green Blue C M Y K H S L
Decimal 16 107 118 0.86 0.09 0 0.54 186.47 0.76 0.26
Hex 10 6B 76 56 9 0 36 BA 4C 1A
Octal 20 153 166 126 11 0 66 272 114 32
Binary 10000 1101011 1110110 1010110 1001 0 110110 10111010 1001100 11010

Color Harmonies of #106B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B76

Black with #106B76

Text Example


Text Example

White with #106B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #106B76;
 }
 .AnyTagClassName
 {
   color: #106B76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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