Html Css Color HEX #016B65 Mosque

📋 copy color: '#016B65'

red 1 ◦ green 107 ◦ blue 101

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

Shades of Mosque #016B65

Tints of Mosque #016B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 0.48%
G = 51.2%
B = 48.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#016B65 (or 0x016B65) is known color: Mosque. HEX triplet: 01, 6B and 65. RGB value is (1,107,101). Sum of RGB (Red+Green+Blue) = 1+107+101=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #016B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B65 is #FE949A. Grayscale: #4A4A4A. Windows color (decimal): -16684187 or 6646529. OLE color: 6646529.

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

Color convert

RGB 1 107 101 -
CMYK 0.99 0 0.06 0.58
HSL 176.6º 0.98% 0.21% -
HSV(B) 176.6º 0.99% 0.42% -
XYZ 7.62 11.46 14.12 -
YUV 74.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 1 107 101 0.99 0 0.06 0.58 176.6 0.98 0.21
Hex 1 6B 65 63 0 6 3A B1 62 15
Octal 1 153 145 143 0 6 72 261 142 25
Binary 1 1101011 1100101 1100011 0 110 111010 10110001 1100010 10101

Color Harmonies of #016B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B65

Black with #016B65

Text Example


Text Example

White with #016B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,101); }

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

background-color css

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

 a { background-color: rgb(1,107,101); }

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

border-color css

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

 span { border-color: rgb(1,107,101); }

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