#016B65

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

Shades of Mosque #016B65

Tints of Mosque #016B65

Color information

#016B65 (or 0x016B65) is unknown color: approx Mosque. HEX triplet: 01, 6B and 65. RGB value is (1,107,101). Sum of RGB (Red+Green+Blue) = 1+107+101=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #016B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B65 is #FE949A. Grayscale: #4A4A4A. Windows color (decimal): -16684187 or 6646529. OLE color: 6646529.

HSL color Cylindrical-coordinate representation of color #016B65: hue angle of 176.6º 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 #016B65 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB1107101-
CMYK0.9900.060.58
HSL176.6º98.15%21.18%-
HSV(B)176.6º99.07%41.96%-
XYZ7.6211.4614.12-
YUV74.62142.8875.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 107 (42.19% from 255) = 51.20%
BLUE value IS 101 (39.84% from 255) = 48.33%
R=0.48%
G=51.20%
B=48.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal11071010.9900.060.58176.698.1521.18
Hex16B6563063Ab16215
Octal1153145143067226114225
Binary1110101111001011100011011011101010110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B65; }

 p { color: rgb(1,107,101); }

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

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

 a { background-color: rgb(1,107,101); }

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

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

 span { border-color: rgb(1,107,101); }

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