#07685D

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

Shades of Mosque #07685D

Tints of Mosque #07685D

Color information

#07685D (or 0x07685D) is unknown color: approx Mosque. HEX triplet: 07, 68 and 5D. RGB value is (7,104,93). Sum of RGB (Red+Green+Blue) = 7+104+93=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #07685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07685D is #F897A2. Grayscale: #494949. Windows color (decimal): -16291747 or 6121479. OLE color: 6121479.

HSL color Cylindrical-coordinate representation of color #07685D: hue angle of 173.2º 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 #07685D is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB710493-
CMYK0.9300.110.59
HSL173.2º87.39%21.76%-
HSV(B)173.2º93.27%40.78%-
XYZ7.0110.7412.06-
YUV73.74138.8680.39-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=3.43%
G=50.98%
B=45.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104930.9300.110.59173.287.3921.76
Hex7685D5D0B3Bad5716
Octal71501351350137325512726
Binary1111101000101110110111010101111101110101101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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