#016A60

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

Shades of Mosque #016A60

Tints of Mosque #016A60

Color information

#016A60 (or 0x016A60) is unknown color: approx Mosque. HEX triplet: 01, 6A and 60. RGB value is (1,106,96). Sum of RGB (Red+Green+Blue) = 1+106+96=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #016A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A60 is #FE959F. Grayscale: #494949. Windows color (decimal): -16684448 or 6318593. OLE color: 6318593.

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

Color convert

RGB110696-
CMYK0.9900.090.58
HSL174.29º98.13%20.98%-
HSV(B)174.29º99.06%41.57%-
XYZ7.2811.1612.84-
YUV73.46140.7176.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=0.49%
G=52.22%
B=47.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106960.9900.090.58174.2998.1320.98
Hex16A6063093Aae6215
Octal11521401430117225614225
Binary11101010110000011000110100111101010101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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