#07584B

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

Shades of Mosque #07584B

Tints of Mosque #07584B

Color information

#07584B (or 0x07584B) is unknown color: approx Mosque. HEX triplet: 07, 58 and 4B. RGB value is (7,88,75). Sum of RGB (Red+Green+Blue) = 7+88+75=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #07584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07584B is #F8A7B4. Grayscale: #3E3E3E. Windows color (decimal): -16295861 or 4937735. OLE color: 4937735.

HSL color Cylindrical-coordinate representation of color #07584B: hue angle of 170.37º 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 #07584B is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB78875-
CMYK0.9200.150.65
HSL170.37º85.26%18.63%-
HSV(B)170.37º92.05%34.51%-
XYZ4.857.537.86-
YUV62.3135.1688.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.12%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=4.12%
G=51.76%
B=44.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal788750.9200.150.65170.3785.2618.63
Hex7584B5C0F41aa5513
Octal713011313401710125212523
Binary11110110001001011101110001111100000110101010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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