#016A5F

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

Shades of Mosque #016A5F

Tints of Mosque #016A5F

Color information

#016A5F (or 0x016A5F) is unknown color: approx Mosque. HEX triplet: 01, 6A and 5F. RGB value is (1,106,95). Sum of RGB (Red+Green+Blue) = 1+106+95=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #016A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A5F is #FE95A0. Grayscale: #494949. Windows color (decimal): -16684449 or 6253057. OLE color: 6253057.

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

Color convert

RGB110695-
CMYK0.9900.100.58
HSL173.71º98.13%20.98%-
HSV(B)173.71º99.06%41.57%-
XYZ7.2311.1412.6-
YUV73.35140.2176.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 106 (41.80% from 255) = 52.48%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=0.50%
G=52.48%
B=47.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106950.9900.100.58173.7198.1320.98
Hex16A5F630A3Aae6215
Octal11521371430127225614225
Binary11101010101111111000110101011101010101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,106,95); }

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

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

 a { background-color: rgb(1,106,95); }

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

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

 span { border-color: rgb(1,106,95); }

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