#07685C

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

Shades of Mosque #07685C

Tints of Mosque #07685C

Color information

#07685C (or 0x07685C) is unknown color: approx Mosque. HEX triplet: 07, 68 and 5C. RGB value is (7,104,92). Sum of RGB (Red+Green+Blue) = 7+104+92=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #07685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07685C is #F897A3. Grayscale: #494949. Windows color (decimal): -16291748 or 6055943. OLE color: 6055943.

HSL color Cylindrical-coordinate representation of color #07685C: hue angle of 172.58º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07685C is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB710492-
CMYK0.9300.120.59
HSL172.58º87.39%21.76%-
HSV(B)172.58º93.27%40.78%-
XYZ6.9710.7211.83-
YUV73.63138.3680.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=3.45%
G=51.23%
B=45.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104920.9300.120.59172.5887.3921.76
Hex7685C5D0C3Bad5716
Octal71501341350147325512726
Binary1111101000101110010111010110011101110101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07685C; }

 p { color: rgb(7,104,92); }

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

<style>
 a { background-color: #07685C; }

 a { background-color: rgb(7,104,92); }

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

<style>
 span { border-color: #07685C; }

 span { border-color: rgb(7,104,92); }

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