#075A60

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

Shades of Mosque #075A60

Tints of Mosque #075A60

Color information

#075A60 (or 0x075A60) is unknown color: approx Mosque. HEX triplet: 07, 5A and 60. RGB value is (7,90,96). Sum of RGB (Red+Green+Blue) = 7+90+96=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #075A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A60 is #F8A59F. Grayscale: #414141. Windows color (decimal): -16295328 or 6314503. OLE color: 6314503.

HSL color Cylindrical-coordinate representation of color #075A60: hue angle of 184.04º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075A60 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB79096-
CMYK0.930.0600.62
HSL184.04º86.41%20.2%-
HSV(B)184.04º92.71%37.65%-
XYZ5.868.212.34-
YUV65.8714586.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=3.63%
G=46.63%
B=49.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal790960.930.0600.62184.0486.4120.2
Hex75A605D603Eb85614
Octal7132140135607627012624
Binary111101101011000001011101110011111010111000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075A60; }

 p { color: rgb(7,90,96); }

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

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

 a { background-color: rgb(7,90,96); }

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

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

 span { border-color: rgb(7,90,96); }

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