#0A685B

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

Shades of Mosque #0A685B

Tints of Mosque #0A685B

Color information

#0A685B (or 0x0A685B) is unknown color: approx Mosque. HEX triplet: 0A, 68 and 5B. RGB value is (10,104,91). Sum of RGB (Red+Green+Blue) = 10+104+91=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #0A685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A685B is #F597A4. Grayscale: #4A4A4A. Windows color (decimal): -16095141 or 5990410. OLE color: 5990410.

HSL color Cylindrical-coordinate representation of color #0A685B: hue angle of 171.7º 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 #0A685B is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1010491-
CMYK0.9000.120.59
HSL171.7º82.46%22.35%-
HSV(B)171.7º90.38%40.78%-
XYZ6.9610.7211.6-
YUV74.41137.3682.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.88%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=4.88%
G=50.73%
B=44.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104910.9000.120.59171.782.4622.35
HexA685B5A0C3Bac5216
Octal121501331320147325412226
Binary10101101000101101110110100110011101110101100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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