Shades of Allports #106D76
Tints of Allports #106D76
RGB
CMYK
RGB Variations
Color information
#106D76 (or 0x106D76) is known color: Allports. HEX triplet: 10, 6D and 76. RGB value is (16,109,118). Sum of RGB (Red+Green+Blue) = 16+109+118=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #106D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D76 is #EF9289. Grayscale: #525252. Windows color (decimal): -15700618 or 7761168. OLE color: 7761168.
HSL color Cylindrical-coordinate representation of color #106D76: hue angle of 185.29º 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 #106D76 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 109 | 118 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.54 |
| HSL | 185.29º | 0.76% | 0.26% | - |
| HSV(B) | 185.29º | 0.86% | 0.46% | - |
| XYZ | 8.95 | 12.36 | 19.05 | - |
| YUV | 82.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 118 | 0.86 | 0.08 | 0 | 0.54 | 185.29 | 0.76 | 0.26 |
| Hex | 10 | 6D | 76 | 56 | 8 | 0 | 36 | B9 | 4C | 1A |
| Octal | 20 | 155 | 166 | 126 | 10 | 0 | 66 | 271 | 114 | 32 |
| Binary | 10000 | 1101101 | 1110110 | 1010110 | 1000 | 0 | 110110 | 10111001 | 1001100 | 11010 |
Color Harmonies of #106D76
Complementary color
Monochromatic Colors of #106D76
Black with #106D76
Text Example
Text Example
White with #106D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D76; }
p { color: rgb(16,109,118); }
H1.HeaderClassName
{
color: #106D76;
}
.AnyTagClassName
{
color: #106D76;
}
</style>
background-color css
<style>
a { background-color: #106D76; }
a { background-color: rgb(16,109,118); }
div.DivClassName
{
background-color: #106D76;
}
.BgClassName
{
background-color: #106D76;
}
</style>
border-color css
<style>
span { border-color: #106D76; }
span { border-color: rgb(16,109,118); }
td.TdClassName
{
border-color: #106D76;
}
.TagClassName
{
border-color: #106D76;
}
</style>