Shades of Mosque #016A62
Tints of Mosque #016A62
RGB
CMYK
RGB Variations
Color information
#016A62 (or 0x016A62) is known color: Mosque. HEX triplet: 01, 6A and 62. RGB value is (1,106,98). Sum of RGB (Red+Green+Blue) = 1+106+98=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #016A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A62 is #FE959D. Grayscale: #494949. Windows color (decimal): -16684446 or 6449665. OLE color: 6449665.
HSL color Cylindrical-coordinate representation of color #016A62: hue angle of 175.43º 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 #016A62 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 98 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.58 |
| HSL | 175.43º | 0.98% | 0.21% | - |
| HSV(B) | 175.43º | 0.99% | 0.42% | - |
| XYZ | 7.37 | 11.2 | 13.33 | - |
| YUV | 73.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 98 | 0.99 | 0 | 0.08 | 0.58 | 175.43 | 0.98 | 0.21 |
| Hex | 1 | 6A | 62 | 63 | 0 | 8 | 3A | AF | 62 | 15 |
| Octal | 1 | 152 | 142 | 143 | 0 | 10 | 72 | 257 | 142 | 25 |
| Binary | 1 | 1101010 | 1100010 | 1100011 | 0 | 1000 | 111010 | 10101111 | 1100010 | 10101 |
Color Harmonies of #016A62
Complementary color
Monochromatic Colors of #016A62
Black with #016A62
Text Example
Text Example
White with #016A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A62; }
p { color: rgb(1,106,98); }
H1.HeaderClassName
{
color: #016A62;
}
.AnyTagClassName
{
color: #016A62;
}
</style>
background-color css
<style>
a { background-color: #016A62; }
a { background-color: rgb(1,106,98); }
div.DivClassName
{
background-color: #016A62;
}
.BgClassName
{
background-color: #016A62;
}
</style>
border-color css
<style>
span { border-color: #016A62; }
span { border-color: rgb(1,106,98); }
td.TdClassName
{
border-color: #016A62;
}
.TagClassName
{
border-color: #016A62;
}
</style>