Html Css Color HEX #106C76 Allports

📋 copy color: '#106C76'

red 16 ◦ green 108 ◦ blue 118

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

Shades of Allports #106C76

Tints of Allports #106C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

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

R = 6.61%
G = 44.63%
B = 48.76%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106C76 (or 0x106C76) is known color: Allports. HEX triplet: 10, 6C and 76. RGB value is (16,108,118). Sum of RGB (Red+Green+Blue) = 16+108+118=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #106C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C76 is #EF9389. Grayscale: #515151. Windows color (decimal): -15700874 or 7760912. OLE color: 7760912.

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

Color convert

RGB 16 108 118 -
CMYK 0.86 0.08 0 0.54
HSL 185.88º 0.76% 0.26% -
HSV(B) 185.88º 0.86% 0.46% -
XYZ 8.85 12.14 19.02 -
YUV 81.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 16 108 118 0.86 0.08 0 0.54 185.88 0.76 0.26
Hex 10 6C 76 56 8 0 36 BA 4C 1A
Octal 20 154 166 126 10 0 66 272 114 32
Binary 10000 1101100 1110110 1010110 1000 0 110110 10111010 1001100 11010

Color Harmonies of #106C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106C76

Black with #106C76

Text Example


Text Example

White with #106C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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