#0A685A

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

Shades of Mosque #0A685A

Tints of Mosque #0A685A

Color information

#0A685A (or 0x0A685A) is unknown color: approx Mosque. HEX triplet: 0A, 68 and 5A. RGB value is (10,104,90). Sum of RGB (Red+Green+Blue) = 10+104+90=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #0A685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A685A is #F597A5. Grayscale: #4A4A4A. Windows color (decimal): -16095142 or 5924874. OLE color: 5924874.

HSL color Cylindrical-coordinate representation of color #0A685A: hue angle of 171.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A685A is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1010490-
CMYK0.9000.130.59
HSL171.06º82.46%22.35%-
HSV(B)171.06º90.38%40.78%-
XYZ6.9210.711.37-
YUV74.3136.8682.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=4.90%
G=50.98%
B=44.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104900.9000.130.59171.0682.4622.35
HexA685A5A0D3Bab5216
Octal121501321320157325312226
Binary10101101000101101010110100110111101110101011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A685A; }

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

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

<style>
 a { background-color: #0A685A; }

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

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

<style>
 span { border-color: #0A685A; }

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

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