Shades of Mosque #016B64
Tints of Mosque #016B64
RGB
CMYK
RGB Variations
Color information
#016B64 (or 0x016B64) is known color: Mosque. HEX triplet: 01, 6B and 64. RGB value is (1,107,100). Sum of RGB (Red+Green+Blue) = 1+107+100=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #016B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B64 is #FE949B. Grayscale: #4A4A4A. Windows color (decimal): -16684188 or 6580993. OLE color: 6580993.
HSL color Cylindrical-coordinate representation of color #016B64: hue angle of 176.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B64 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 100 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.58 |
| HSL | 176.04º | 0.98% | 0.21% | - |
| HSV(B) | 176.04º | 0.99% | 0.42% | - |
| XYZ | 7.57 | 11.44 | 13.87 | - |
| YUV | 74.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 100 | 0.99 | 0 | 0.07 | 0.58 | 176.04 | 0.98 | 0.21 |
| Hex | 1 | 6B | 64 | 63 | 0 | 7 | 3A | B0 | 62 | 15 |
| Octal | 1 | 153 | 144 | 143 | 0 | 7 | 72 | 260 | 142 | 25 |
| Binary | 1 | 1101011 | 1100100 | 1100011 | 0 | 111 | 111010 | 10110000 | 1100010 | 10101 |
Color Harmonies of #016B64
Complementary color
Monochromatic Colors of #016B64
Black with #016B64
Text Example
Text Example
White with #016B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B64; }
p { color: rgb(1,107,100); }
H1.HeaderClassName
{
color: #016B64;
}
.AnyTagClassName
{
color: #016B64;
}
</style>
background-color css
<style>
a { background-color: #016B64; }
a { background-color: rgb(1,107,100); }
div.DivClassName
{
background-color: #016B64;
}
.BgClassName
{
background-color: #016B64;
}
</style>
border-color css
<style>
span { border-color: #016B64; }
span { border-color: rgb(1,107,100); }
td.TdClassName
{
border-color: #016B64;
}
.TagClassName
{
border-color: #016B64;
}
</style>