#01665A

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

Shades of Mosque #01665A

Tints of Mosque #01665A

Color information

#01665A (or 0x01665A) is unknown color: approx Mosque. HEX triplet: 01, 66 and 5A. RGB value is (1,102,90). Sum of RGB (Red+Green+Blue) = 1+102+90=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #01665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665A is #FE99A5. Grayscale: #464646. Windows color (decimal): -16685478 or 5924353. OLE color: 5924353.

HSL color Cylindrical-coordinate representation of color #01665A: hue angle of 172.87º 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 #01665A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB110290-
CMYK0.9900.120.6
HSL172.87º98.06%20.2%-
HSV(B)172.87º99.02%40%-
XYZ6.6110.2511.3-
YUV70.43139.0478.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 102 (40.23% from 255) = 52.85%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=0.52%
G=52.85%
B=46.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102900.9900.120.6172.8798.0620.2
Hex1665A630C3Cad6214
Octal11461321430147425514224
Binary11100110101101011000110110011110010101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01665A; }

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

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

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

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

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

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

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

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