Html Css Color HEX #006764 Mosque

📋 copy color: '#006764'

red 0 ◦ green 103 ◦ blue 100

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

Shades of Mosque #006764

Tints of Mosque #006764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.26%

R = 0%
G = 50.74%
B = 49.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#006764 (or 0x006764) is known color: Mosque. HEX triplet: 00, 67 and 64. RGB value is (0,103,100). Sum of RGB (Red+Green+Blue) = 0+103+100=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #006764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006764 is #FF989B. Grayscale: #474747. Windows color (decimal): -16750748 or 6579968. OLE color: 6579968.

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

Color convert

RGB 0 103 100 -
CMYK 1 0 0.03 0.60
HSL 178.25º 1% 0.2% -
HSV(B) 178.25º 1% 0.4% -
XYZ 7.15 10.62 13.73 -
YUV 71.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 0 103 100 1 0 0.03 0.60 178.25 1 0.2
Hex 0 67 64 64 0 3 3C B2 64 14
Octal 0 147 144 144 0 3 74 262 144 24
Binary 0 1100111 1100100 1100100 0 11 111100 10110010 1100100 10100

Color Harmonies of #006764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006764

Black with #006764

Text Example


Text Example

White with #006764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006764; }

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

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

background-color css

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

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

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

border-color css

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

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

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