#07574B

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

Shades of Mosque #07574B

Tints of Mosque #07574B

Color information

#07574B (or 0x07574B) is unknown color: approx Mosque. HEX triplet: 07, 57 and 4B. RGB value is (7,87,75). Sum of RGB (Red+Green+Blue) = 7+87+75=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #07574B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07574B is #F8A8B4. Grayscale: #3D3D3D. Windows color (decimal): -16296117 or 4937479. OLE color: 4937479.

HSL color Cylindrical-coordinate representation of color #07574B: hue angle of 171º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07574B is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB78775-
CMYK0.9200.140.66
HSL171º85.11%18.43%-
HSV(B)171º91.95%34.12%-
XYZ4.777.377.83-
YUV61.71135.588.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=4.14%
G=51.48%
B=44.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal787750.9200.140.6617185.1118.43
Hex7574B5C0E42ab5512
Octal712711313401610225312522
Binary11110101111001011101110001110100001010101011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07574B; }

 p { color: rgb(7,87,75); }

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

<style>
 a { background-color: #07574B; }

 a { background-color: rgb(7,87,75); }

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

<style>
 span { border-color: #07574B; }

 span { border-color: rgb(7,87,75); }

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