#07605B

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

Shades of Mosque #07605B

Tints of Mosque #07605B

Color information

#07605B (or 0x07605B) is unknown color: approx Mosque. HEX triplet: 07, 60 and 5B. RGB value is (7,96,91). Sum of RGB (Red+Green+Blue) = 7+96+91=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #07605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07605B is #F89FA4. Grayscale: #444444. Windows color (decimal): -16293797 or 5988359. OLE color: 5988359.

HSL color Cylindrical-coordinate representation of color #07605B: hue angle of 176.63º 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 #07605B is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB79691-
CMYK0.9300.050.62
HSL176.63º86.41%20.2%-
HSV(B)176.63º92.71%37.65%-
XYZ6.169.1711.34-
YUV68.82140.5183.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.61%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=3.61%
G=49.48%
B=46.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal796910.9300.050.62176.6386.4120.2
Hex7605B5D053Eb15614
Octal7140133135057626112624
Binary111110000010110111011101010111111010110001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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