#016662

Color #016662 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #016662

Tints of Mosque #016662

Color information

#016662 (or 0x016662) is unknown color: approx Mosque. HEX triplet: 01, 66 and 62. RGB value is (1,102,98). Sum of RGB (Red+Green+Blue) = 1+102+98=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #016662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016662 is #FE999D. Grayscale: #474747. Windows color (decimal): -16685470 or 6448641. OLE color: 6448641.

HSL color Cylindrical-coordinate representation of color #016662: hue angle of 177.62º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016662 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB110298-
CMYK0.9900.040.6
HSL177.62º98.06%20.2%-
HSV(B)177.62º99.02%40%-
XYZ6.9710.3913.19-
YUV71.34143.0477.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=0.50%
G=50.75%
B=48.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102980.9900.040.6177.6298.0620.2
Hex1666263043Cb26214
Octal1146142143047426214224
Binary1110011011000101100011010011110010110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016662; }

 p { color: rgb(1,102,98); }

 H1.HeaderClassName
 {
   color: #016662;
 }
 .AnyTagClassName
 {
   color: #016662;
 }
</style>
background-color css

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

 a { background-color: rgb(1,102,98); }

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

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

 span { border-color: rgb(1,102,98); }

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