#076B63

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

Shades of Mosque #076B63

Tints of Mosque #076B63

Color information

#076B63 (or 0x076B63) is unknown color: approx Mosque. HEX triplet: 07, 6B and 63. RGB value is (7,107,99). Sum of RGB (Red+Green+Blue) = 7+107+99=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #076B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076B63 is #F8949C. Grayscale: #4C4C4C. Windows color (decimal): -16290973 or 6515463. OLE color: 6515463.

HSL color Cylindrical-coordinate representation of color #076B63: hue angle of 175.2º 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 #076B63 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB710799-
CMYK0.9300.070.58
HSL175.2º87.72%22.35%-
HSV(B)175.2º93.46%41.96%-
XYZ7.611.4613.62-
YUV76.19140.8778.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=3.29%
G=50.23%
B=46.48%

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
Decimal7107990.9300.070.58175.287.7222.35
Hex76B635D073Aaf5816
Octal7153143135077225713026
Binary111110101111000111011101011111101010101111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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