#07685A

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

Shades of Mosque #07685A

Tints of Mosque #07685A

Color information

#07685A (or 0x07685A) is unknown color: approx Mosque. HEX triplet: 07, 68 and 5A. RGB value is (7,104,90). Sum of RGB (Red+Green+Blue) = 7+104+90=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #07685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07685A is #F897A5. Grayscale: #494949. Windows color (decimal): -16291750 or 5924871. OLE color: 5924871.

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

Color convert

RGB710490-
CMYK0.9300.130.59
HSL171.34º87.39%21.76%-
HSV(B)171.34º93.27%40.78%-
XYZ6.8810.6811.37-
YUV73.4137.3680.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=3.48%
G=51.74%
B=44.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104900.9300.130.59171.3487.3921.76
Hex7685A5D0D3Bab5716
Octal71501321350157325312726
Binary1111101000101101010111010110111101110101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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