#07594A

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

Shades of Mosque #07594A

Tints of Mosque #07594A

Color information

#07594A (or 0x07594A) is unknown color: approx Mosque. HEX triplet: 07, 59 and 4A. RGB value is (7,89,74). Sum of RGB (Red+Green+Blue) = 7+89+74=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #07594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07594A is #F8A6B5. Grayscale: #3E3E3E. Windows color (decimal): -16295606 or 4872455. OLE color: 4872455.

HSL color Cylindrical-coordinate representation of color #07594A: hue angle of 169.02º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07594A is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB78974-
CMYK0.9200.170.65
HSL169.02º85.42%18.82%-
HSV(B)169.02º92.13%34.9%-
XYZ4.97.687.7-
YUV62.77134.3388.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=4.12%
G=52.35%
B=43.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal789740.9200.170.65169.0285.4218.82
Hex7594A5C01141a95513
Octal713111213402110125112523
Binary111101100110010101011100010001100000110101001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07594A; }

 p { color: rgb(7,89,74); }

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

<style>
 a { background-color: #07594A; }

 a { background-color: rgb(7,89,74); }

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

<style>
 span { border-color: #07594A; }

 span { border-color: rgb(7,89,74); }

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