Html Css Color HEX #016766 Mosque

📋 copy color: '#016766'

red 1 ◦ green 103 ◦ blue 102

#016766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #016766

Tints of Mosque #016766

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

 GREEN value IS 103 (40.63% from 255) = 50%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 0.49%
G = 50%
B = 49.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#016766 (or 0x016766) is known color: Mosque. HEX triplet: 01, 67 and 66. RGB value is (1,103,102). Sum of RGB (Red+Green+Blue) = 1+103+102=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #016766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016766 is #FE9899. Grayscale: #484848. Windows color (decimal): -16685210 or 6711041. OLE color: 6711041.

HSL color Cylindrical-coordinate representation of color #016766: hue angle of 179.41º 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 #016766 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 103 102 -
CMYK 0.99 0 0.01 0.60
HSL 179.41º 0.98% 0.2% -
HSV(B) 179.41º 0.99% 0.4% -
XYZ 7.26 10.67 14.25 -
YUV 72.39 144.71 77.08 -
System Red Green Blue C M Y K H S L
Decimal 1 103 102 0.99 0 0.01 0.60 179.41 0.98 0.2
Hex 1 67 66 63 0 1 3C B3 62 14
Octal 1 147 146 143 0 1 74 263 142 24
Binary 1 1100111 1100110 1100011 0 1 111100 10110011 1100010 10100

Color Harmonies of #016766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016766

Black with #016766

Text Example


Text Example

White with #016766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016766; }

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

 H1.HeaderClassName
 {
   color: #016766;
 }
 .AnyTagClassName
 {
   color: #016766;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #016766;
 }
 .BgClassName
 {
   background-color: #016766;
 }
</style>

border-color css

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

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

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