Html Css Color HEX #106076 Allports

📋 copy color: '#106076'

red 16 ◦ green 96 ◦ blue 118

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

Shades of Allports #106076

Tints of Allports #106076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

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

R = 6.96%
G = 41.74%
B = 51.3%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#106076 (or 0x106076) is known color: Allports. HEX triplet: 10, 60 and 76. RGB value is (16,96,118). Sum of RGB (Red+Green+Blue) = 16+96+118=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #106076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106076 is #EF9F89. Grayscale: #4A4A4A. Windows color (decimal): -15703946 or 7757840. OLE color: 7757840.

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

Color convert

RGB 16 96 118 -
CMYK 0.86 0.19 0 0.54
HSL 192.94º 0.76% 0.26% -
HSV(B) 192.94º 0.86% 0.46% -
XYZ 7.67 9.78 18.62 -
YUV 74.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 16 96 118 0.86 0.19 0 0.54 192.94 0.76 0.26
Hex 10 60 76 56 13 0 36 C1 4C 1A
Octal 20 140 166 126 23 0 66 301 114 32
Binary 10000 1100000 1110110 1010110 10011 0 110110 11000001 1001100 11010

Color Harmonies of #106076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106076

Black with #106076

Text Example


Text Example

White with #106076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106076; }

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

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

background-color css

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

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

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

border-color css

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

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

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