#076A61

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

Shades of Mosque #076A61

Tints of Mosque #076A61

Color information

#076A61 (or 0x076A61) is unknown color: approx Mosque. HEX triplet: 07, 6A and 61. RGB value is (7,106,97). Sum of RGB (Red+Green+Blue) = 7+106+97=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #076A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A61 is #F8959E. Grayscale: #4B4B4B. Windows color (decimal): -16291231 or 6384135. OLE color: 6384135.

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

Color convert

RGB710697-
CMYK0.9300.080.58
HSL174.55º87.61%22.16%-
HSV(B)174.55º93.4%41.57%-
XYZ7.411.2213.08-
YUV75.37140.279.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 106 (41.80% from 255) = 50.48%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=3.33%
G=50.48%
B=46.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7106970.9300.080.58174.5587.6122.16
Hex76A615D083Aaf5816
Octal71521411350107225713026
Binary1111101010110000110111010100011101010101111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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