#076A63

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

Shades of Mosque #076A63

Tints of Mosque #076A63

Color information

#076A63 (or 0x076A63) is unknown color: approx Mosque. HEX triplet: 07, 6A and 63. RGB value is (7,106,99). Sum of RGB (Red+Green+Blue) = 7+106+99=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #076A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A63 is #F8959C. Grayscale: #4B4B4B. Windows color (decimal): -16291229 or 6515207. OLE color: 6515207.

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

Color convert

RGB710699-
CMYK0.9300.070.58
HSL175.76º87.61%22.16%-
HSV(B)175.76º93.4%41.57%-
XYZ7.4911.2513.58-
YUV75.6141.279.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=3.30%
G=50%
B=46.70%

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
Decimal7106990.9300.070.58175.7687.6122.16
Hex76A635D073Ab05816
Octal7152143135077226013026
Binary111110101011000111011101011111101010110000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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