#01665F

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

Shades of Mosque #01665F

Tints of Mosque #01665F

Color information

#01665F (or 0x01665F) is unknown color: approx Mosque. HEX triplet: 01, 66 and 5F. RGB value is (1,102,95). Sum of RGB (Red+Green+Blue) = 1+102+95=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #01665F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665F is #FE99A0. Grayscale: #464646. Windows color (decimal): -16685473 or 6252033. OLE color: 6252033.

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

Color convert

RGB110295-
CMYK0.9900.070.6
HSL175.84º98.06%20.2%-
HSV(B)175.84º99.02%40%-
XYZ6.8310.3412.46-
YUV71141.5478.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 102 (40.23% from 255) = 51.52%
BLUE value IS 95 (37.5% from 255) = 47.98%
R=0.51%
G=51.52%
B=47.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102950.9900.070.6175.8498.0620.2
Hex1665F63073Cb06214
Octal1146137143077426014224
Binary1110011010111111100011011111110010110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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