Html Css Color HEX #006766 Mosque

📋 copy color: '#006766'

red 0 ◦ green 103 ◦ blue 102

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

Shades of Mosque #006766

Tints of Mosque #006766

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 50.24%
B = 49.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#006766 (or 0x006766) is known color: Mosque. HEX triplet: 00, 67 and 66. RGB value is (0,103,102). Sum of RGB (Red+Green+Blue) = 0+103+102=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #006766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006766 is #FF9899. Grayscale: #474747. Windows color (decimal): -16750746 or 6711040. OLE color: 6711040.

HSL color Cylindrical-coordinate representation of color #006766: hue angle of 179.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006766 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 102 -
CMYK 1 0 0.01 0.60
HSL 179.42º 1% 0.2% -
HSV(B) 179.42º 1% 0.4% -
XYZ 7.25 10.66 14.25 -
YUV 72.09 144.88 76.58 -
System Red Green Blue C M Y K H S L
Decimal 0 103 102 1 0 0.01 0.60 179.42 1 0.2
Hex 0 67 66 64 0 1 3C B3 64 14
Octal 0 147 146 144 0 1 74 263 144 24
Binary 0 1100111 1100110 1100100 0 1 111100 10110011 1100100 10100

Color Harmonies of #006766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006766

Black with #006766

Text Example


Text Example

White with #006766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006766; }

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

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

background-color css

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

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

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

border-color css

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

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

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