#076B64

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

Shades of Mosque #076B64

Tints of Mosque #076B64

Color information

#076B64 (or 0x076B64) is unknown color: approx Mosque. HEX triplet: 07, 6B and 64. RGB value is (7,107,100). Sum of RGB (Red+Green+Blue) = 7+107+100=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #076B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B64 is #F8949B. Grayscale: #4C4C4C. Windows color (decimal): -16290972 or 6580999. OLE color: 6580999.

HSL color Cylindrical-coordinate representation of color #076B64: hue angle of 175.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076B64 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB7107100-
CMYK0.9300.070.58
HSL175.8º87.72%22.35%-
HSV(B)175.8º93.46%41.96%-
XYZ7.6511.4813.87-
YUV76.3141.3778.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 107 (42.19% from 255) = 50%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=3.27%
G=50%
B=46.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71071000.9300.070.58175.887.7222.35
Hex76B645D073Ab05816
Octal7153144135077226013026
Binary111110101111001001011101011111101010110000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076B64; }

 p { color: rgb(7,107,100); }

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

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

 a { background-color: rgb(7,107,100); }

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

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

 span { border-color: rgb(7,107,100); }

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