#075F54

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

Shades of Mosque #075F54

Tints of Mosque #075F54

Color information

#075F54 (or 0x075F54) is unknown color: approx Mosque. HEX triplet: 07, 5F and 54. RGB value is (7,95,84). Sum of RGB (Red+Green+Blue) = 7+95+84=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #075F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F54 is #F8A0AB. Grayscale: #434343. Windows color (decimal): -16294060 or 5529351. OLE color: 5529351.

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

Color convert

RGB79584-
CMYK0.9300.120.63
HSL172.5º86.27%20%-
HSV(B)172.5º92.63%37.25%-
XYZ5.788.879.79-
YUV67.43137.3584.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=3.76%
G=51.08%
B=45.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal795840.9300.120.63172.586.2720
Hex75F545D0C3Fac5614
Octal71371241350147725412624
Binary1111011111101010010111010110011111110101100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,95,84); }

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

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

 a { background-color: rgb(7,95,84); }

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

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

 span { border-color: rgb(7,95,84); }

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