Shades of Allports #1D6D76
Tints of Allports #1D6D76
RGB
CMYK
RGB Variations
Color information
#1D6D76 (or 0x1D6D76) is known color: Allports. HEX triplet: 1D, 6D and 76. RGB value is (29,109,118). Sum of RGB (Red+Green+Blue) = 29+109+118=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D6D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6D76 is #E29289. Grayscale: #555555. Windows color (decimal): -14848650 or 7761181. OLE color: 7761181.
HSL color Cylindrical-coordinate representation of color #1D6D76: hue angle of 186.07º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6D76 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 109 | 118 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.54 |
| HSL | 186.07º | 0.61% | 0.29% | - |
| HSV(B) | 186.07º | 0.75% | 0.46% | - |
| XYZ | 9.25 | 12.51 | 19.07 | - |
| YUV | 86.11 | 146 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 118 | 0.75 | 0.08 | 0 | 0.54 | 186.07 | 0.61 | 0.29 |
| Hex | 1D | 6D | 76 | 4B | 8 | 0 | 36 | BA | 3D | 1D |
| Octal | 35 | 155 | 166 | 113 | 10 | 0 | 66 | 272 | 75 | 35 |
| Binary | 11101 | 1101101 | 1110110 | 1001011 | 1000 | 0 | 110110 | 10111010 | 111101 | 11101 |
Color Harmonies of #1D6D76
Complementary color
Monochromatic Colors of #1D6D76
Black with #1D6D76
Text Example
Text Example
White with #1D6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6D76; }
p { color: rgb(29,109,118); }
H1.HeaderClassName
{
color: #1D6D76;
}
.AnyTagClassName
{
color: #1D6D76;
}
</style>
background-color css
<style>
a { background-color: #1D6D76; }
a { background-color: rgb(29,109,118); }
div.DivClassName
{
background-color: #1D6D76;
}
.BgClassName
{
background-color: #1D6D76;
}
</style>
border-color css
<style>
span { border-color: #1D6D76; }
span { border-color: rgb(29,109,118); }
td.TdClassName
{
border-color: #1D6D76;
}
.TagClassName
{
border-color: #1D6D76;
}
</style>